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.17.1.tar.gz
(59.1 kB
view details)
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 hestia_earth_utils-0.17.1.tar.gz.
File metadata
- Download URL: hestia_earth_utils-0.17.1.tar.gz
- Upload date:
- Size: 59.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e70bc609e850bf1ab1efaf016469d037e12a76489d9d2183dcbcc30c7bc5715a
|
|
| MD5 |
2b5e705ecceb0cfd9f2cd1a21c8964df
|
|
| BLAKE2b-256 |
2b4a3eedda4727ccfb85615a1bc84477cbf8b8e2db1c80b0f79a5e106092af5f
|
File details
Details for the file hestia_earth_utils-0.17.1-py3-none-any.whl.
File metadata
- Download URL: hestia_earth_utils-0.17.1-py3-none-any.whl
- Upload date:
- Size: 53.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0f88a2c3c65052787b1c7743109cb03d68392b5b775619748cf8c1e9694e857
|
|
| MD5 |
7b3b46825f0f19b6a1b33236c39e88db
|
|
| BLAKE2b-256 |
36b2f91344c186581cc7fb11d779bfdea23acd455baef9c14c51684d2864da00
|