-
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.
fix NetCDF construction (fixes writing NetCDF to file) (#28)
* various fixes to `fort.22` output format, including fixing decimals that slipped through as they were modified upon writing (they should all be integers) * tests for stations and normalization of station accessor (parse U.S. state names into abbreviations) * added missing USGS event type * fix issues with NetCDF construction (data types and appending empty sets) * add `netcdf4` to requirements * skip `coops_stations()` test in python 3.6 * skip failing tests on Python 3.6 * don't need to install dependencies for flake8 * don't need matrix for linting * skip failing tests * skip `coops_stations()` test for python 3.6 Co-authored-by: zacharyburnett <[email protected]>
- Loading branch information
1 parent
88ae7ad
commit 0d6ae21
Showing
40 changed files
with
6,054 additions
and
5,321 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.