Opened 9 years ago
Closed 9 years ago
#966 closed defect (invalid)
int null value not supported?
Reported by: | Dimitar Misev | Owned by: | Vlad Merticariu |
---|---|---|---|
Priority: | major | Milestone: | 9.1.x |
Component: | petascope | Version: | development |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
The given null value is -999 (an int), but I get an error that only integer is supported:
Service Call: http://localhost:8080/rasdaman/ows?service=WCS&version=2.0.1&request=InsertCoverage&coverageRef=file:///tmp/0596d7ee_de96_4856_9097_775bd3cf55d9.gml&tiling=ALIGNED [0:10, 0:1000, 0:500]&insitu=True&pixelDataType=Int16&useId=existing Error Code: InvalidPropertyValue Error Text: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ows:ExceptionReport version="2.0.0" xsd:schemaLocation="http://www.opengis.net/ows/2.0 http://schemas.opengis.net/ows/2.0/owsExceptionReport.xsd" xmlns:ows="http://www.opengis.net/ows/2.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink"> <ows:Exception exceptionCode="InvalidPropertyValue"> <ows:ExceptionText>Nil value -999 not supported. Only integer, or integer interval (written as "integer:integer") values are supported.</ows:ExceptionText> </ows:Exception> </ows:ExceptionReport>
Note:
See TracTickets
for help on using tickets.
Looks like fixed in the latest petascope.