-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Make parsing Wyoming post-data values more robust (Fixes #749)
The main goal is to allow for missing station information, which results in '******' for latitude, no longitude, and -9999.0 for elevation. As a result, avoid the fixed index parsing of this information, and instead rely on the text to the left of the ':' to identify appropriate sections.
- Loading branch information
1 parent
7aa5353
commit 0a1573c
Showing
3 changed files
with
159 additions
and
12 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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