Opened 9 months ago

Closed 9 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)
`

Change History (1)

comment:1 by Bang Pham Huu, 9 months ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.