Skip to content

Releases: KNMI/adaguc-server

EDR support (position endpoint only)

27 Nov 10:31
6459b4a
Compare
Choose a tag to compare

Added EDR support for gridded datasets to ADAGUC server.
In this first step only the position endpoint is implemented.
Model reference times (run times) result in collection instances.

See EDRConfiguration

Added Cache-Control header which can be configured via the Settings item

08 Nov 16:41
6e5d7a3
Compare
Choose a tag to compare

Version 2.13.9 2023-11-08

Via the Settings object it is now possible to configure the caching header:

<Settings cache_age_volatileresources="60" cache_age_cacheableresources="7200"/>
  • cache_age_cacheableresources (number) defaults to 0 (disabled), Sets the cache header for fully specified getmap requests
  • cache_age_volatileresources (number), defaults to 0 (disabled), Sets the cache header for things which often change, like a getcapabilities document.

Fixed issue #311, dimension units are now propagated from the Layer configuration to the GetCapabilities

01 Nov 14:33
3f3c1dc
Compare
Choose a tag to compare

Version 2.13.8 2023-11-01

Fixed issue #311, dimension units are now propagated from the Layer configuration to the GetCapabilities

2.13.7 Finnish projection and reference_time dim for PNG

30 Oct 12:54
45a9da1
Compare
Choose a tag to compare

Version 2.13.7 2023-10-27

  • PNG files can now also contain a reference_time text tag
  • Finnish national projection (EPSG:3067)

2.13.6: Dual pol support, fixed access logs

06 Oct 10:07
32cc61e
Compare
Choose a tag to compare

Version 2.13.6 2023-10-06:

  • Restored access log to original format (was broken since move to FastAPI)
  • KNMI HDF5 dual-pol data now picks scans 15, 16, 6, 14, 5, 13, 4, 12, 3
  • KNMI HDF5 dual-pol now derives ZDR as Z-Zv
  • Improved Dockerfile multistage build leading to smaller images
  • Updated Python package versions
  • Reverted outline barbs, added outline option for point barbs

Fixed a bug in autofinddataset option

26 Sep 11:27
e284e90
Compare
Choose a tag to compare

Version 2.13.2 2023-09-25

Fixed a bug in autofinddataset option

Added autofinddataset option and improved cleaning of modeldata.

21 Sep 10:05
b053900
Compare
Choose a tag to compare

Version 2.13.0 2023-09-20

The script adaguc-server-addfile.sh is now able to find for a given file the corresponding dataset via the commandline option autofinddataset
Cleaning of model data is now done based on the forecast_reference_time dimension

Support for DataPostProcessor to add, substract, multiply or divide layers

20 Sep 07:56
29fe086
Compare
Choose a tag to compare

Version 2.12.0 2023-08-24

Support for DataPostProcessor Operator, to add, substract, multiply or divide layers
Dimensions can now be fixed and hidden, to make layers representing a single elevation based on a variable with multiple elevations
Support to substract two elevations from the same variable

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