nationalmap icon indicating copy to clipboard operation
nationalmap copied to clipboard

WPS Wave: Extract Time-series of 2D Wave Spectra is broken

Open nf-s opened this issue 9 months ago • 2 comments

https://nationalmap.gov.au/#share=s-7g9wxzE6aVvACf0aFtSmq4wPOqr

A few issues

  • The rectangle box is a text field - it should let you select a rectangle on the map
image
  • WebProcessingServiceCatalogFunction is incorrectly polling this service for status, which is causing an error
<?xml version="1.0" encoding="UTF-8"?>
<!-- PyWPS 4.2.2 -->
<ows:ExceptionReport xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/ows/1.1 http://schemas.opengis.net/ows/1.1.0/owsExceptionReport.xsd" version="1.0.0">
  <ows:Exception exceptionCode="OperationNotSupported" locator="" >
      <ows:ExceptionText>Process does not support the updating of status</ows:ExceptionText>
  </ows:Exception>
</ows:ExceptionReport>

nf-s avatar Sep 27 '23 00:09 nf-s