[postgis-devel] [PostGIS] #1653: [raster] ST_Transform & ST_Resample are confusing
PostGIS
trac at osgeo.org
Mon Mar 5 19:27:56 PST 2012
#1653: [raster] ST_Transform & ST_Resample are confusing
-------------------------+--------------------------------------------------
Reporter: pracine | Owner: pracine
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: raster | Version: trunk
Keywords: |
-------------------------+--------------------------------------------------
Users expect to use ST_Transform to reproject to a new srid and they want
to be able to define the alignment of the new grid at the same time.
However this is now possible only with ST_Resample.
ST_Transform should accept more alignment parameters and ST_Resample
should not have a srid parameter.
I understand that those two functions are very much aligned on what GDAL
provides but gdalwarp is itself very confusing. We don't want to reproduce
this confusion.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1653>
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