[postgis-devel] [PostGIS] #341: [raster] Implement ST_AsTIFF function for raster
PostGIS
trac at osgeo.org
Fri Apr 8 11:29:48 PDT 2011
#341: [raster] Implement ST_AsTIFF function for raster
----------------------------+-----------------------------------------------
Reporter: mloskot | Owner: dustymugs
Type: task | Status: new
Priority: medium | Milestone: PostGIS Raster Future
Component: postgis raster | Version: trunk
Keywords: |
----------------------------+-----------------------------------------------
Comment(by pracine):
1) Shouldn't the most generic variant include a nband[] parameter?
2) It seems to me that the variant with "compression" should not allow
users to specify options as this parameter is specifically for lazy users
only interested in the compression scheme and who do not want to know
about other options. This way you could alleviate the series of at least 4
variants (the two "with compression/no band" with "options text[] and srs
text" and the two ones with the band parameter).
(It`s nice to number the variant so we can refer to them by their number.)
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/341#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