Skip to content

Commit

Permalink
added annotations and fixed variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunmenon committed Sep 18, 2023
1 parent 5919fee commit fdb83e0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions 03_eBird-data-processing.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,8 @@ write.csv(datll, "results/unique_loc.csv", row.names = F)
dat <- st_as_sf(dat, coords = c("LONGITUDE","LATITUDE"), crs=4326, remove = "F")
# Loading the elevation data
<<<<<<< HEAD
elev <- raster("data/elevation/alt") #srtm dem, will have to download yourself as file too big for github
=======
elev <- raster("data/elevation/alt") #srtm dem
>>>>>>> cb4963ae694af8dc67de32c1f359c61ed59e9851
# extract elevation
elevation <- raster::extract(elev,dat)
Expand Down

0 comments on commit fdb83e0

Please sign in to comment.