List all weather data records in the current workspace
GET /weatherdata/{weather_data_id} to retrieve the complete dataset including array data.POST /weatherdata to create weather data from provided arrays, or POST /weatherdata/fetch to fetch from an external source.GET /locations?includeweatherdata=true to view weather data in the context of its parent location.