Skip to content

Commit

Permalink
Merge pull request #139 from wri/dev
Browse files Browse the repository at this point in the history
Upload ESA world cover data by city in the data hub #138
  • Loading branch information
S-AI-F authored Mar 8, 2022
2 parents 1c1acf8 + a467a5b commit 5e77ad1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions geospatial-layers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) | |
Expand Down

0 comments on commit 5e77ad1

Please sign in to comment.