Opened 5 years ago

Closed 4 years ago

#2189 closed defect (fixed)

WCPS - SubsettingCRS does not work

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

Description

Subsetting WGS84 CRS on coverage with UTM32 CRS (the coordinates are equivalent between 2 CRSs).

for c in (utm32) return encode(crsTransform(
c[E:"http://localhost:8080/def/crs/EPSG/0/4326"7.56330512055:9.1462768724),
  N:"http://localhost:8080/def/crs/EPSG/0/4326"(51.3544323479:53.2495367342)] / 15, 
{ N:"http://localhost:8080/def/crs/EPSG/0/4326", E:"http://localhost:8080/def/crs/EPSG/0/4326"}, {}), "image/png", "nodata=0")

returns error

 <ows:ExceptionText>subsetting '7.56330512055:9.1462768724' is not within coverage's geo bounds '399960:509760' for axis 'E'.</ows:ExceptionText>

Change History (3)

comment:1 by Bang Pham Huu, 4 years ago

Milestone: 10.011.0

comment:2 by Bang Pham Huu, 4 years ago

Cc: Dimitar Misev Vlad Merticariu added
Milestone: 11.010.0
Priority: majorcritical

comment:3 by Bang Pham Huu, 4 years ago

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