Materials for the Short Course: Subsetting Using HydroFrame and HydroData
To get started:
- Sign up for a HydroFrame account
- Register a PIN for API access
There are two options we recommend for running the example notebook activities:
- Run in a Binder session by clicking the
logo at the top of each notebook.
- Follow the Docker instructions for setting up and running in our Docker container.
If you would like to use these tools in your own virtual environment, you may or may not need a valid ParFlow installation available. The subsettools
package requires a ParFlow installation while the hf_hydrodata
package does not. Both subsettools
and hf_hydrodata
are Python packages and can be installed with pip install subsettools
and pip install hf-hydrodata
. Please see the ParFlow Installation Guides for how to install ParFlow on your system.
This course is meant to be an introduction to using subsettools
and hf_hydrodata
. Please see our online documentation for subsettools and hf_hydrodata for additional example workflows and full API documentation.