Dear all,
I would like to know if there is any method (or suggestion) on how to place GRASS’s processed data in a Geoserver using GRASS tools? if not, does anyone suggests any alternative?
Regards,
Kat
Kat wrote:
I would like to know if there is any method (or suggestion)
on how to place GRASS's processed data in a Geoserver
using GRASS tools? if not, does anyone suggests any alternative?
it's a bit thin on details, but have a look here:
http://grasswiki.osgeo.org/wiki/GRASS_and_MapServer
http://grasswiki.osgeo.org/wiki/AddOns/GRASS_6#r.colors.out_sld
hopefully the MapServer hints translate to other Geoservers easily.
you can play around with the various geoserver softwares with
short tutorials (not grass specific) on the osgeo live dvd:
http://live.osgeo.org
If someone knows how, a GRASS -> Tilemill -> Web tutorial in the GRASS wiki would be nice
probably the simplest/fastest grass -> web method for raster maps is 'r.out.png -wt' + gdal's gdal2tiles.py script. just copy the resulting dir into /var/www/ and you're done.
Hamish