Skip to main content

HESTIA's utils library

Project description

HESTIA Utils

Install

  1. Install the module:
pip install hestia_earth.utils
  1. Add this to your environment variables:
API_URL=https://api.hestia.earth
WEB_URL=https://www.hestia.earth

Usage

  1. 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)
  1. 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'})
  1. 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')
  1. 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.7.tar.gz (25.3 kB view details)

Uploaded Source

Built Distribution

hestia_earth_utils-0.13.7-py3-none-any.whl (32.2 kB view details)

Uploaded Python 3

File details

Details for the file hestia-earth-utils-0.13.7.tar.gz.

File metadata

  • Download URL: hestia-earth-utils-0.13.7.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

Hashes for hestia-earth-utils-0.13.7.tar.gz
Algorithm Hash digest
SHA256 198408322edfd5c1e4b02e0bc921bc26b641dac2065e9365baffde621345d54c
MD5 5847ae22b58c3309ccfc47348b144cf1
BLAKE2b-256 5486aee7efcfed624e71909075311a1b7601af986dee8e95cf3fd440d4c98766

See more details on using hashes here.

File details

Details for the file hestia_earth_utils-0.13.7-py3-none-any.whl.

File metadata

File hashes

Hashes for hestia_earth_utils-0.13.7-py3-none-any.whl
Algorithm Hash digest
SHA256 f322c916c0492cb10ab5bb2e51a116308106fce7b1126bce5ac5cfc42f4d471a
MD5 dc1da4f36c11cd5482c985b32659125d
BLAKE2b-256 94224832148165462bc35ecfc1493e271c4e770c62a25532bfc22765192bf563

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page