From 9bebceb9b0ea290a2a63b28617d040798161abec Mon Sep 17 00:00:00 2001 From: Scott Chamberlin Date: Thu, 11 Apr 2024 14:02:46 -0600 Subject: [PATCH] Update Readme.md --- Data/Readme.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Data/Readme.md b/Data/Readme.md index 2650592..0f88f1d 100644 --- a/Data/Readme.md +++ b/Data/Readme.md @@ -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