Opened 6 years ago

Closed 6 years ago

#1823 closed enhancement (fixed)

WCPS_Support clip() with curtain on 3D+ coverage with WKT linestring and polygon

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

Description

c (coverage expression) should always be at least 3 dimensional.

clip(c, curtain(projection(arg1), polygon((arg2)) ) ),
clip(c, curtain(projection(arg1), linestring(arg2) ) ),

with arg1 is the list axis labels belonging to c (e.g: c has 3 axes: lat, long, time, then argr1 is a pair of 2 axis labels: e.g: lat, long or lat, time,…).

and arg2 is a list of vertices (each vertex contains 2 coordinates on the axes which are listed in arg1), e.g: arg1 is Lat, Long, then arg2 is: -90 30, 20 60, 90 130, -90 120,…

Change History (2)

comment:1 by Dimitar Misev, 6 years ago

Summary: WCPS_Support clip() with curtain on 3D+ coverage with WKT linestring, polygonWCPS_Support clip() with curtain on 3D+ coverage with WKT linestring and polygon

comment:2 by Bang Pham Huu, 6 years ago

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