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
- Install the development version
python3 -m venv .venv
source .venv/bin/activate
pip remove undrdg # to avoid name clashes
pip install -e .
-
Edit files in undrg. Changes are automatically reflected in scripts that import the library.
-
Format and lint.
isort .; black .; pyright .
Project details
Release history Release notifications | RSS feed
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 details)
File details
Details for the file undrdg-0.2.0.tar.gz
.
File metadata
- Download URL: undrdg-0.2.0.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7640c8eca3843f0d7963839e45ad960bb76f738ec7b17655b591e055cd58127d |
|
MD5 | dfa7054bf5e45dddd84168ffd87ecefe |
|
BLAKE2b-256 | 0dbb02a2cddd2d34c5d42bf8de87f3b3449c94ffbf8cd91352b8ec2d027e4dc8 |