Opened 6 years ago

Last modified 6 years ago

#1805 closed defect

scale with imageCrsDomain returns wrong rasdaman axis order — at Initial Version

Reported by: Dimitar Misev Owned by: Bang Pham Huu
Priority: critical Milestone: 9.7
Component: petascope Version: development
Keywords: Cc: Vlad Merticariu
Complexity: Medium

Description

E.g. a query like this:

for c in (Sentinel_2A_B12_20m), d in (Sentinel_2A_B11_20m), e in (Sentinel_2A_B04_10m) return encode(
{ red: c[Lat(53.6734: 53.9267), Long(7.6550:8.0729), unix:"CRS:1"(0)];
  green: d[Lat(53.6734: 53.9267), Long(7.6550:8.0729), unix:"CRS:1"(0)];
  blue: scale(e[Lat(53.6734: 53.9267), Long(7.6550:8.0729), unix:"CRS:1"(0)], { imageCrsDomain(c[Lat(53.6734: 53.9267), Long(7.6550:8.0729), unix:"CRS:1"(0)]) })
}, 
 "tiff")

Change History (0)

Note: See TracTickets for help on using tickets.