Skip to main content

Generate datasets compatible with UNDR

Project description

UNDRDG provides building blocks to convert existing datasets to the UNDR format.

The scripts used to convert the datasets that we re-distribute can be found in scripts. The converted datasets can be browsed at https://www.undr.space.

Use UNDRDG in your own project

python3 -m pip install undrdg

See scripts for usage examples.

Add scripts to this directory

python3 -m venv .venv
source .venv/bin/activate
pip install -r scripts/requirements.txt

Contribute to UNDRDG

  1. Install the development version
python3 -m venv .venv
source .venv/bin/activate
pip remove undrdg # to avoid name clashes
pip install -e .
  1. Edit files in undrg. Changes are automatically reflected in scripts that import the library.

  2. Format and lint.

isort .; black .; pyright .

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

undrdg-0.2.0.tar.gz (10.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page