You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for pointing this out, it seems that the "CC" state code isn't being accepted by the API itself. The URL that is generated is correct according to the documentation and pyaqsapi is working as it should. I have forwarded this issue to the AQS DataMart team to see if they can fix this issue on the API server itself.
Thank you for pointing this out, it seems that the "CC" state code isn't being accepted by the API itself. The URL that is generated is correct according to the documentation and pyaqsapi is working as it should. I have forwarded this issue to the AQS DataMart team to see if they can fix this issue on the API server itself.
No problem. Thanks for building and maintaining this package.
Using the code for Canada generates a bad URL.
aqs.bystate.sampledata(parameter= O3, bdate = date(year=year-1, month=month, day = day), edate = date(year=year-1, month=month, day = day), stateFIPS='CC')
The text was updated successfully, but these errors were encountered: