Opened 12 years ago
Closed 12 years ago
#273 closed defect (fixed)
range subsetting on single band
Reported by: | Dimitar Misev | Owned by: | Alex Dumitru |
---|---|---|---|
Priority: | major | Milestone: | 8.4 |
Component: | petascope | Version: | 8.3 |
Keywords: | Cc: | Vlad Merticariu | |
Complexity: | Medium |
Description
When the coverage has a single band range subsetting fails right now. It fails because for single band the type in rasdaman is typically not a struct. To fix it the range constructor in WCPS probably needs to be adapted, if there's only a single band it should simply ignore it when translating to rasql.
E.g. if there's a band band0 in petascope, then c.band0 in WCPS would translate to simply c in rasql, not c.band0
Change History (2)
comment:1 by , 12 years ago
Milestone: | → 8.4 |
---|
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
fixed + added system tests for it