-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adds deprecated streamflow module for backwards compatibility. correc…
…ts documentation generation (#32)
- Loading branch information
1 parent
24e2c10
commit e80ca2d
Showing
8 changed files
with
501 additions
and
81 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
=================== | ||
geoglows.streamflow | ||
=================== | ||
|
||
THIS MODULE IS DEPRECATED. Please update your code to use the new GEOGLOWS model and data services. Analogous functions | ||
to everything in this module is found in the `geoglows.data` or `geoglows.streams` modules. | ||
|
||
The streamflow module provides a series of functions for requesting forecasted and historical data from the GEOGloWS | ||
ECMWF Streamflow Service for Model and Data Services Version 1. | ||
|
||
Forecasted Streamflow | ||
--------------------- | ||
|
||
.. automodule:: geoglows.streamflow | ||
:members: | ||
forecast_stats, forecast_ensembles, forecast_warnings, forecast_records | ||
|
||
Historically Simulated Streamflow | ||
--------------------------------- | ||
|
||
.. automodule:: geoglows.streamflow | ||
:members: | ||
historic_simulation, return_periods, daily_averages, monthly_averages | ||
:noindex: | ||
|
||
GEOGloWS Model Utilities | ||
------------------------ | ||
|
||
.. automodule:: geoglows.streamflow | ||
:members: | ||
available_dates | ||
:noindex: |
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.