Skip to content

Releases: KNMI/adaguc-server

2.11.2: Hot fix: Accidentally removed necessary python dependencies in Docker build

22 Aug 07:40
1810bbb
Compare
Choose a tag to compare

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")

21 Aug 06:46
efb40c9
Compare
Choose a tag to compare

Update Docker base image to Python 3.10 based on Debian 12 ("bookworm")

Improved contourlines, added outlines to barbs and text

03 Jul 10:48
d3d69ec
Compare
Choose a tag to compare
  • Contourlines can have dashes
  • Contour text can have an outline
  • Windbarbs have a white outline

Improved barbs

image

Contourlines can have dashes and outlined text

image

Fix for Racmo grids with rotated_pole projection

23 Jun 08:55
597721f
Compare
Choose a tag to compare
  • 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

17 May 15:19
973c567
Compare
Choose a tag to compare
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

12 May 13:28
4387eab
Compare
Choose a tag to compare

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

11 May 07:52
755dcd9
Compare
Choose a tag to compare

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

26 Apr 11:39
b2331e7
Compare
Choose a tag to compare
  • Using fastapi as server

GeoJSON with labels can now be displayed.

19 Apr 15:08
3bde2f8
Compare
Choose a tag to compare
  • GeoJSON with labels can now be displayed. See FeatureInterval for details

2.8.6: Merge pull request #256 from KNMI/cleanup-in-steps

28 Mar 11:04
27ab45d
Compare
Choose a tag to compare

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