FOSS4G 2021 r.topmodel workshop
GitHub
GitHub
Quick search

Table of contents

  • Introduction
  • Requirements
  • Data directory
    • Large files
    • Directory structure
  • SRTM elevation data
  • Watershed
  • Topographic index
  • r.topmodel parameters
  • r.topmodel topidxstats
  • NCDC weather data
  • USGS potential evapotranspiration data
  • USGS streamflow data
  • Calibration
  • Validation
  • Random parameter sampling
  • Technical references
  • Docs »
  • Data directory
  • ← Requirements
  • SRTM elevation data →

Data directory¶

In the workshop GitHub repository, I included the data directory that contains all the inputs and outputs for your convenience.

Large files¶

Since GitHub does not support files larger than 100 MB, I tried Git Large File Storage (LFS). Learning this Git extension, I hit my bandwidth limit of 1 GB in just one day. Two files are missing from the repository:

  • grassdata.zip (521 MB)

  • NHD_H_0313_HU4_Shape.zip (138 MB)

Directory structure¶

SRTM elevation data

  • streamstats_02331600_watershed.zip

  • n34_w084_1arc_v3.tif

Watershed

  • grassdata.zip

  • NHD_H_0313_HU4_Shape.zip

r.topmodel parameters

  • params_init.txt

r.topmodel topidxstats

  • topidxstats.txt

NCDC weather data

  • ghcnd-inventory.txt

  • data.db

  • ncdc_prcp_stations.json

  • ncdc_evap_stations.json

  • input_evap.txt

USGS potential evapotranspiration data

  • usgs_pet

  • usgs_pet.txt

  • ncdc_prcp.txt

  • ncdc_evap.txt

  • input_pet.txt

USGS streamflow data

  • obs.txt

Calibration

  • input_c_evap.txt

  • input_c_pet.txt

  • obs_c.txt

  • input_v_evap.txt

  • input_v_pet.txt

  • obs_v.txt

  • config.R

  • params.txt

  • sim

  • output_c.txt

  • sim_c.txt

Validation

  • output_v.txt

  • sim_v.txt

Random parameter sampling

  • config_random.R

  • sim_random

  • ← Requirements
  • SRTM elevation data →
© Copyright 2021 Huidae Cho.
Created using Sphinx 4.0.2 with Press Theme 0.8.0.