Releases: hellkite500/adhydro-training
Updated release with minor documentation
Directory structure
This release contains some starting data in the directory training_data
. All work will done under this directory, it
becomes the ADHydroMapDir or .
There is also an external_data
directory that contains the required external data (geology, nlcd, and soil data) just in case the downloads during the training don't go smoothly. This directory can be dropped into training_data
and renamed to data
. The processing steps are still required for each data set, but the download can be skipped.
In case of errors processing the forcing data, a forcing.tar.gz
artificat is included in the release, extract it to \<project path\>/forcing
.
Setting up the ADHydro containers
Get the images from docker hub:
docker pull hellkite500/adhydro
docker pull hellkite500/adhydro-tools
Verify that the following two containers were created: adhydro
and adhydro-tools
docker images adhydro
docker images adhydro-tools
You can now follow along with the workshop using the ADHydro_training.md
file in this repository.
Extra instructions and data
Directory structure
This release contains some starting data in the directory training_data
. All work will done under this directory, it
becomes the ADHydroMapDir or .
There is also an external_data
directory that contains the required external data (geology, nlcd, and soil data) just in case the downloads during the training don't go smoothly. This directory can be dropped into training_data
and renamed to data
. The processing steps are still required for each data set, but the download can be skipped.
Setting up the ADHydro containers
Get the images from docker hub:
docker pull hellkite500/adhydro
docker pull hellkite500/adhydro-tools
Verify that the following two containers were created: adhydro
and adhydro-tools
docker images adhydro
docker images adhydro-tools
You can now follow along with the workshop using the ADHydro_training.md
file in this repository.
Test data release
Test release