Skip to content

Commit

Permalink
remove lakes, update inputs (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
bolliger32 authored Feb 27, 2024
1 parent 234bc08 commit ed7e2eb
Show file tree
Hide file tree
Showing 21 changed files with 1,371 additions and 2,293 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,5 @@ target/

# dask
dask-worker-space

settings_gcp.py
17 changes: 17 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
History
=======

v1.2
----
* Ensure population/asset value is kept out of inland water bodies
* Update input data
* Landscan 2021 -> 2022
* PWT 10.0 -> 10.01
* World Bank WDI 03/2022 -> 02/2024
* Aland Statistics 03/2022 -> 02/2024
* Global Wealth Databook 2022 -> 2023
* OECD Regional Data 09/2022 -> 02/2024
* UN AMA 11/2022 -> 02/2024
* IMF WEO 04/2022 -> 10/2023
* CIA World Factbook 2022 -> 2024
* Asian Development Bank Key Indicators 2022 -> 2023
* Natural Earth 12/2022 -> 02/2024
* SRTM15+ -> GEBCO 2023

v1.1.2
------
* Add specific package version pins to environment.yml
Expand Down
4 changes: 2 additions & 2 deletions notebooks/data-acquisition/02-mangroves.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -e

SOURCE_URL="https://wcmc.io/GMW_2016"
DOWNLOAD_DIR="/gcs/rhg-data/impactlab-rhg/coastal/sliiders/raw/wetlands_mangroves"
SOURCE_URL="https://zenodo.org/records/6894273/files/gmw_v3_2020_vec.zip?download=1"
DOWNLOAD_DIR="/gcs/rhg-data/impactlab-rhg/coastal/sliiders/raw/wetlands_mangroves/GMW_2020"
DOCUMENTATION_PDF_URL="https://data.unep-wcmc.org/pdfs/45/GMW_001_Metadata.pdf?1560444488"

mkdir -p $DOWNLOAD_DIR
Expand Down
Loading

0 comments on commit ed7e2eb

Please sign in to comment.