Opened 11 years ago
Closed 11 years ago
#609 closed defect (fixed)
Wrong data type for systemtest coverages
Reported by: | Piero Campalani | Owned by: | Piero Campalani |
---|---|---|---|
Priority: | trivial | Milestone: | 8.5.3 |
Component: | systemtest | Version: | development |
Keywords: | wcps datatype systemtest | Cc: | |
Complexity: | Easy |
Description
(WCPS) data types (see Table 2 in OGC-08068r2 ) are wrongly assigned to some systemtest coverages in release_8.5
branch.
In particular, both mr
and rgb
are currently described as having unsigned int
type, whereas they correct type is unsigned char
for [0,255]
channels.
For verification, check (gdalinfo -stats
) on the source files in <rasdaman>/systemtest/testcases_petascope/test_wcps/testdata/
).
Change History (2)
comment:1 by , 11 years ago
Status: | new → accepted |
---|
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in changeset:4d5c934.