Opened 4 months ago
Last modified 4 months ago
#2821 assigned defect
FIX - condense return incorrect result for mosaic TIFF files
Reported by: | Bang Pham Huu | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | rasserver | Version: | 10.3 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
Check coverage at systemtest/30-wcstimport/testdata/120-wcs_metadata_irregular_time_series
with this rasql query generated from WCPS query:
for c in (test_wcs_metadata_irregular_time_series_OLD_RE) return encode( condense + over $pt t (imageCrsDomain(c, ansi)) using c[ansi($pt)], "png")
SELECT encode(CONDENSE + OVER pt IN [-3:0] USING c[pt[0],-33:10,0:35], "png") FROM test_wcs_metadata_irregular_time_series AS c
it returns an incorrect result (3D → 2D) compared two the one imported with 2D mosaic recipe.
Note:
See TracTickets
for help on using tickets.
Ticket retargeted after milestone closed