[postgis-tickets] [PostGIS] #2290: [raster] ST_ColorMap
PostGIS
trac at osgeo.org
Fri Apr 26 19:55:20 PDT 2013
#2290: [raster] ST_ColorMap
-------------------------+--------------------------------------------------
Reporter: dustymugs | Owner: dustymugs
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS Future
Component: raster | Version: trunk
Keywords: |
-------------------------+--------------------------------------------------
Apply a user-specified colormap to a user-specified band (defaulting to
1).
{{{
ST_ColorMap(
rast raster, nband int,
colormap text,
method text
)
}}}
The color map is specified in the same format as that for gdaldem's color-
relief. Some predefined color maps can also be specified by keywords
(probably after the explicit mechanism works well).
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2290>
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-tickets
mailing list