Opened 5 years ago

Closed 5 years ago

#2082 closed enhancement (fixed)

rasql_project with resample method

Reported by: Bang Pham Huu Owned by: apercov
Priority: major Milestone: 9.8
Component: rasql Version: 9.7
Keywords: Cc: Dimitar Misev, Vlad Merticariu
Complexity: Medium

Description

The first version of project() from http://doc.rasdaman.org/04_ql-guide.html#the-project-function

project( mddExpr, boundsIn, crsIn, crsOut )

should support the resample method parameter (resampleAlg) if it is specified, if not then it uses nearest neighbor method.

project( mddExpr, boundsIn, crsIn, crsOut, resampleAlg )

Change History (4)

comment:1 by Dimitar Misev, 5 years ago

It is necessary to update

  • qlparser/oql.yy (search for PROJECT and add this variant analogously)
  • qlparser/qtproject.cc to accept optionally a resampleAlg

comment:2 by Dimitar Misev, 5 years ago

Owner: changed from Dimitar Misev to apercov
Status: newassigned

comment:3 by apercov, 5 years ago

Status: assignedaccepted

comment:4 by Dimitar Misev, 5 years ago

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