#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 Bang Pham Huu, 19 months ago

Owner: set to Bang Pham Huu
Status: newassigned

comment:2 by Bang Pham Huu, 19 months ago

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