Skip to content

mapaction/covid-19_acaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

covid-19_acaps

Getting started

  • Create a conda environment using Python 3.8 and activate it:
conda create --name covid-19_acaps python=3.8
activate covid-19_acaps
  • Install the requirements:
conda install --file requirements.txt

hdx-python-api is also required but not available through conda. Install it using pip:

pip install hdx-python-api==4.3.5

Running

The one required runtime parameter is the name of the crash move folder. On Windows this will likely be Z:\charlie. Execute the script as follows:

python main.py Z:\charlie

If you would like to run the script without querying the API every time by using the cached ACAPS data file, add the --debug flag:

python main.py Z:\charlie --debug

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages