Opened 5 years ago

Closed 5 years ago

#1999 closed defect (fixed)

Adapt petascope to use new project() function

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

Description

Petascope WMS should be adapted to use the new project() function (2):
http://doc.rasdaman.org/04_ql-guide.html#the-project-function

What this means in particular:

  • Extend, scale, and subset on top of project should be removed from the rasql query
  • The scale extents should be specified as widthOut and heightOut parameters to project()
  • The WMS bbox should be specified as boundsOut parameter
  • The rest stays the same as before

Change History (2)

comment:1 by Dimitar Misev, 5 years ago

The WMS bbox should be specified as boundsOut parameter

Just be careful, as I learned after a bunch of unnecessary debugging, the coordinate order in the WMS bbox is different from the one in the project function (which is "xmin, ymin, xmax, ymax").

comment:2 by Bang Pham Huu, 5 years ago

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