[postgis-devel] [PostGIS] #925: [raster] ST_Transform
PostGIS
trac at osgeo.org
Sun Jun 5 12:39:54 PDT 2011
#925: [raster] ST_Transform
----------------------------+-----------------------------------------------
Reporter: dustymugs | Owner: dustymugs
Type: task | Status: assigned
Priority: medium | Milestone: PostGIS Raster Future
Component: postgis raster | Version: trunk
Keywords: |
----------------------------+-----------------------------------------------
Comment(by dustymugs):
I need to amend the number of function parameters for ST_Transform. The
correct version is:
1. ST_Transform(rast raster, srid integer[, algorithm text DEFAULT
'!NearestNeighbor'[, maxerr double precision DEFAULT 0.125]]) -> raster
maxerr: max error allowed in approximating the transformation (0.0 for
exact, no approximations). GDAL defaults to 0.125.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/925#comment:8>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list