Skip to content

Commit

Permalink
annotation edit
Browse files Browse the repository at this point in the history
  • Loading branch information
vjjan91 committed Aug 26, 2024
1 parent 091e3b1 commit 5128d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 06_land-cover-classification.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ In the above classification, we see an increase in forest cover of ~ 132 sq.km b
nil2017 <- st_read("data/landcover/2017-nilgiris/2017.shp")
nil2017 <- st_intersection(nil2017, all1848)
# Let's add class name to nil1995 shapefile
# Let's add class name to nil2017 shapefile
nil2017 <- nil2017 %>%
mutate(name = case_when(
gridcode == 1 ~ "shola_grassland",
Expand Down

0 comments on commit 5128d88

Please sign in to comment.