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 source immediately. This project is licensed under the MPL-2.0 license.
Version update with the purpose of fixing out-of-the-box workings for gunicorn deployment.
Without these settings, the default image would timeout most of the time for Arome data requests. With the altered Gunicorn worker type and adjusted timeout settings, everything should work as intended without having to manually pass environment settings.
Version update with the purpose of fixing out-of-the-box workings for gunicorn deployment.