Opened 6 years ago
Last modified 6 years ago
#1996 closed defect
wrong datatype for multiband netcdf with bands of different type — at Version 3
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 (3)
comment:1 by , 6 years ago
Cc: | added |
---|
comment:2 by , 6 years ago
comment:3 by , 6 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
Could it be imported in 3 separate single-band coverage?