Skip to content

Commit

Permalink
Added Prague, CZ to cities
Browse files Browse the repository at this point in the history
Addressing NCAR#5, made a file for Prague, with identical stats to Phila., PA
  • Loading branch information
Martin Bouda committed Apr 18, 2018
1 parent 436ba02 commit 66c8cc0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions cities/prague.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Prague",
"state": "CZ",
"high": {
"avg": 18.1,
"std": 2.2
},
"low": {
"avg": 3.3,
"std": 2.2
},
"precip": {
"yamt": 1053.0,
"std": 15.0,
"days": 120.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 = ["prague","boulder","philadelphia"]
fcst_path = "forecasts/{}.txt"
num_days = 7

Expand Down

0 comments on commit 66c8cc0

Please sign in to comment.