cboettig commited on
Commit
b155c24
·
1 Parent(s): f26579a

missed one

Browse files
Files changed (1) hide show
  1. R/setup.R +1 -1
R/setup.R CHANGED
@@ -35,7 +35,7 @@ if (!"name" %in% names(osm_greenspace)) {
35
  }
36
 
37
  # -- NDVI Raster
38
- ndvi <- terra::rast("data/SF_EastBay_NDVI_Sentinel_10.tif")
39
 
40
  # -- GBIF data
41
  # Load what is basically inter_gbif !!!!!
 
35
  }
36
 
37
  # -- NDVI Raster
38
+ ndvi <- terra::rast("/vsicurl/https://huggingface.co/datasets/boettiger-lab/sf_biodiv_access/resolve/main/SF_EastBay_NDVI_Sentinel_10.tif")
39
 
40
  # -- GBIF data
41
  # Load what is basically inter_gbif !!!!!