A weather agent using the weather.gov API to collect weather data for the VOLTTRON platform.
Project description
WeatherDotgov Agent
This agent provides the ability to query for current and forecast weather data from NOAA. The agent extends BaseWeatherAgent that provides caching of recently requested data, as well as mapping of weather point names from NOAA's naming scheme to the standardized CF-conventions scheme.
Configuration
The following is an example configuration for the Weather.gov agent. All configuration parameters are optional.
Parameters
-
"database_file" - sqlite database file for weather data caching. Defaults to "weather.sqlite" in the agent's data directory
-
"max_size_gb" - maximum size of cache database. When cache exceeds this size, data will get purged from cache until the cache is within the configured size.
-
"poll_locations" - list of locations to periodically poll for current data.
- For current weather, the only supported location format is station id. Format: [{"station": "KLAX"}, {"station": "KBOI"}]
- For hourly forecast supported location formats are
- wfo, x, y - Format: {"wfo": 'BOU', 'x': 54, 'y': 62}
- latitude, longitude - Format: {"lat": 39.0693, "long": -94.6716}. Weather agent will first lookup wfo,x,y for the given latitude and logitude and then get the forceast data based on wfo, x, y
- station id - Format: [{"station": "KLAX"}, {"station": "KBOI"}]
The input list can contain valid locations with different formats. For example,
[{"station": "KLAX"}, {"station": "KBOI"}, {"wfo": 'BOU', 'x': 54, 'y': 62}]is a valid input list for hourly forecast
-
"poll_interval" - polling frequency or the number of seconds between each poll.
{ "database_file": "weather.sqlite", "max_size_gb": 1, "poll_locations": [{"station": "KLAX"}, {"station": "KPHX"}], "poll_interval": 60 }
Registry Configuration
The registry configuration file for this agent can be found in agent's data directory. This configuration provides the point name mapping from NOAA's point scheme to the CF-conventions scheme by default. The file leaves the unit name columns for each point blank, as this agent does not include unit conversion. Points that do not specify 'Standard_Point_Name' were found to not have a logical match to any point found in the CF-Conventions. For these points NOAA point names (Service_Point_Name) will be used.
| Service_Point_Name | Standard_Point_Name | Service_Units | Standard_Units |
|---|---|---|---|
| heatIndex | |||
| presentWeather | |||
| seaLevelPressure | air_pressure_at_mean_sea_level | ||
| temperature | air_temperature |
Notes
The WeatherDotGov agent does not utilize an API key, as NOAA allows users to gather weather data for free, and does not provide nor require keys.
This implementation of the weather agent does not include historical weather data, as NOAA does not provide an accessible endpoint from which historical data may be obtained.
Data provided by NOAA is in a nested dictionary format. The base weather agent does not handle unit conversion for arbitrary nested dictionary format and hence this agent does not support unit conversion at this time.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file volttron_weather_dot_gov-2.0.0rc0.tar.gz.
File metadata
- Download URL: volttron_weather_dot_gov-2.0.0rc0.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.10.20 Linux/6.8.0-1052-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2c1955823aa95bb395b40516df98c4e356d720671d3a928ddb53fd0f17da97f
|
|
| MD5 |
73395b1eba678fb61ede750df5542bcd
|
|
| BLAKE2b-256 |
f5d9e55bfd2edd552988975e2d59f4f9e0f2918ea06fb90bcd5c8b752ba89bdd
|
File details
Details for the file volttron_weather_dot_gov-2.0.0rc0-py3-none-any.whl.
File metadata
- Download URL: volttron_weather_dot_gov-2.0.0rc0-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.10.20 Linux/6.8.0-1052-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89ff4d8ae1a88449dda91c5ae0d9d3d2193d59699507e7af90c78a5595d1b57a
|
|
| MD5 |
f9d14d655c64bf9908bf888a22b98241
|
|
| BLAKE2b-256 |
73dd3eeadd6f750e62b690f925cd86f57146497be6d3518735c0ecce88eee419
|