A Python toolkit to complement and verify biological records.
Project description
Regi0
Regi0 is a Python package with useful functions to complement and verify biological records. These functions are divided into two main modules (geographic and taxonomic) and rely on both user data and several web APIs (e.g. GNR, IUCN and Species+).
Installation
Using pip:
pip install regi0
Using conda:
conda install -c conda-forge
Ejecución
To check whether the installation of wiutils was succesful, execute the following command:
python -c "import regi0"
If this does not throw any error, the installation was successful.
You can use any regi0 function by importing the package from a Python console or script. You can also execute flexible and predefined geographic and taxonomic verification workflows using regi0's command line interface (CLI). For more information about the available functions and the CLI, check the documentation.
How to contribute
It is recommended to install the package using a virtual environment to avoid tampering other Python installations in your system.
- Clone this repo in your computer:
git clone https://github.com/PEM-Humboldt/regi0.git
- Go to the project's root:
cd regi0
- Install the package in development mode:
pip install --editable .[dev,docs,test]
Considering regi0 has dependencies such as fiona and rasterio, which may require additional installation steps to the ones described above (see 1 and 2), it is also recommended using a conda virtual environemnent to install it and avoid having to manually install other dependencies.
- Go to the project's root and create the
condavirtual environment:
conda env create -f environment.yml
- Activate the
condavirutal environment:
conda activate regi0-dev
- Install the package in development mode:
pip install --editable .[dev,docs,test]
Unit tests
Go to the project's root and execute:
pytest tests/
Authors and contributors
- Erika Suarez-Valencia - erikasv
- Helena Olaya-Rodríguez - heleolaya
- Marcelo Villa-Piñeros - marcelovilla
License
This project is licensed under the MIT License - see the LICENSE.txt file for details.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file regi0-0.2.1.tar.gz.
File metadata
- Download URL: regi0-0.2.1.tar.gz
- Upload date:
- Size: 22.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df40db19d9d8223203a6cc4d0058721e79a237dbb5398a0f48fcd69a9e9487fb
|
|
| MD5 |
61d9c1a3dc158c2244c6fcc899335083
|
|
| BLAKE2b-256 |
bc2596c864025def0c64415fdbdfcdc36e37c4744d7141e7ade7b59b581a95ec
|
File details
Details for the file regi0-0.2.1-py3-none-any.whl.
File metadata
- Download URL: regi0-0.2.1-py3-none-any.whl
- Upload date:
- Size: 29.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb3be92b6164941907908dcda5b6e111d362e4dcd184373c351696d079e00580
|
|
| MD5 |
45029c746ef4e031c97357fd862dd778
|
|
| BLAKE2b-256 |
2374e8eee3c68217d2dfcd512ceb9f733ba5f245cefbc3f3662e8ebd07e1ec62
|