Skip to content

Commit

Permalink
Add Portland to city roster
Browse files Browse the repository at this point in the history
To add more cities as in NCAR#5. Adding Portland oregon.
  • Loading branch information
ekluzek committed Apr 18, 2018
1 parent 436ba02 commit 7eec1c0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions cities/portland.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Portland",
"state": "OR",
"high": {
"avg": 54.5,
"std": 4.5
},
"low": {
"avg": 3.3,
"std": 4.5
},
"precip": {
"yamt": 36.0,
"std": 10.0,
"days": 300.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","portland"]
fcst_path = "forecasts/{}.txt"
num_days = 7

Expand Down

0 comments on commit 7eec1c0

Please sign in to comment.