Skip to content

Releases: KNMI/adaguc-services

1.2.12 Reduced logging

22 Jul 08:44
Compare
Choose a tag to compare

Less logging for adaguc requests.

Adaguc-server request mapping was added

20 May 06:48
Compare
Choose a tag to compare
1.2.11

Support adaguc-server request mapping

Adaguc-server queue is now atomic

19 May 20:23
Compare
Choose a tag to compare
1.2.10

Version 1.2.10, adaguc-server queue is now atomic

Using java 11

06 May 13:03
Compare
Choose a tag to compare
1.2.9

Java 11, version 1.2.9

Adaguc-services autowms now lists /data/adaguc-data as well

29 Apr 14:08
Compare
Choose a tag to compare

In the autowms this is named /adaguc::data, e.g.

http://localhost:8080/autowms?request=getfiles&path=/adaguc::data

or

http://localhost:8080/autowms?request=getfiles&path=/adaguc::data/opendap.knmi.nl/knmi/thredds/fileServer/ADAGUC/testsets/projectedgrids/meteosat

Adaguc-services supports jobs and AutoScan

18 Dec 10:06
Compare
Choose a tag to compare

Adaguc-services supports jobs and scans using --layername

18 Dec 09:52
Compare
Choose a tag to compare
1.2.3

Layerscan is now using --layername

Adaguc-services supports jobs

18 Dec 09:01
Compare
Choose a tag to compare
  1. Layers can now be scanned automatically
   <Layer type="database">
    <Name>RADNL_OPER_R___25PCPRR_L3_KNMI</Name>
    <Title>EGOWS Radar</Title>
    <FilePath filter=".*\.nc$">/data/adaguc-autowms/EGOWS_radar/</FilePath>
    
    <!-- AutoScan will scan all files by default. When dirpattern, duration and step are set, it will scan from (now - duration) with increments of step until now. It will add the dirpattern to the filepath -->
    <AutoScan enabled="true" dirpattern="yyyy/MM/dd" duration="P6D" step="P1D" />
    <Dimension name="time" interval="PT5M">time</Dimension>
    <Variable>precipitation</Variable>
    <Styles>knmiradar,precip,precip-transparent,precip-gray,precip-rainbow,precip-blue,precip-blue-transparent,pseudoradar</Styles>
  </Layer>
  1. shell scripts in adaguc-datasets/jobs will be run every minute

Adaguc-server logfile is embedded in java logging

04 Jun 10:12
80d2c02
Compare
Choose a tag to compare

The logfile from adaguc-server is embedded in the java logging. This makes the adaguc-server logging available in the standard logs and makes the logging visible when used as a docker container.

Furthermore the amount of adaguc-server instances, queue limit and timeout can be configured:

120000 4 32

Spring boot 2.0, Refactored to use spring boot tomcat instead of standalone tomcat

04 Apr 14:31
32deee0
Compare
Choose a tag to compare

To run adaguc-services, only the internal tomcat can be used. It is not possible to deploy adaguc-services via a war file in an existing tomcat server.