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.3.tar.gz
(24.6 kB
view details)
Built Distribution
File details
Details for the file hestia-earth-utils-0.13.3.tar.gz
.
File metadata
- Download URL: hestia-earth-utils-0.13.3.tar.gz
- Upload date:
- Size: 24.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 975151e10dcf64944f4dec5ece5567f4075a3e492ad650406e35e5d902f20862 |
|
MD5 | 5457035268df223ee4583d7f1557ff72 |
|
BLAKE2b-256 | 1eb05d809096d82a4e2e4ad8eca49a0dcf00f61de7c4d26b6199f7b02800f361 |
File details
Details for the file hestia_earth_utils-0.13.3-py3-none-any.whl
.
File metadata
- Download URL: hestia_earth_utils-0.13.3-py3-none-any.whl
- Upload date:
- Size: 31.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31917969b7d7f311d505737a44fc4c13d3d98145ab80018f1637ee781581d4bf |
|
MD5 | 20f7413ec40f81cf79c26149d5fc9dd2 |
|
BLAKE2b-256 | 426754461f4d7d93c2c7ce3a122ce2ddb5ead8fb350c97c2e1891a232874478c |