Releases: KNMI/adaguc-server
Releases · KNMI/adaguc-server
2.6.4 - Autotiling option
The adaguc-server now has an option to create tiles during file ingestion with updatedb. Set the autotile="true" option in the TileSettings element of the layer.
<Layer type="database">
<Name>testdata</Name>
<Title>Tiled wcstest_lonlat.nc</Title>
<FilePath>{ADAGUC_PATH}/data/datasets/wcstest_lonlat.nc</FilePath>
<Variable>testdata</Variable>
<RenderMethod>nearest</RenderMethod>
<TileSettings tilewidthpx="90"
tileheightpx="90"
tilecellsizex="1"
tilecellsizey="1"
left="-180" right="180" bottom="-90" top="90"
tileprojection="+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs"
minlevel="1"
maxlevel="3"
debug="false"
autotile="true"
tilepath="{ADAGUC_TMP}/tiling"/>
<Styles>testdata</Styles>
</Layer>
2.5.11 - Correct rendering of IPCC data on North and South pole projections
Merge pull request #166 from KNMI/fix-postproc-hdf5-data Fix postproc hdf5 data
Improved contourlines and text rounding in legend and contours
Auto textformatting in the Legend for ShadeInterval is now improved but can also be set in the the textformatting property of Legend.
Adaguc can be used from within python3
2.4.2
Support Python 3
Version 2.0.33 with multistage Docker build
Version 2.0.33 with multistage Docker build