hello

i would to rasterize a postgis vector table in database (postgis 2.1)
i didn't undersand how to use the sql function:* ST_AsRaster*
<http://postgis.net/docs/RT_ST_AsRaster.html>

my vector table is like this:
recharge (
  gid serial NOT NULL,
  recharge double precision,
  geom geometry(MultiPolygon),
 )

thank you
_______________________________________________
postgis-users mailing list
[email protected]
http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users

Reply via email to