Skip to main content

Exploration utilities for Wildlife Insights projects.

Project description

wiutils

wiutils has several utilities for exploring and manipulating (filtering, plotting and summarizing) information from Wildlife Insights projects. These functions are useful to compute basic statistics, prepare the information for further analysis (e.g. occupancy models) and translate it into other standards (i.e. Darwin Core) that facilitate its publication on biodiversity information centers (e.g. GBIF).

Installation

Currently, wiutils works with Python versions 3.6 through 3.10.

Using pip:

pip install wiutils

Using conda:

conda install -c conda-forge wiutils

Execution

To check whether the installation of wiutils was successful, execute the following command:

python -c "import wiutils"

If this does not throw any error, the installation was successful.

You can use wiutils functions by importing the package from a Python console or script. For more information about the available functions, 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.

  1. Clone this repo in your computer:
git clone https://github.com/PEM-Humboldt/wiutils.git
  1. Go to the project's root:
cd wiutils
  1. Install the package in development mode:
pip install --editable .[dev,docs,test]

Unit tests

Execute the following command inside the project's root:

pytest tests/

Authors and contributors

  • Adriana Restrepo-Isaza
  • Angélica Diaz-Pulido
  • 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

wiutils-1.0.1.tar.gz (434.8 kB view hashes)

Uploaded Source

Built Distribution

wiutils-1.0.1-py3-none-any.whl (436.6 kB view hashes)

Uploaded Python 3

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