Releases: KNMI/adaguc-services
Releases · KNMI/adaguc-services
1.2.12 Reduced logging
Less logging for adaguc requests.
Adaguc-server request mapping was added
1.2.11 Support adaguc-server request mapping
Adaguc-server queue is now atomic
1.2.10 Version 1.2.10, adaguc-server queue is now atomic
Using java 11
1.2.9 Java 11, version 1.2.9
Adaguc-services autowms now lists /data/adaguc-data as well
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
1.2.4 Reduced logging
Adaguc-services supports jobs and scans using --layername
1.2.3 Layerscan is now using --layername
Adaguc-services supports jobs
- 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>
- shell scripts in adaguc-datasets/jobs will be run every minute
Adaguc-server logfile is embedded in java logging
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 32Spring boot 2.0, Refactored to use spring boot tomcat instead of standalone tomcat
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.