Skip to content
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

pyaqsapi.bbox.monitors() #7

Closed
gregorywanderson opened this issue Nov 20, 2023 · 5 comments
Closed

pyaqsapi.bbox.monitors() #7

gregorywanderson opened this issue Nov 20, 2023 · 5 comments

Comments

@gregorywanderson
Copy link

I got this to work successfully for MET parameters like UV 63302 but it does not seem to return the right results for CRITERIA parameters like ozone 44201, ... for a bounding box around Lake Michigan

lm_o3_monitors = aqs.bybox.monitors(parameter="44201",#"63302",#"88101","44201","42602","88101"
bdate=dt.datetime(2020,1,1),
edate=dt.datetime(2020,12,31),
minlat="41",
maxlat="46.5",
minlon="-89",
maxlon="-85")

display(lm_o3_monitors)

@mccroweyclinton-EPA
Copy link
Collaborator

mccroweyclinton-EPA commented Nov 21, 2023

@gregorywanderson, so that I can better understand your issue can you please give me some more deatils as to what you mean that this function is not returning the right results? What do you think should be the correct results?

@gregorywanderson
Copy link
Author

gregorywanderson commented Nov 21, 2023 via email

@mccroweyclinton-EPA
Copy link
Collaborator

Thank you for the clarification, I see the discrepency and will work with the EPA AQS DataMart team investigate this.

@mccroweyclinton-EPA
Copy link
Collaborator

mccroweyclinton-EPA commented Nov 23, 2023

@gregorywanderson, there was a small bug in the code. Hopefully this latest commit fixes the issue that you are seeing. Please pull the latest commit and let me know if you are still having this issue.

Thank you

@mccroweyclinton-EPA
Copy link
Collaborator

Issue is addressed in commit a39ff6c.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants