OCHA-DAP / hdx-scraper-climada

Pipeline code to process the Climada datasets
1 stars 0 forks source link

Extend download_admin1_geometry #1

Closed IanHopkinson closed 2 months ago

IanHopkinson commented 6 months ago

Currently download_admin1_geometry will return admin2 geometries but not download them. Also it is possible to automate the download the GPW population data required for Litpop, instructions here:

https://urs.earthdata.nasa.gov/documentation/for_users/data_access/python

Finally, the CLIMADA API caches data, and could be pre-cached using this module.

So download_admin1_geometry could become download_assets.

IanHopkinson commented 2 months ago

This has been resolved in several places.