Skip to content

Releases: KNMI/adaguc-server

2.29.2

10 Jan 14:52
d034b20
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.29.0...2.29.2

Adds support for grids where the data cells are defined by lat_bnds and lon_bnds parameters describing the cell bounds.

21 Nov 09:39
e2892e3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.28.4...2.29.0

2.28.4

12 Nov 10:48
064c10a
Compare
Choose a tag to compare

What's Changed

  • Autofinddataset will now also scan Layer configurations which do not have a type configured by @maartenplieger in #416

Full Changelog: 2.28.3...2.28.4

2.28.3

24 Oct 16:36
e387362
Compare
Choose a tag to compare

What's Changed

  • Fix bug where directory reader could not figure out the file type (opendir ent->d_type == DT_UNKNOWN) by @maartenplieger in #415

Full Changelog: 2.28.2...2.28.3

2.28.2

23 Oct 09:22
209a5a5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.28.1...2.28.2

2.28.1

14 Oct 14:16
bc7ccbe
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.28.0...2.28.1

Layer metadata store improving response time of GetCapabilities and EDR

25 Sep 16:29
7de01e6
Compare
Choose a tag to compare

Version 2.28.0 2024-09-11

Metadata for layer items like variables, projections, dimensions and styles are now stored in a database table called layermetadata. This can be disabled via the enablemetadatacache property in Settings.

What's Changed

Full Changelog: 2.27.0...2.28.0

2.27.0

16 Sep 11:33
e1458a0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.26.0...2.27.0

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