Skip to content

Releases: KNMI/adaguc-server

2.26.0 EDR improvements and add EDR Cube call

12 Jul 13:57
2e54704
Compare
Choose a tag to compare

Version 2.26.0 2024-07-12

  • Added EDR cube call for gridded datsets to ADAGUC.

Version 2.25.0 2024-07-11

  • Fixed issue in EDR position / timeseries functionality via WMS GetFeatureInfo on multidimensional data when selecting multiple elevations at the same time. Added testcases for testing timeseries.

Version 2.24.0 2024-07-09

  • Fixed occasional 404's in GetCapabilities: Statuscode is now kept to 200 for GetCapabilities and the corresponding error message for the specific layer is embedded in the document

What's Changed

Full Changelog: 2.23.0...2.26.0

2.23.0

07 Jun 15:45
96e466e
Compare
Choose a tag to compare

Version 2.23.0 2024-06-07

  • DataPostProcessor windspeed_knots_to_ms was added to convert knots to meters per second, use <DataPostProc algorithm="windspeed_knots_to_ms"/>
  • TimeSeries fetching with GetFeatureInfo now support multimodel ensembles
  • DataPostProcessor has been refactored
  • EDR: Parameters can now be detailed with metadata like standard_names and units: #359.
  • See Configure_EDR_service for details.
  • When using docker compose the Redis container now automatically starts when system restarts
  • Support INT64 in CDFDataWriter

What's Changed

Full Changelog: 2.21.0...2.23.0

2.21.0

19 Mar 08:40
3634130
Compare
Choose a tag to compare

NEWS

  • Added support for Redis caching. Redis caching can be enabled by providing a Redis service via the ADAGUC_REDIS environment and configuring caching settings for a dataset in the Settings element.
  • Improved speed of EDR service and added support to cache EDR calls
  • Many performance improvements as a result from KNMI GST sprint on adaguc-server

What's Changed

New Contributors

Full Changelog: 2.19.0...2.21.0

2.19.0

15 Feb 09:12
f9978bc
Compare
Choose a tag to compare

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.