Last active
May 2, 2020 03:08
-
-
Save genebean/36fe8d9c4b5bc7c9bcfc2d5678ab6259 to your computer and use it in GitHub Desktop.
PWR weather data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
# Each hours element is a hash like this: | |
# { | |
# 'forecasted_conditions_icon': { | |
# 'value': None, | |
# }, | |
# 'forecasted_precipitation_probability': { | |
# 'value': None, | |
# 'units': None, | |
# }, | |
# 'forecasted_temp': { | |
# 'value': None, | |
# }, | |
# } | |
'hours': [], | |
'day0': { | |
'current_conditions_string': { | |
'value': None, | |
}, | |
'current_epa_aqi': { | |
'value': None, | |
'units': None, | |
}, | |
'current_epa_health_concern': { | |
'value': None, | |
}, | |
'current_epa_pm10': { | |
'value': None, | |
'units': None, | |
}, | |
'current_epa_pm25': { | |
'value': None, | |
'units': None, | |
}, | |
'current_humidity': { | |
'value': None, | |
'units': None, | |
}, | |
'current_pollen_tree': { | |
'value': None, | |
'units': None, | |
}, | |
'current_pollen_weed': { | |
'value': None, | |
'units': None, | |
}, | |
'current_pollen_grass': { | |
'value': None, | |
'units': None, | |
}, | |
'current_precipitation_rate': { | |
'value': None, | |
'units': None, | |
}, | |
'current_precipitation_type': { | |
'value': None, | |
}, | |
'current_temp_feels_like': { | |
'value': None, | |
'units': None, | |
}, | |
'current_temp_real': { | |
'value': None, | |
'units': None, | |
}, | |
'current_wind_direction': { | |
'value': None, | |
'units': None, | |
}, | |
'current_wind_speed': { | |
'value': None, | |
'units': None, | |
}, | |
'forecasted_conditions_icon': { | |
'value': None, | |
}, | |
'forecasted_moon_phase': { | |
'value': None, | |
}, | |
'forecasted_sunrise': { | |
'value': None, | |
}, | |
'forecasted_sunset': { | |
'value': None, | |
}, | |
'forecasted_temp_low': { | |
'value': None, | |
'units': None, | |
}, | |
'forecasted_temp_high': { | |
'value': None, | |
'units': None, | |
}, | |
'forecasted_time_high_temp': { | |
'value': None, | |
}, | |
'forecasted_time_low_temp': { | |
'value': None, | |
}, | |
'forecasted_precipitation_probability': { | |
'value': None, | |
'units': None, | |
}, | |
}, | |
'day1': { | |
'forecasted_conditions_icon': { | |
'value': None, | |
}, | |
'forecasted_moon_phase': { | |
'value': None, | |
}, | |
'forecasted_sunrise': { | |
'value': None, | |
}, | |
'forecasted_sunset': { | |
'value': None, | |
}, | |
'forecasted_temp_low': { | |
'value': None, | |
'units': None, | |
}, | |
'forecasted_temp_high': { | |
'value': None, | |
'units': None, | |
}, | |
'forecasted_time_high_temp': { | |
'value': None, | |
}, | |
'forecasted_time_low_temp': { | |
'value': None, | |
}, | |
'forecasted_precipitation_probability': { | |
'value': None, | |
'units': None, | |
}, | |
}, | |
'day2': { | |
'forecasted_conditions_icon': { | |
'value': None, | |
}, | |
'forecasted_moon_phase': { | |
'value': None, | |
}, | |
'forecasted_sunrise': { | |
'value': None, | |
}, | |
'forecasted_sunset': { | |
'value': None, | |
}, | |
'forecasted_temp_low': { | |
'value': None, | |
'units': None, | |
}, | |
'forecasted_temp_high': { | |
'value': None, | |
'units': None, | |
}, | |
'forecasted_time_high_temp': { | |
'value': None, | |
}, | |
'forecasted_time_low_temp': { | |
'value': None, | |
}, | |
'forecasted_precipitation_probability': { | |
'value': None, | |
'units': None, | |
}, | |
}, | |
'day3': { | |
'forecasted_conditions_icon': { | |
'value': None, | |
}, | |
'forecasted_moon_phase': { | |
'value': None, | |
}, | |
'forecasted_sunrise': { | |
'value': None, | |
}, | |
'forecasted_sunset': { | |
'value': None, | |
}, | |
'forecasted_temp_low': { | |
'value': None, | |
'units': None, | |
}, | |
'forecasted_temp_high': { | |
'value': None, | |
'units': None, | |
}, | |
'forecasted_time_high_temp': { | |
'value': None, | |
}, | |
'forecasted_time_low_temp': { | |
'value': None, | |
}, | |
'forecasted_precipitation_probability': { | |
'value': None, | |
'units': None, | |
}, | |
}, | |
'observation_time': { | |
'value': None, | |
}, | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"hours": [ | |
{ | |
"forecasted_conditions_icon": { | |
"value": "clear" | |
}, | |
"forecasted_precipitation_probability": { | |
"value": 0, | |
"units": "%" | |
}, | |
"forecasted_temp": { | |
"value": 59.34, | |
"units": "F" | |
} | |
}, | |
{ | |
"forecasted_conditions_icon": { | |
"value": "clear" | |
}, | |
"forecasted_precipitation_probability": { | |
"value": 0, | |
"units": "%" | |
}, | |
"forecasted_temp": { | |
"value": 57.32, | |
"units": "F" | |
} | |
}, | |
{ | |
"forecasted_conditions_icon": { | |
"value": "clear" | |
}, | |
"forecasted_precipitation_probability": { | |
"value": 0, | |
"units": "%" | |
}, | |
"forecasted_temp": { | |
"value": 55.73, | |
"units": "F" | |
} | |
}, | |
{ | |
"forecasted_conditions_icon": { | |
"value": "clear" | |
}, | |
"forecasted_precipitation_probability": { | |
"value": 0, | |
"units": "%" | |
}, | |
"forecasted_temp": { | |
"value": 54.75, | |
"units": "F" | |
} | |
}, | |
{ | |
"forecasted_conditions_icon": { | |
"value": "clear" | |
}, | |
"forecasted_precipitation_probability": { | |
"value": 0, | |
"units": "%" | |
}, | |
"forecasted_temp": { | |
"value": 53.61, | |
"units": "F" | |
} | |
}, | |
{ | |
"forecasted_conditions_icon": { | |
"value": "clear" | |
}, | |
"forecasted_precipitation_probability": { | |
"value": 0, | |
"units": "%" | |
}, | |
"forecasted_temp": { | |
"value": 52.74, | |
"units": "F" | |
} | |
}, | |
{ | |
"forecasted_conditions_icon": { | |
"value": "clear" | |
}, | |
"forecasted_precipitation_probability": { | |
"value": 0, | |
"units": "%" | |
}, | |
"forecasted_temp": { | |
"value": 52.64, | |
"units": "F" | |
} | |
}, | |
{ | |
"forecasted_conditions_icon": { | |
"value": "clear" | |
}, | |
"forecasted_precipitation_probability": { | |
"value": 0, | |
"units": "%" | |
}, | |
"forecasted_temp": { | |
"value": 52.05, | |
"units": "F" | |
} | |
}, | |
{ | |
"forecasted_conditions_icon": { | |
"value": "partly_cloudy" | |
}, | |
"forecasted_precipitation_probability": { | |
"value": 0, | |
"units": "%" | |
}, | |
"forecasted_temp": { | |
"value": 50.8, | |
"units": "F" | |
} | |
}, | |
{ | |
"forecasted_conditions_icon": { | |
"value": "mostly_clear" | |
}, | |
"forecasted_precipitation_probability": { | |
"value": 0, | |
"units": "%" | |
}, | |
"forecasted_temp": { | |
"value": 50.33, | |
"units": "F" | |
} | |
}, | |
{ | |
"forecasted_conditions_icon": { | |
"value": "clear" | |
}, | |
"forecasted_precipitation_probability": { | |
"value": 0, | |
"units": "%" | |
}, | |
"forecasted_temp": { | |
"value": 54.67, | |
"units": "F" | |
} | |
}, | |
{ | |
"forecasted_conditions_icon": { | |
"value": "clear" | |
}, | |
"forecasted_precipitation_probability": { | |
"value": 0, | |
"units": "%" | |
}, | |
"forecasted_temp": { | |
"value": 60.87, | |
"units": "F" | |
} | |
}, | |
{ | |
"forecasted_conditions_icon": { | |
"value": "clear" | |
}, | |
"forecasted_precipitation_probability": { | |
"value": 0, | |
"units": "%" | |
}, | |
"forecasted_temp": { | |
"value": 66.3, | |
"units": "F" | |
} | |
}, | |
{ | |
"forecasted_conditions_icon": { | |
"value": "clear" | |
}, | |
"forecasted_precipitation_probability": { | |
"value": 0, | |
"units": "%" | |
}, | |
"forecasted_temp": { | |
"value": 69.76, | |
"units": "F" | |
} | |
}, | |
{ | |
"forecasted_conditions_icon": { | |
"value": "clear" | |
}, | |
"forecasted_precipitation_probability": { | |
"value": 0, | |
"units": "%" | |
}, | |
"forecasted_temp": { | |
"value": 72.19, | |
"units": "F" | |
} | |
}, | |
{ | |
"forecasted_conditions_icon": { | |
"value": "clear" | |
}, | |
"forecasted_precipitation_probability": { | |
"value": 0, | |
"units": "%" | |
}, | |
"forecasted_temp": { | |
"value": 73.85, | |
"units": "F" | |
} | |
}, | |
{ | |
"forecasted_conditions_icon": { | |
"value": "clear" | |
}, | |
"forecasted_precipitation_probability": { | |
"value": 0, | |
"units": "%" | |
}, | |
"forecasted_temp": { | |
"value": 75.32, | |
"units": "F" | |
} | |
}, | |
{ | |
"forecasted_conditions_icon": { | |
"value": "clear" | |
}, | |
"forecasted_precipitation_probability": { | |
"value": 0, | |
"units": "%" | |
}, | |
"forecasted_temp": { | |
"value": 78.8, | |
"units": "F" | |
} | |
}, | |
{ | |
"forecasted_conditions_icon": { | |
"value": "clear" | |
}, | |
"forecasted_precipitation_probability": { | |
"value": 0, | |
"units": "%" | |
}, | |
"forecasted_temp": { | |
"value": 78.8, | |
"units": "F" | |
} | |
}, | |
{ | |
"forecasted_conditions_icon": { | |
"value": "mostly_clear" | |
}, | |
"forecasted_precipitation_probability": { | |
"value": 0, | |
"units": "%" | |
}, | |
"forecasted_temp": { | |
"value": 78.8, | |
"units": "F" | |
} | |
}, | |
{ | |
"forecasted_conditions_icon": { | |
"value": "mostly_clear" | |
}, | |
"forecasted_precipitation_probability": { | |
"value": 0, | |
"units": "%" | |
}, | |
"forecasted_temp": { | |
"value": 77, | |
"units": "F" | |
} | |
}, | |
{ | |
"forecasted_conditions_icon": { | |
"value": "mostly_clear" | |
}, | |
"forecasted_precipitation_probability": { | |
"value": 0, | |
"units": "%" | |
}, | |
"forecasted_temp": { | |
"value": 75.2, | |
"units": "F" | |
} | |
}, | |
{ | |
"forecasted_conditions_icon": { | |
"value": "clear" | |
}, | |
"forecasted_precipitation_probability": { | |
"value": 0, | |
"units": "%" | |
}, | |
"forecasted_temp": { | |
"value": 69.8, | |
"units": "F" | |
} | |
}, | |
{ | |
"forecasted_conditions_icon": { | |
"value": "clear" | |
}, | |
"forecasted_precipitation_probability": { | |
"value": 0, | |
"units": "%" | |
}, | |
"forecasted_temp": { | |
"value": 64.4, | |
"units": "F" | |
} | |
}, | |
{ | |
"forecasted_conditions_icon": { | |
"value": "clear" | |
}, | |
"forecasted_precipitation_probability": { | |
"value": 0, | |
"units": "%" | |
}, | |
"forecasted_temp": { | |
"value": 62.6, | |
"units": "F" | |
} | |
} | |
], | |
"day0": { | |
"current_conditions_string": { | |
"value": "clear" | |
}, | |
"current_epa_aqi": { | |
"value": 60 | |
}, | |
"current_epa_health_concern": { | |
"value": "Moderate" | |
}, | |
"current_epa_pm10": { | |
"value": 20, | |
"units": "µg/m3" | |
}, | |
"current_epa_pm25": { | |
"value": 11, | |
"units": "µg/m3" | |
}, | |
"current_humidity": { | |
"value": 74.88, | |
"units": "%" | |
}, | |
"current_pollen_tree": { | |
"value": 5, | |
"units": "Climacell Pollen Index" | |
}, | |
"current_pollen_weed": { | |
"value": null, | |
"units": "Climacell Pollen Index" | |
}, | |
"current_pollen_grass": { | |
"value": 5, | |
"units": "Climacell Pollen Index" | |
}, | |
"current_precipitation_rate": { | |
"value": 0, | |
"units": "in/hr" | |
}, | |
"current_precipitation_type": { | |
"value": "none" | |
}, | |
"current_temp_feels_like": { | |
"value": 56.98, | |
"units": "F" | |
}, | |
"current_temp_real": { | |
"value": 56.98, | |
"units": "F" | |
}, | |
"current_wind_direction": { | |
"value": 269.19, | |
"units": "degrees" | |
}, | |
"current_wind_speed": { | |
"value": 2.66, | |
"units": "mph" | |
}, | |
"forecasted_conditions_icon": { | |
"value": "partly_cloudy" | |
}, | |
"forecasted_moon_phase": { | |
"value": "first_quarter" | |
}, | |
"forecasted_sunrise": { | |
"value": "2020-05-01T10:50:54.602Z" | |
}, | |
"forecasted_sunset": { | |
"value": "2020-05-02T00:23:27.467Z" | |
}, | |
"forecasted_temp_low": { | |
"value": 49.85, | |
"units": "F" | |
}, | |
"forecasted_temp_high": { | |
"value": 70.71, | |
"units": "F" | |
}, | |
"forecasted_time_high_temp": { | |
"value": "2020-05-01T20:00:00Z" | |
}, | |
"forecasted_time_low_temp": { | |
"value": "2020-05-02T08:00:00Z" | |
}, | |
"forecasted_precipitation_probability": { | |
"value": 0, | |
"units": "%" | |
} | |
}, | |
"day1": { | |
"forecasted_conditions_icon": { | |
"value": "mostly_clear" | |
}, | |
"forecasted_moon_phase": { | |
"value": "waxing_gibbous" | |
}, | |
"forecasted_sunrise": { | |
"value": "2020-05-02T10:49:56.317Z" | |
}, | |
"forecasted_sunset": { | |
"value": "2020-05-03T00:24:13.712Z" | |
}, | |
"forecasted_temp_low": { | |
"value": 49.67, | |
"units": "F" | |
}, | |
"forecasted_temp_high": { | |
"value": 78.97, | |
"units": "F" | |
}, | |
"forecasted_time_high_temp": { | |
"value": "2020-05-02T20:00:00Z" | |
}, | |
"forecasted_time_low_temp": { | |
"value": "2020-05-02T10:00:00Z" | |
}, | |
"forecasted_precipitation_probability": { | |
"value": 0, | |
"units": "%" | |
} | |
}, | |
"day2": { | |
"forecasted_conditions_icon": { | |
"value": "mostly_cloudy" | |
}, | |
"forecasted_moon_phase": { | |
"value": "waxing_gibbous" | |
}, | |
"forecasted_sunrise": { | |
"value": "2020-05-03T10:48:59.148Z" | |
}, | |
"forecasted_sunset": { | |
"value": "2020-05-04T00:24:59.941Z" | |
}, | |
"forecasted_temp_low": { | |
"value": 54.95, | |
"units": "F" | |
}, | |
"forecasted_temp_high": { | |
"value": 81.3, | |
"units": "F" | |
}, | |
"forecasted_time_high_temp": { | |
"value": "2020-05-03T20:00:00Z" | |
}, | |
"forecasted_time_low_temp": { | |
"value": "2020-05-03T11:00:00Z" | |
}, | |
"forecasted_precipitation_probability": { | |
"value": 0, | |
"units": "%" | |
} | |
}, | |
"day3": { | |
"forecasted_conditions_icon": { | |
"value": "rain_light" | |
}, | |
"forecasted_moon_phase": { | |
"value": "waxing_gibbous" | |
}, | |
"forecasted_sunrise": { | |
"value": "2020-05-04T10:48:03.125Z" | |
}, | |
"forecasted_sunset": { | |
"value": "2020-05-05T00:25:46.140Z" | |
}, | |
"forecasted_temp_low": { | |
"value": 59.45, | |
"units": "F" | |
}, | |
"forecasted_temp_high": { | |
"value": 80.87, | |
"units": "F" | |
}, | |
"forecasted_time_high_temp": { | |
"value": "2020-05-04T18:00:00Z" | |
}, | |
"forecasted_time_low_temp": { | |
"value": "2020-05-04T11:00:00Z" | |
}, | |
"forecasted_precipitation_probability": { | |
"value": 60, | |
"units": "%" | |
} | |
}, | |
"observation_time": "2020-05-02T02:53:22.009Z" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment