Opened 2 years ago
Closed 2 years ago
#2637 closed defect (fixed)
FIX - WCPS combines different grid domains in coverage condenser
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.1 |
Component: | petascope | Version: | 10.0 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
This query:
for $c in ( DWD_Temp_Min ), $a in ( DWD_TX24 ) let $cutout := [ansi("2019-01-01T00:00:00.000Z":"2019-07-15T00:00:00.000Z"),E(3280500:3934400),N(5237600:6103400)], $c_cutout := $c[$cutout], $a_cutout := $a[$cutout] return encode(( condense + over $d ansi(imageCrsDomain($c_cutout, ansi)) using ( $c_cutout[ansi($d)]+$a_cutout[ansi($d)] ) ),"json")
with coverage DWD_Temp_Min
with:
- grid domain of
E
with: [0:653] - grid domain of
N
with: [-1:865]
with coverage DWD_TX24
with:
It has the issue before with: ClassCastException
Change History (2)
comment:1 by , 2 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 2 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.