Opened 8 years ago
Last modified 8 years ago
#1341 closed defect
WCPS1.5_Project the bounding box in case of crsTransform() — at Version 3
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 (last modified by )
In WCPS 1.5, it should transform the bounding of WCPS to outputCrs as well, example:
for c in (eobstest) return encode(crsTransform(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")
#Thanks Dimitar for the missing.
Change History (3)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Cc: | added |
---|
comment:3 by , 8 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
I think you're missing crsTransform in the wcps query.