Assigned
Status Update
Comments
ca...@google.com <ca...@google.com>
ca...@google.com <ca...@google.com> #2
Thanks for your suggestion!
We'll be reviewing this for further consideration. Please star this issue to get updates and leave comments for additional information. Please note that starring the issue also provides our product team with valuable feedback on the importance of the issue to our customers.
jh...@google.com <jh...@google.com> #3
Thank you for reporting this issue. To clarify, would you also find benefit in having per-pollutant health information and quality category in API responses? For instance (and as an example only):
"pollutants": [{
"code": "co",
"displayName": "CO",
"fullName": "Carbon monoxide",
"concentration": {
"value": 334.24,
"units": "PARTS_PER_BILLION"
},
"additionalInfo": {
"sources": "Typically originates from incomplete combustion...",
"effects": "When inhaled, carbon monoxide can prevent the blood from...",
"category": "Excellent", // Doesn't currently exist
"healthRecommendations": { // Doesn't currently exist
"generalPopulation": "With this level of air quality, you have no limitations. Enjoy the outdoors!",
...
}}}, ...], ...
"pollutants": [{
"code": "co",
"displayName": "CO",
"fullName": "Carbon monoxide",
"concentration": {
"value": 334.24,
"units": "PARTS_PER_BILLION"
},
"additionalInfo": {
"sources": "Typically originates from incomplete combustion...",
"effects": "When inhaled, carbon monoxide can prevent the blood from...",
"category": "Excellent", // Doesn't currently exist
"healthRecommendations": { // Doesn't currently exist
"generalPopulation": "With this level of air quality, you have no limitations. Enjoy the outdoors!",
...
}}}, ...], ...
ca...@google.com <ca...@google.com>
an...@gmail.com <an...@gmail.com> #4
Comment has been deleted.
gu...@gmail.com <gu...@gmail.com> #5
I wrote everything clear upstairs. Read, yuek and a successful day.
Description
I cand find the levels of danger for pollutants at Documentation. I'm not sure if the levels for example for CO are right. I get value 543.95ppb but that's too high with some information that i can find over the Internet. Please advice.