Skip to content

Releases: KNMI/adaguc-server

2.17.0

14 Feb 14:30
9c75535
Compare
Choose a tag to compare

Version 2.17.0 2024-02-14

  • Colors in GetMap images now matches exactly the colors configured in the legend and style in png32 mode
  • CSV reader is more flexible
  • Sub configuration files (via include) can now substitute variables as well

What's Changed

New Contributors

Full Changelog: 2.15.1...2.17.0

Support time/height profile data

05 Feb 13:59
d592192
Compare
Choose a tag to compare

Support time/height profile data from https://dataplatform.knmi.nl/dataset/ceilonet-chm15k-backsct-la1-t12s-v1-0

What's Changed

Full Changelog: 2.15.0...2.15.1

Version 2.15.0 2024-01-29 PostgreSQL queries have been optimized

30 Jan 08:46
c265e2e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.14.3...2.15.0

2.14.3

22 Jan 11:22
6a254f3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.14.2...2.14.3

2.14.2

18 Jan 15:37
f001aa0
Compare
Choose a tag to compare

What's Changed

Version 2.14.2 2024-01-15

  • Fix issue where the wrong dimension was forced to a value
  • Add Cache-Control header to WCS requests (DescribeCoverage and GetCoverage)
  • Fix Cache-control when dimensions are forced to a value
  • Make AAIGRID comparison looser (ignore whitespace)
  • Add unit test for Cache-Control headers for WCS AAIGRID format

Full Changelog: 2.14.1...2.14.2

Set keep-alive

11 Dec 14:55
a464b5b
Compare
Choose a tag to compare

Version 2.14.1 2023-12-11

Set keep-alive to support running behind proxy/load balancer.

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)