weather-provider-api icon indicating copy to clipboard operation
weather-provider-api copied to clipboard

This API is intended to help you fetch weather data from different data sources in an efficient and uniform way. By just supplying a list of locations and a time window you can get data for a specific...

Results 18 weather-provider-api issues
Sort by recently updated
recently updated
newest added

Some users of (at least) the Gunicorn image encounter high memory usage when dealing with the AROME updating process and while requesting AROME data. This results in the update process...

bug
investigation

When downloading for the ERA5 Land repository, it will hit a 1000 item download limit. Because a single factor for a full month already amounts to a 744 item count,...

bug
medium priority

### Removing the _request_weather_factors() function The __request_weather_factors()_ function was added to each and every model during version 1.x production to help with the interpretation between the original and the harmonized...

feature
medium priority
request

While some metrics should be already available via Prometheus and a decent log interpreting system could pretty much get any required information as requested by scraping the logs, data on...

feature

Ideally we'd want to have an up to date documentation on everything the Weather Provider API v3.0 entails ready on a Github Page. To achieve this, we'd be setting up...

documentation
feature
high priority

Perhaps the transcription of the JSON output formats can be sped up or otherwise improved using one of these packages? The goal of this issue is to find out. NOTE:...

medium priority
research

**The following features are included:** - Base functionality for the three classes is operational. This includes required attribute detection and the related error handling, abstract method definitions and documentation, hookup...

feature

**The following features are included:** - Working repository base class that allows for all of the three types of repository: 'cache', 'history' and 'hybrid'. Error handling should be capable of...

feature

**The following features are included:** - The system can parse one or multiple get_weather() requests from one or multiple WeatherModels / WeatherSources as one or multiple request-queues. This depending on...

feature

**The following features are included:** - The new models should support v2.x identical output via the harmonizing utilities. - The new models should be based on the optimal source for...

feature