Skip to content

Releases: KNMI/adaguc-server

Using fastapi as server

26 Apr 11:39
b2331e7
Compare
Choose a tag to compare
  • Using fastapi as server

GeoJSON with labels can now be displayed.

19 Apr 15:08
3bde2f8
Compare
Choose a tag to compare
  • GeoJSON with labels can now be displayed. See FeatureInterval for details

2.8.6: Merge pull request #256 from KNMI/cleanup-in-steps

28 Mar 11:04
27ab45d
Compare
Choose a tag to compare

Version 2.8.6 2023-03-23

  • Added a configuration option to limit the number of deletions done at once, configurable with cleanupsystemlimit="5" in Settings.
  • Added a configuration option to start a dryrun of cleanup, explaining which files would be deleted (but not actually deleting them), configurable with enablecleanupsystem="dryrun" in Settings
  • Added the option to replace custom variables in the dataset configuration using the Environment keyword. These will get the value from the environment. This has been added to make it possible to let dev branches have a shorter retentionperiod and the main branch a longer retentionperiod.
  • See complete dataset example in data/config/datasets/adaguc.tests.cleandb-step2.xml

Unit of Measurement in DescribeCoverage output

16 Mar 09:50
0157831
Compare
Choose a tag to compare

Version 2.8.5 2023-03-16

  • Add parameter Unit of Measurement to DescribeCoverage output

Use ShadeInterval style configuration with nearest neighbour rendering.

09 Mar 16:40
bc53aab
Compare
Choose a tag to compare

Version 2.8.4 2023-03-08

  • Nearest neighbour rendering can now be done with discrete classes using ShadeInterval and renderhint="discreteclasses"
  • Hex colors now work with both uppercase and lowercase hex digits
  • Legend is now not mandatory in a Style definition
  • Drawfunction is refactored and de-duplicated, less double code.
  • A buffer overflow issue with shadeintervals rendering has been solved (adagucserverEC/CImgWarpNearestNeighbour.h, 222)

Demo here

Build docker image for arm64 architecture

15 Feb 16:20
63d7524
Compare
Choose a tag to compare
  • Build docker image for arm64 architecture (e.g. Mac M1).
  • Improve logarithmic legend labelling

2.8.2 WebP quality is now configurable via WMSFormat and WMS Format (use format=image/webp;90)

01 Feb 10:10
1bf1fa6
Compare
Choose a tag to compare

WebP quality is now configurable via WMSFormat and WMS Format (use format=image/webp;90)

Using debian as base docker image

10 Jan 09:20
04f9391
Compare
Choose a tag to compare
  • Using debian as base docker image

Support for building Adaguc on Mac M1 architecture (arm64)

23 Dec 11:48
579024d
Compare
Choose a tag to compare

Support for Opera HDF5 ODIM files with X/Y/T data

20 Dec 09:21
c47b9d3
Compare
Choose a tag to compare
  • Support for HDF5 ODIM files with X/Y/T data
  • Implemented according to ttps://www.eumetnet.eu/wp-content/uploads/2021/07/ODIM_H5_v2.4.pdf

image