-
Notifications
You must be signed in to change notification settings - Fork 1
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
Cif 286 cams #86
Cif 286 cams #86
Conversation
Suggest having init require pollutant species. Then data query from API can just retrieve that pollutant, and also pressure and temp if the species is anything other than particulate matter. If species is other than particulate matter, there should be a unit conversion before the result is returned. Conversion method is This is because these pollutants are kg/kg in CAMS. Conversion turns it into ug/m3. Particulate matter should be conc * 10^9. This is because pm is in kg/m3 in CAMS, but we want ug/m3. |
As per our meeting, pls ignore my request to have user specify pollutant species. |
I'm getting NaNs for the concentration values when I run get_data(). |
https://gfw.atlassian.net/browse/CIF-286