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

Allow user to pick measurement type #3

Open
drdamour opened this issue Jun 5, 2016 · 0 comments
Open

Allow user to pick measurement type #3

drdamour opened this issue Jun 5, 2016 · 0 comments

Comments

@drdamour
Copy link
Owner

drdamour commented Jun 5, 2016

O3 is just one type, there are others apparently like PM2.5 and PM10. Maybe a drop down?

[{
    "DateObserved": "2016-06-04 ",
    "HourObserved": 23,
    "LocalTimeZone": "MST",
    "ReportingArea": "Boise",
    "StateCode": "ID",
    "Latitude": 43.6361,
    "Longitude": -116.2033,
    "ParameterName": "O3",
    "AQI": 28,
    "Category": {
        "Number": 1,
        "Name": "Good"
    }
}, {
    "DateObserved": "2016-06-04 ",
    "HourObserved": 23,
    "LocalTimeZone": "MST",
    "ReportingArea": "Boise",
    "StateCode": "ID",
    "Latitude": 43.6361,
    "Longitude": -116.2033,
    "ParameterName": "PM2.5",
    "AQI": 77,
    "Category": {
        "Number": 2,
        "Name": "Moderate"
    }
}, {
    "DateObserved": "2016-06-04 ",
    "HourObserved": 23,
    "LocalTimeZone": "MST",
    "ReportingArea": "Boise",
    "StateCode": "ID",
    "Latitude": 43.6361,
    "Longitude": -116.2033,
    "ParameterName": "PM10",
    "AQI": 33,
    "Category": {
        "Number": 1,
        "Name": "Good"
    }
}]
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

1 participant