-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Start implementing NWS Forecast class. Still a work in progress * Issue #110 - working out some hourly vs daily bugs * start NWS tests * pass daily and hourly data * NWS does not implement the normal get_daily_data, but instead implements a get_daily_forecast that ONLY takes in variable list. This is motivation to have a more generic class as a base that does not assume we will implement the get_daily_data methods, etc. * No need from from_geometry anymore * Add some usage and README stuff * flake8
- Loading branch information
1 parent
58dc522
commit a1e9585
Showing
9 changed files
with
574 additions
and
44 deletions.
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
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
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
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
Oops, something went wrong.