Skip to content

Instantly share code, notes, and snippets.

@jkburges
Created October 28, 2015 00:05
Show Gist options
  • Save jkburges/e3be577c52a11793166a to your computer and use it in GitHub Desktop.
Save jkburges/e3be577c52a11793166a to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<wps:Execute version="1.0.0" service="WPS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.opengis.net/wps/1.0.0" xmlns:wfs="http://www.opengis.net/wfs" xmlns:wps="http://www.opengis.net/wps/1.0.0" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" xmlns:wcs="http://www.opengis.net/wcs/1.1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://www.opengis.net/wps/1.0.0 http://schemas.opengis.net/wps/1.0.0/wpsAll.xsd">
<ows:Identifier>gs:Notifier</ows:Identifier>
<wps:DataInputs>
<wps:Input>
<ows:Identifier>notifiable</ows:Identifier>
<wps:Reference mimeType="application/octet-stream" xlink:href="http://geoserver/wps" method="POST">
<wps:Body>
<wps:Execute version="1.0.0" service="WPS">
<ows:Identifier>gs:Fallible</ows:Identifier>
<wps:DataInputs>
<wps:Input>
<ows:Identifier>wrappedProcess</ows:Identifier>
<wps:Data>
<wps:LiteralData>gs:NetcdfOutput</wps:LiteralData>
</wps:Data>
</wps:Input>
<wps:Input>
<ows:Identifier>typeName</ows:Identifier>
<wps:Data>
<wps:LiteralData>imos:anmn_ts_timeseries_data</wps:LiteralData>
</wps:Data>
</wps:Input>
<wps:Input>
<ows:Identifier>cqlFilter</ows:Identifier>
<wps:Data>
<wps:LiteralData>INTERSECTS(geom,POLYGON((113.33 -34.09,113.33 -30.98,131.11 -30.98,131.11 -34.09,113.33 -34.09))) AND TIME &gt;= '2009-01-13T23:00:00Z' AND TIME &lt;= '2009-01-14T00:00:00Z'</wps:LiteralData>
</wps:Data>
</wps:Input>
</wps:DataInputs>
<wps:ResponseForm>
<wps:ResponseDocument storeExecuteResponse="true"
lineage="false" status="true">
<wps:Output asReference="true" mimeType="application/zip">
<ows:Identifier>result</ows:Identifier>
</wps:Output>
</wps:ResponseDocument>
</wps:ResponseForm>
</wps:Execute>
</wps:Body>
</wps:Reference>
</wps:Input>
<wps:Input>
<ows:Identifier>callbackUrl</ows:Identifier>
<wps:Data>
<wps:LiteralData>http://localhost:8080/aodn-portal/wps/jobComplete</wps:LiteralData>
</wps:Data>
</wps:Input>
<wps:Input>
<ows:Identifier>callbackParams</ows:Identifier>
<wps:Data>
<wps:LiteralData>[email protected]</wps:LiteralData>
</wps:Data>
</wps:Input>
</wps:DataInputs>
<wps:ResponseForm>
<wps:ResponseDocument storeExecuteResponse="true"
lineage="false" status="true">
<wps:Output asReference="true" mimeType="application/zip">
<ows:Identifier>result</ows:Identifier>
</wps:Output>
</wps:ResponseDocument>
</wps:ResponseForm>
</wps:Execute>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment