Skip to content

Releases: KNMI/adaguc-server

2.6.4 - Autotiling option

23 Dec 14:39
Compare
Choose a tag to compare

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

12 Jul 12:59
fcb41a1
Compare
Choose a tag to compare
Merge pull request #166 from KNMI/fix-postproc-hdf5-data

Fix postproc hdf5 data

Improved contourlines and text rounding in legend and contours

04 Dec 11:01
b44f5d9
Compare
Choose a tag to compare

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

18 Nov 12:10
623efec
Compare
Choose a tag to compare

2.4.2

09 Nov 11:44
aeeb051
Compare
Choose a tag to compare

Support Python 3

Version 2.0.33 with multistage Docker build

06 Jul 11:22
Compare
Choose a tag to compare
Version 2.0.33 with multistage Docker build