Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcha authored Apr 11, 2024
1 parent 1a0a682 commit 9bebceb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Data/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,16 @@ e. “Day1DangerNearTreeline” is the forecast at the mid elevation provided fo
f. “Day1DangerBelowTreeline” is the forecast at the lower elevation provided for the region
g. “ForecastUrl” the archived url where I pulled the forecast in case the data needs to be checked against the source.
4. There are many other columns meant to encode avy-rose values, avy-rose avalanche problems and other elements of the forecast. Most of the column names should be self explanatory.

The bounding boxes I've used for GFS downloads are
Colorado:
TBD

Canada:
template_dict['nlat'] = 59.0
template_dict['slat'] = 48.0
template_dict['wlon'] = -132.0
template_dict['elon'] = -113.0

Utah:
TBD

0 comments on commit 9bebceb

Please sign in to comment.