Opened 8 years ago

Last modified 8 years ago

#1341 closed defect

WCPS1.5_Project the bounding box in case of crsTransform() — at Initial Version

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

Description

In WCPS 1.5, it should transform the bounding of WCPS to outputCrs as well, example:

for c in (eobstest) 
return encode(c[Lat(0:20), Long(25:30)], {"Lat":"3857", "Long":"3857"},
{ }, "tiff")

should be translated to Rasql

 encode( projection(c[150:250, 250:300], "0,20,25,30", "EPSG:4326", 
"EPSG:3857", "xmin=150000,ymin=20000,xmax=200000,ymax=250000"), "tiff")

Change History (0)

Note: See TracTickets for help on using tickets.