-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #348 from aodn/1427-failure-emails-missing-collect…
…ion-name 1427 failure emails missing collection name
- Loading branch information
Showing
14 changed files
with
117 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ aggregationWorker: | |
# Need enhance to point to some test server for development | ||
GEOSERVER_CATALOGUE_ENDPOINT_URL: 'https://geoserver-123.aodn.org.au/geoserver/imos/ows' | ||
GEONETWORK_CATALOGUE_URL: 'https://catalogue.aodn.org.au/geonetwork' | ||
GEONETWORK_LAYER_SEARCH_FIELD: 'layer' | ||
DATA_DOWNLOAD_URL_PREFIX: 'http://data.aodn.org.au/' | ||
AGGREGATOR_TEMPLATE_FILE_URL: 'https://raw.githubusercontent.com/aodn/geoserver-config/production/wps/templates.xml' | ||
administratorEmail: '[email protected]' | ||
|
@@ -24,4 +25,4 @@ aggregationWorker: | |
|
||
logging: | ||
level: | ||
root: debug | ||
root: info |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<ns3:Execute service="WPS" version="1.0.0" xmlns:ns2="http://www.w3.org/1999/xlink" xmlns:ns1="http://www.opengis.net/ows/1.1" xmlns:ns3="http://www.opengis.net/wps/1.0.0"> | ||
<ns1:Identifier>gs:GoGoDuck</ns1:Identifier> | ||
<ns3:DataInputs> | ||
<ns3:Input> | ||
<ns1:Identifier>layer</ns1:Identifier> | ||
<ns3:Data> | ||
<ns3:LiteralData>gsla_fv02_nrt_timeseries_url</ns3:LiteralData> | ||
</ns3:Data> | ||
</ns3:Input> | ||
<ns3:Input> | ||
<ns1:Identifier>TestMode</ns1:Identifier> | ||
<ns3:Data> | ||
<ns3:LiteralData>false</ns3:LiteralData> | ||
</ns3:Data> | ||
</ns3:Input> | ||
<ns3:Input> | ||
<ns1:Identifier>subset</ns1:Identifier> | ||
<ns3:Data> | ||
<ns3:LiteralData>TIME,2021-09-01T00:00:00.000Z,2021-10-01T00:00:00.000Z;LATITUDE,-36.958984375,-37.75;LONGITUDE,129.375,130.78125</ns3:LiteralData> | ||
</ns3:Data> | ||
</ns3:Input> | ||
<ns3:Input> | ||
<ns1:Identifier>callbackParams</ns1:Identifier> | ||
<ns3:Data> | ||
<ns3:LiteralData>[email protected]</ns3:LiteralData> | ||
</ns3:Data> | ||
</ns3:Input> | ||
</ns3:DataInputs> | ||
<ns3:ResponseForm> | ||
<ns3:ResponseDocument storeExecuteResponse="true" status="true"> | ||
<ns3:Output asReference="true" mimeType="text/csv"> | ||
<ns1:Identifier>result</ns1:Identifier> | ||
</ns3:Output> | ||
</ns3:ResponseDocument> | ||
</ns3:ResponseForm> | ||
</ns3:Execute> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+11.2 KB
(120%)
aggregator/src/test/resources/au/org/emii/aggregator/gsla-expected.nc
Binary file not shown.
Binary file added
BIN
+83.8 KB
aggregator/src/test/resources/au/org/emii/aggregator/projection-expected-4.8.nc
Binary file not shown.
Binary file added
BIN
+74.7 KB
...egator/src/test/resources/au/org/emii/aggregator/projection-point-outside-expected-4.8.nc
Binary file not shown.
Binary file added
BIN
+74.7 KB
aggregator/src/test/resources/au/org/emii/aggregator/projection-point-within-expected-4.8.nc
Binary file not shown.
Binary file modified
BIN
+3.23 KB
(100%)
aggregator/src/test/resources/au/org/emii/aggregator/temporal-expected.nc
Binary file not shown.
Binary file modified
BIN
+18.2 KB
(120%)
aggregator/src/test/resources/au/org/emii/aggregator/unpack-expected.nc
Binary file not shown.
Binary file not shown.
Binary file not shown.