Scripts for working with the Global Biodiversity Information Facility (GBIF). https://spacecruft.org/deepcrayon/gbif-cruft
Go to file
Jeff Moe f4db2485e0 CC by SA 4.0 International 2023-09-29 07:34:22 -06:00
LICENSE-AGPL AGPLv3 2023-09-29 07:34:02 -06:00
LICENSE-CC CC by SA 4.0 International 2023-09-29 07:34:22 -06:00
README.md Crufty scripts for working with GBIF data 2023-09-29 07:32:50 -06:00

README.md

GBIF Cruft

Crufty scripts for working with Global Biodiversity Information Facility (GBIF) data.

Install

Install thusly.

Using Debian Bookworm (stable/12) as a base.

Dependencies

Dependencies that may be needed:

apt install git python3-pip python3-virtualenv

Python

Get code and set up Python, suit to taste, such as:

git clone https://spacecruft.org/deepcrayon/gbif-cruft
cd gbif-cruft
virtualenv -p python3 env
source env/bin/activate
pip install --upgrade pip
pip install -r requirements.txt

Run

Thusly:

./gbif-cruft

Usage

Help:

./gbif-cruft -h

Example

Such as:

./gbif-cruft foo
{"snark": "foo"}

GBIF

The main upstream project is the Global Biodiversity Information Facility:

Copyright

Unofficial project, not related to the Global Biodiversity Information Facility.

Upstream sources under their respective copyrights.

License

Data: CC By SA 4.0 International.

Source Code: AGPLv3+.

Copyright © 2023, Jeff Moe.