Opened 15 months ago
Closed 15 months ago
#2761 closed enhancement (fixed)
FIX - rasdaman's collection struct types should have band names specified
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.2 |
Component: | petascope | Version: | 10.2 |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Medium |
Description
Instead of:
`
CREATE TYPE ERA5_Cell AS (band0 short, band1 short)
`
it should be
`
CREATE TYPE ERA5_Cell AS (tp short, u10 short)
`
Note:
See TracTickets
for help on using tickets.