-
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.
use USGS API to gather information on high water marks (#20)
* use USGS API to gather information on high water marks; also, separate high water marks into data source and data product abstraction layers * fix usage of generics to make tests work on Python 3.6 * update reference files * skip some tests for python 3.6 Co-authored-by: zacharyburnett <[email protected]>
- Loading branch information
1 parent
3436fad
commit c0220b6
Showing
49 changed files
with
3,045 additions
and
12,080 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1 @@ | ||
from stormevents.coops.tidalstations import ( | ||
COOPS_Query, | ||
COOPS_Station, | ||
coops_stations, | ||
coops_stations_within_region, | ||
) | ||
from stormevents.nhc.storms import nhc_storms | ||
from stormevents.nhc.track import VortexTrack | ||
from stormevents.stormevent import StormEvent | ||
from stormevents.usgs.highwatermarks import ( | ||
StormHighWaterMarks, | ||
usgs_highwatermark_events, | ||
usgs_highwatermark_storms, | ||
) |
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.