[postgis-devel] [PostGIS] #1331: [raster] Physically relevant geotransform settings
PostGIS
trac at osgeo.org
Thu Dec 8 10:06:31 PST 2011
#1331: [raster] Physically relevant geotransform settings
----------------------------+-----------------------------------------------
Reporter: bnordgren | Owner: pracine
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS Raster Future
Component: postgis raster | Version: trunk
Keywords: |
----------------------------+-----------------------------------------------
Comment(by bnordgren):
Oh my. that is nicer. Forgive my inexperience with postgresql
implementation concepts.
Done.
{{{
ST_GetGeotransform(rast raster,
OUT imag double precision,
OUT jmag double precision,
OUT theta_i double precision,
OUT theta_ij double precision,
OUT xoffset double precision,
OUT yoffset double precision)
}}}
{{{
ST_SetGeotransform(rast raster,
imag double precision, jmag double precision,
theta_i double precision, theta_ij double precision,
xoffset double precision, yoffset double precision) ->
raster
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/1331#comment:5>
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