-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fetch usgs without cache or error and grdc return dataset (#429)
* Fetch usgs without cache or error Fixes #414 Fixes #240 Fixes #209 * Make get_grdc_data return an xarray dataset As xarray/netcdf has official support for attrs while pandas attrs are experimental. Fix #253 * Fix test * Lower case * Make get_grdc_data return netcdf in same shape as you can download from https://portal.grdc.bafg.de/ * Make consistent * Use datetime + massage time coordinate into datetime64[ns] + Added test for usgs xarray conversion * Update example * replace try with if + test else
- Loading branch information
1 parent
98f3162
commit 01564ee
Showing
8 changed files
with
710 additions
and
263 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
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.