Releases: KNMI/adaguc-server
Releases · KNMI/adaguc-server
2.11.2: Hot fix: Accidentally removed necessary python dependencies in Docker build
2.11.2: Hot fix: Accidentally removed necessary python dependencies in Docker build
Update Docker base image to Python 3.10 based on Debian 12 ("bookworm")
Update Docker base image to Python 3.10 based on Debian 12 ("bookworm")
Improved contourlines, added outlines to barbs and text
Fix for Racmo grids with rotated_pole projection
- Fix: Racmo datasets with rotated_pole projection does work again
- Fix: Empty CRS was advertised in case of point data
2.10.2 Hotfix for geos projections without sweep parameter
Merge pull request #265 from KNMI/fix-geos-satcomp 2.10.2 hotfix for geos projections without sweep parameter
Added Strict-Transport-Security, X-Content-Type-Options and Content-Security-Policy headers when running over https
2.10.1 - Added Strict-Transport-Security, X-Content-Type-Options and Content-Security-Policy headers when running over https
Use the new API of the PROJ library
Version 2.10.0 2023-05-10
- Use the new API of the PROJ library, because the old one is deprecated and removed from PROJ version 8 and up.
- Adaguc now requires at least version 6 of the PROJ library.
- This should simplify installing on recent version of Ubuntu.
Using fastapi as server
- Using fastapi as server
GeoJSON with labels can now be displayed.
- GeoJSON with labels can now be displayed. See FeatureInterval for details
2.8.6: Merge pull request #256 from KNMI/cleanup-in-steps
Version 2.8.6 2023-03-23
- Added a configuration option to limit the number of deletions done at once, configurable with
cleanupsystemlimit="5"
in Settings. - Added a configuration option to start a dryrun of cleanup, explaining which files would be deleted (but not actually deleting them), configurable with
enablecleanupsystem="dryrun"
in Settings - Added the option to replace custom variables in the dataset configuration using the Environment keyword. These will get the value from the environment. This has been added to make it possible to let dev branches have a shorter retentionperiod and the main branch a longer retentionperiod.
- See complete dataset example in data/config/datasets/adaguc.tests.cleandb-step2.xml