forked from NCAR/wxgen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We added a new Denver json file to city roster
To address NCAR#5, I have added Denver to the list of cities which should add variety to the list of forecasts.
- Loading branch information
Peter Lawrence
committed
Apr 18, 2018
1 parent
436ba02
commit 0c0355e
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"name": "Denver", | ||
"state": "CO", | ||
"high": { | ||
"avg": 17.5, | ||
"std": 5.5 | ||
}, | ||
"low": { | ||
"avg": 2.3, | ||
"std": 5.5 | ||
}, | ||
"precip": { | ||
"yamt": 515.0, | ||
"std": 10.0, | ||
"days": 62.0 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters