Skip to content

Releases: hellkite500/adhydro-training

Updated release with minor documentation

08 Mar 16:43
f8e4952
Compare
Choose a tag to compare

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

07 Mar 19:37
Compare
Choose a tag to compare
Pre-release

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

06 Mar 20:45
Compare
Choose a tag to compare
Test data release Pre-release
Pre-release

Test release