Opened 8 years ago
Closed 8 years ago
#1379 closed defect (duplicate)
Petascope_Check format type of encoding from WCS
Reported by: | Bang Pham Huu | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 9.3 |
Component: | petascope | Version: | development |
Keywords: | Cc: | Dimitar Misev, Alex Dumitru, Sulav Timilsina | |
Complexity: | Medium |
Description
There is a bug in WCS encoding which returns wrong format type from request (i.e: format is netCDF, then it will encode with rasql in JP2000). Need to check this behaviour with other types of format (image/PNG, image/JPEG, image/TIFF, application/gml+xml) from WCS.
error query
localhost:8080/rasdaman/ows?service=WCS&version=2.0.1&request=GetCoverage&coverageId=mean_summer_airtemp&subset=Lat(-40,-10)&subset=Long(125,130)&format=application/netcdf
this does not happens with WCPS query
localhost:8080/rasdaman/ows?service=WCS&version=2.0.1&request=ProcessCoverages&query=for c in (rgb)return encode(c,"netcdf")
Note:
See TracTickets
for help on using tickets.
Alex submitted a patch for this ticket on another ticket http://rasdaman.org/ticket/1381, so close as duplicated.