-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Currently, it's not possible to style rasters directly, ie. using RasterColorizer using pgraster (from what I understand). Only the GDAL plugin supports this.
In other words, in order to style colors of PostGIS rasters, they need to be vectorized first.
I have tried to use the gdal postgis plugin to read rasters from postgis (exchanging file param for a conn_string), but to no avail.
Would be great to have RasterColorizer support in pgraster, if at all feasible.
Reactions are currently unavailable