List Weather Data
Weather Data
List Weather Data
List all weather data records in the current workspace
GET
List Weather Data
GET /weatherdata
Returns metadata for all weather data records in the workspace. Use this to find available weather datasets before linking them to locations or running energy models.Notes
- Requires a valid JWT (any role).
- The list response includes metadata (name, source, timestep count, subhourly flag) but does not include the full weather arrays. Use
GET /weatherdata/{weather_data_id}to retrieve the complete dataset including array data. - See
POST /weatherdatato create weather data from provided arrays, orPOST /weatherdata/fetchto fetch from an external source. - See
GET /locations?includeweatherdata=trueto view weather data in the context of its parent location.
