Skip to main content

Interface to the CAMELS dataset.

Project description

Build status Build status

The CAMELS dataset

This package provides an interface to the Catchment Attributes and Meteorology for Large-sample Studies (CAMELS) dataset. This package only provides simplified access to the data in Python, the actual work of generating the dataset has been done by Andrew Newman and colleagues at NCAR and is described in the following article:

A. Newman; K. Sampson; M. P. Clark; A. Bock; R. J. Viger; D. Blodgett, 2014. A large-sample watershed-scale hydrometeorological dataset for the contiguous USA. Boulder, CO: UCAR/NCAR

Usage

Pytorch

from camels.pytorch import Streamflow
gauge_id = 13331500

training_data = Streamflow(gauge_id, "training")
validation_data = Streamflow(gauge_id, "validation")
test_data = Streamflow(gauge_id, "testing")

Overview of gauges in dataset

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

camels-0.0.8.tar.gz (8.2 kB view hashes)

Uploaded Source

Built Distribution

camels-0.0.8-py3-none-any.whl (11.8 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