Opened 8 years ago
Closed 8 years ago
#1424 closed defect (fixed)
WCPS_encode in JPEG2000 does not have geo-referenced metadata
Reported by: | Bang Pham Huu | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 9.3 |
Component: | petascope | Version: | development |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Medium |
Description
Although http://rasdaman.org/ticket/1296 did the fix for WCS but in WCPS when encode in "jpeg2000" it does not have the GML (http://rasdaman.org/ticket/937), then cannot set the geo-referenced.
test case 53 in known_fail (test_wcps)
for c in (test_eobstest) return encode( (c[ t(1), Long:"http://www.opengis.net/def/crs/EPSG/0/4326" (25:35), Lat:"http://www.opengis.net/def/crs/EPSG/0/4326" (10:15)]), "jpeg2000", "nodata=0")
Change History (3)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
the simplest one is in WPCS when encode change from "jpeg2000" to "JP2OpenJPEG" internally and it will not need the GML file as in WCS (which does not have yet in WCPS as coverage metadata does not support extract to GML).
comment:3 by , 8 years ago
Milestone: | 10.0 → 9.3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
So should it be JP2OpenJPEG internally? Or should the query be changed to use JP2OpenJPEG?