Releases: KNMI/adaguc-server
2.17.0
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
- Bump fastapi from 0.103.2 to 0.109.1 by @dependabot in #333
- Update actions to fix Node 16 warning by @lukas-phaf in #334
- nits: updates to tutorial and glossary by @EvelineV in #322
- Improvements from EWC lokale klimaatinformatie: Colors, CSV, Flexible config by @maartenplieger in #304
New Contributors
Full Changelog: 2.15.1...2.17.0
Support time/height profile data
Support time/height profile data from https://dataplatform.knmi.nl/dataset/ceilonet-chm15k-backsct-la1-t12s-v1-0
What's Changed
- Remove basetype. by @lukas-phaf in #331
- Bump package versions. by @dependabot in #329
- Support profiles with time/height data by @maartenplieger in #217
Full Changelog: 2.15.0...2.15.1
Version 2.15.0 2024-01-29 PostgreSQL queries have been optimized
What's Changed
- Optimizing PostgreSQL queries by @maartenplieger in #330
Full Changelog: 2.14.3...2.15.0
2.14.3
What's Changed
- Remove Tracer by @lukas-phaf in #327
- 315 fixopendap by @maartenplieger in #328
Full Changelog: 2.14.2...2.14.3
2.14.2
What's Changed
- 323 wcs cache by @lukas-phaf in #325
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
Version 2.14.1 2023-12-11
Set keep-alive to support running behind proxy/load balancer.
EDR support (position endpoint only)
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
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
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
Version 2.13.7 2023-10-27
- PNG files can now also contain a reference_time text tag
- Finnish national projection (EPSG:3067)