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.6.tar.gz
(25.2 kB
view details)
Built Distribution
File details
Details for the file hestia-earth-utils-0.13.6.tar.gz
.
File metadata
- Download URL: hestia-earth-utils-0.13.6.tar.gz
- Upload date:
- Size: 25.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24c9f0b6b916d4893f4d84915f74a54c12e54eade74ab5d11fa1f5e6e8876561 |
|
MD5 | 14949e0191ee7b6737144379a7e7ac60 |
|
BLAKE2b-256 | ee4c58ee09af4e03d49dc22da1d6f28637cca9362c455865c31db6d8c16e3416 |
File details
Details for the file hestia_earth_utils-0.13.6-py3-none-any.whl
.
File metadata
- Download URL: hestia_earth_utils-0.13.6-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 | 1f3a07d1c9925e4b1751964eba29805deaf5d76884721755cb6922f56d5addb6 |
|
MD5 | 742ba0280e7c7aa0ef83cffdad47296f |
|
BLAKE2b-256 | d0061594237a1a8b325e42bffe4fed866e4a6cb0072c4ed3d33badf22b8a9757 |