HESTIA's utils library
Project description
HESTIA Utils
Install
- Install the module:
pip install hestia_earth.utils
- Add this to your environment variables:
API_URL=https://api.hestia.earth
WEB_URL=https://www.hestia.earth
Usage
- To download a file from the HESTIA API:
from hestia_earth.schema import SchemaType
from hestia_earth.utils.api import download_hestia
cycle = download_hestia('cycleId', SchemaType.CYCLE)
sandContent = download_hestia('sandContent', SchemaType.TERM)
- To search for a specific Node on HESTIA:
from hestia_earth.schema import SchemaType
from hestia_earth.utils.api import find_node_exact
source = find_node_exact(SchemaType.SOURCE, {'bibliography.title': 'My Bibliography'})
- To get a lookup table from local file system:
from hestia_earth.schema import SchemaType
from hestia_earth.utils.lookup import load_lookup
df = load_lookup('path/to/my/lookup.csv')
- To get a lookup table from HESTIA:
from hestia_earth.schema import SchemaType
from hestia_earth.utils.lookup import download_lookup
df = download_lookup('crop.csv')
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
hestia-earth-utils-0.13.8.tar.gz
(25.3 kB
view details)
Built Distribution
File details
Details for the file hestia-earth-utils-0.13.8.tar.gz
.
File metadata
- Download URL: hestia-earth-utils-0.13.8.tar.gz
- Upload date:
- Size: 25.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06f7e4565850656383660f21549e9af6f830142b582773cbf8af297c3f2b04c9 |
|
MD5 | 66766364ce56dc341172d99242d3461d |
|
BLAKE2b-256 | 078574d2ea7a4b77e013df45a1c4599e315814e81fb202b3492fd5f357a09d89 |
File details
Details for the file hestia_earth_utils-0.13.8-py3-none-any.whl
.
File metadata
- Download URL: hestia_earth_utils-0.13.8-py3-none-any.whl
- Upload date:
- Size: 32.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c75db715309f0c8bc979f535caf76888afc73f917cde6661abd11a8be7a4eb5 |
|
MD5 | 941c8ac0d26d4e712b411d6c35bd569b |
|
BLAKE2b-256 | daa474c2eb11e1585eb24580f0e923d85beaa15ae538e579c44a79c032ba737f |