-
Notifications
You must be signed in to change notification settings - Fork 31
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
CLI: get-openaq
#270
CLI: get-openaq
#270
Conversation
probably comparing to hourly (or lower time res) model output maybe later would be good to have some options here, e.g. nearest or other interp
which uses the v2 web API the openaq-fetches S3 bucket is still private
oopsies
@jordanschnell , example one day command for you to try:
If you don't already have one, register for OpenAQ API key and then set the environment variable The |
@jordanschnell The reader logs some messages related to the API calls that should shed some light into how much it is timing out (you can see the individual web API calls and when they get rate limited). I've set up an env var you can use to enable this: |
still just reference-grade by default to get just low-cost, have to use two flags: --no-reference-grade --low-cost
I added individual flags for the two sensor types (reference-grade and low-cost). But this could also be done like the params are, with a type flag that could be repeated (perhaps |
skipped if API key not set via the env var
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.
All is working well - approved.
Note that this uses noaa-oar-arl/monetio#141 (merged into monetio develop 2024-Sep-19)