waterhackweek / waterdata

Tuesday tutorials: data access, time series and spatial data analyses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tuesday tutorials: data access, time series and spatial data analyses

Tutorials

  1. Introduction: Water data, Python and You (presentation) - Bart Nijssen
  2. Access and analyze point time series data (notebook) - Yifan Cheng
  3. Access and analyze raster and multi-dimensional gridded data - Steven Pestana
  4. Water data mash up (notebook) - Emilio Mayorga

Yakima watershed focus: Upper Yakima, HUC8 code 17030001

For a quick and easy exploration of this watershed (or any other HUC in the lower 48), you can go to https://modelmywatershed.org. Type "upper yakima" in the text box in the upper right, select the HUC 8 Upper Yakima entry, then click on the Select button that comes up. You can add geospatial context via the Layers box (streams/grids/boundaries), and get quick view of the distribution of general watershed properties (precip/air temp/elev/slope/stream order) on the column to the left.

Setting up the conda environment

Use the environment.yml file found in this repository.

conda env create -f environment.yml
conda activate whwwaterdata

Related past materials we are drawing from

WHW19 tutorials

Other resources

About

Tuesday tutorials: data access, time series and spatial data analyses

License:Other


Languages

Language:Jupyter Notebook 100.0%