Skip to content

Releases: KNMI/adaguc-server

Cleanup is now always triggered when a file is scanned.

05 Sep 07:59
9aefce0
Compare
Choose a tag to compare
  • Still cleanup FS and DB when the file to scan was not found

2.11.3: Less logging and robuster scanner

04 Sep 11:40
53cf02a
Compare
Choose a tag to compare

2.11.3: Less logging and robuster scanner

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