-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AirNow metadata options and other updates #146
Draft
zmoon
wants to merge
33
commits into
noaa-oar-arl:stable
Choose a base branch
from
zmoon:airnow-metas
base: stable
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
a4f364a
Start of new AirNow meta reader
zmoon 3f6a4b5
Read v2 site meta file
zmoon a7259e0
doc
zmoon 948152b
Column names
zmoon eb46947
today optional in merge func
zmoon 2324ceb
`airnow` param not used in new version
zmoon 9780999
Silently don't use s3 for Python 3.6
zmoon 29c3960
some cleanup
zmoon 7257997
Use S3 for AirNow data files
zmoon 53394fb
docs work
zmoon fa02513
docs work
zmoon f794b7b
Save the today meta df
zmoon 8d1818f
More doc
zmoon c3eaf7b
Let exception be raised instead of returning empty df
zmoon c31c2cf
note
zmoon d56262b
Various updates
zmoon cce9cd8
Ignore a numpy deprecation warning from pandas
zmoon e8d4c7b
Deal with some warnings
zmoon 13e2ae4
doc dates
zmoon 6fba9a8
Dask option for getting multiple site metadata files
zmoon 6cbedc6
Merge optional when getting site metadata for df
zmoon 8dc7865
Pass through today metadata option
zmoon ee6d5c0
sp
zmoon 5e42d8e
Use new func in old airnow section
zmoon 252ea14
Set dtype for all
zmoon 7710569
Towards AQS meta
zmoon 34dba4c
Towards allowing using local EPA site metadata files
zmoon e5d9f1e
Load both files and create site IDs
zmoon 2e1a740
Move to using new AQS fn
zmoon 945cab7
Optionally include parameter list for AirNow meta
zmoon ccd4b88
doc
zmoon 3885636
Merge remote-tracking branch 'noaa/develop' into airnow-metas
zmoon 4ef1028
Towards better AQS site metadata df
zmoon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Various updates
- Loading branch information
commit d56262bff0977a14beab8e6f537ee65e47dc3eaf
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to ensure MSA code and such are read as str, not int/float.
cmsa_name
andmsa_code
seem to need this or they get convert to float64 (in order to represent missing with NaN).