diff --git a/baseline-indicators/biodiversity/scripts/extract-gbif-by-city.R b/baseline-indicators/biodiversity/scripts/extract-gbif-by-city.R index 0c30634..5b0605b 100644 --- a/baseline-indicators/biodiversity/scripts/extract-gbif-by-city.R +++ b/baseline-indicators/biodiversity/scripts/extract-gbif-by-city.R @@ -173,7 +173,7 @@ leaflet(data = city_boundary, height = 500, width = "100%") %>% # convert to geojson format ######################### -city_name = "BRA-Florianopolois" +city_name = "IDN-Balikpapan" city_gbif = read.csv(paste("./data/biodiversity/data/gbif/GBIF-",city_name,".csv", sep = "")) # convert country gbif data to sf objects diff --git a/geospatial-layers/README.md b/geospatial-layers/README.md index 279f7d3..47c0494 100644 --- a/geospatial-layers/README.md +++ b/geospatial-layers/README.md @@ -25,13 +25,14 @@ The table below lists the different datasets we are considering to process for t | Theme | Layer | Data source | Status | | ---- |---- |---- | ---- | | Boundaries | Administrative boundaries | geoBoundaries | `collected` `explored` | -| Land Use/Land cover | Dynamic World land use | Dynamic World | `collected` `explored` | +| Land Use/Land cover | Dynamic World land use | Dynamic World | `collected` `explored` `integrated` | +| Land Use/Land cover | ESA World Cover | European SpatialAgenecy | `collected` `explored` | | Land Use/Land cover | NDVI | | `collected` `explored` | | Land Use/Land cover | Inra-Urban Land Use | | `collected` `explored` | | Land Use/Land cover | Tree cover | Tree Outside of Forst (WRI) | `collected` `explored` | | Infrastructure | Physical amenities | Open Street Map | `collected` `explored` | | Biodiversity | Protected areas | World Database on Protected Areas | `collected` `explored` | -| Biodiversity | Species locations and counts | WGlobal Biodiversity Information Facility | `collected` `explored` | +| Biodiversity | Species locations and counts | Global Biodiversity Information Facility | `collected` `explored` `integrated` | | Demographic | Population count | WorldPop | | | Infrastructure | Road network | Open Street Map | | | Land Use/Land cover | Global Human Settlement Layers, Built-up Grid | GHS-BUILT (ESA) | |