Skip to content

Commit

Permalink
Added Greenbelt, MD to the list of cities.
Browse files Browse the repository at this point in the history
This addresses Issue NCAR#5.  Greenbelt, MD is the home of NASA
Goddard Space Flight Center's Hydrological Sciences Laboratory.

Note that the mean, standard deviation, and number of day with
precip numbers are randomly modified from Philadelphia's, and
do not in any way represent actual values.
  • Loading branch information
dmocko committed Apr 18, 2018
1 parent 436ba02 commit 0e9aa80
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions cities/greenbelt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Greenbelt",
"state": "MD",
"high": {
"avg": 19.1,
"std": 2.9
},
"low": {
"avg": 5.3,
"std": 2.9
},
"precip": {
"yamt": 1053.0,
"std": 25.0,
"days": 130.0
}
}
2 changes: 1 addition & 1 deletion wxgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from datetime import datetime

# User settings
city_list = ["boulder","philadelphia"]
city_list = ["boulder","philadelphia","greenbelt"]
fcst_path = "forecasts/{}.txt"
num_days = 7

Expand Down

0 comments on commit 0e9aa80

Please sign in to comment.