OCHA-DAP / ripc

Download and Tidy IPC and CH Data
GNU General Public License v3.0
2 stars 1 forks source link

Make `ipc_get_population()` robust to missing groups and areas columns #3

Closed caldwellst closed 1 year ago

caldwellst commented 1 year ago

The IPC API has had instances where the areas data was removed from the return. This generated errors in the current codebase, requiring a change, but then a reversion when it was added back about a week later. Would be good to make ipc_get_population() robust to if either groups or areas (or both) are missing.

caldwellst commented 1 year ago

According to the IPC technical team, these columns are now stable.