Skip to main content

hydroframe tools and utilities

Project description

hf_hydrodata

Tools and utility to access data in the hydrodata hydrology file share.

Installation

You can install the python package with the API to access files using pip with::

    pip install git+https://github.com/hydroframe/hf_hydrodata.git

Usage

from hf_hydrodata.data_access import get_numpy_data

filters = ["dataset":"NLDAS2", "variable":"precipitation", period="daily", "start_time": "2005-03-01", "file_type": "pfb"]
data = get_numpy_data(filters)
print(data.shape)

# Get the metadata about the returned data
emtry = get_data_catalog_entry(filters)
print(entry)

License

hydroframe was created by William M. Hasling, Laura Cosondon, Reed Maxwell, George Artavanis, Will Lytle, Amy M. Johnson, Amy C. Defnet. It is licensed under the terms of the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hf_hydrodata-0.9.1.tar.gz (58.8 kB view hashes)

Uploaded Source

Built Distribution

hf_hydrodata-0.9.1-py3-none-any.whl (65.2 kB view hashes)

Uploaded Python 3

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