1 | | [http://doc.rasdaman.org/04_ql-guide.html#the-project-function project] operator should support a feature as same as [https://gdal.org/programs/gdalwarp.html#cmdoption-gdalwarp-tr gdalwarp] to project 2D array to a target CRS with specified axes resolutions corresponding to target CRS. |
| 1 | [http://doc.rasdaman.org/04_ql-guide.html#the-project-function project] operator should support projecting a 2D array to a target CRS with specified axes resolutions for the target CRS (like the -tr option in [https://gdal.org/programs/gdalwarp.html#cmdoption-gdalwarp-tr gdalwarp]). |
| 2 | |
| 3 | The new project() signature would look like |
| 4 | {{{ |
| 5 | project( mddExpr, boundsIn, crsIn, boundsOut, crsOut, |
| 6 | axisResolution1, axisResolution2, resampleAlg, errThreshold ) |
| 7 | }}} |
| 8 | This should be implemented in qlparser (oql.yy, qtproject.cc). |