Closed sbalasub closed 10 years ago
on local installation, seeing this error on the response:
cannot reproduce in sfmta.
hey @sbalasub can you explain why this was reopened, that will help me look
@bartvde, the tiff file produced doesn't seem to be correct. wanted to make sure this is working as expected.
have you verified the request XML is what you expect it to be?
If so, please assign to @dwins and set label to geoserver
This is the request:
@sbalasub it's better to put triple single quotes around the request so we can see the actual XML (<xml>
)
<p0:Execute xmlns:p0="http://www.opengis.net/wps/1.0.0" service="WPS" version="1.0.0"><p1:Identifier xmlns:p1="http://www.opengis.net/ows/1.1">ras:AreaGrid</p1:Identifier><p0:DataInputs><p0:Input><p1:Identifier xmlns:p1="http://www.opengis.net/ows/1.1">envelope</p1:Identifier><p0:Data><p0:BoundingBoxData crs="EPSG:4326"><p1:LowerCorner xmlns:p1="http://www.opengis.net/ows/1.1">-4.804006222809484 10.726743913143103</p1:LowerCorner><p1:UpperCorner xmlns:p1="http://www.opengis.net/ows/1.1">6.006540652190516 14.857603288143103</p1:UpperCorner></p0:BoundingBoxData></p0:Data></p0:Input><p0:Input><p1:Identifier xmlns:p1="http://www.opengis.net/ows/1.1">width</p1:Identifier><p0:Data><p0:LiteralData>10</p0:LiteralData></p0:Data></p0:Input><p0:Input><p1:Identifier xmlns:p1="http://www.opengis.net/ows/1.1">height</p1:Identifier><p0:Data><p0:LiteralData>20</p0:LiteralData></p0:Data></p0:Input></p0:DataInputs><p0:ResponseForm><p0:RawDataOutput><p1:Identifier xmlns:p1="http://www.opengis.net/ows/1.1">result</p1:Identifier></p0:RawDataOutput></p0:ResponseForm></p0:Execute>
@sbalasub I asked Victor about this can you try with:
the layer has to cover a larger area to see the values differences, and she's requesting a tiny result 20x20 just try a 1000x1000 result and set the bounding box to most of the earth extent you will get a result that makes sense
Able to view the tiff file fine in QGIS.
Running the Area Grid raster process, I get a tiff file as the output but it is either white or sometime a black patch.