OCHA-DAP / hdx-signals

HDX Signals
https://un-ocha-centre-for-humanitarian.gitbook.io/hdx-signals/
GNU General Public License v3.0
5 stars 0 forks source link

tag admin boundaries with `data_source` column attribute #111

Closed zackarno closed 2 months ago

zackarno commented 3 months ago

Think we should tag the admin boundary with a data_source column attribute indicating where it's from. This can then be used in plot caption/legend/annotation. Also will be handy for debugging issues boundaries (ahem NZ).

probably could make sense to incorporate into download_adm0_sf() ?

related to: https://github.com/OCHA-DAP/hdx-signals/issues/87#issue-2298321368

caldwellst commented 3 months ago

Yep, good idea! Could also track if we do or do not use a cities geom in the plot to refer to natural earth.

zackarno commented 3 months ago

implementing an approach that could make sense here: Fixes #115