Opened 6 years ago
Closed 6 years ago
#1996 closed defect (fixed)
wrong datatype for multiband netcdf with bands of different type
Reported by: | Vlad Merticariu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 9.8 |
Component: | petascope | Version: | 9.7 |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Medium |
Description (last modified by )
Trying to import a netcdf file with 3 bands (float, float, short) fails because petascope creates a type with identical band types (float, float, float):
Request: 'CREATE TYPE CHL_Concentration_L4_8days_Cell AS ( band0 float ,band1 float ,band2 float )'… parsing… checking semantics… evaluating… ok
Data and ingredient to reproduce: http://download.rasdaman.org/geodata/awi/13
Change History (7)
comment:1 by , 6 years ago
Cc: | added |
---|
comment:2 by , 6 years ago
comment:3 by , 6 years ago
Description: | modified (diff) |
---|
comment:5 by , 6 years ago
pixelDataType
should be extended to support a list of types for each band (e.g. pixelDataType=short,float,float
)
comment:6 by , 6 years ago
docs should also be updated here http://doc.rasdaman.org/05_geo-services-guide.html#inserting-coverages
comment:7 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Could it be imported in 3 separate single-band coverage?