Data SourcesΒΆ

OCHA AnticiPy supports the following data sources:

In general, each data source is available as a class with three methods:

download: Download the data

process: Minimally process the data to a more usable format

load: Return the processed data as an object to work with in Python