[GRASS-dev] geotiff to wms

All,
Is there any way to show GRASS GIS raster data as a wms layer
anything like r.out.wms ?
i want to visualize data from GRASS GIS on openlayers. openlayers doesnt support raster maps. So one solution is to convert geotiff or raster data to wms layer

if GRASS GIS raster can be converted to WMS. Please let me know how to show geotiff as WMS Layer

Regards,
Mohammed Rashad K M
M.S. (By Research) student
Lab for Spatial Informatics
Department of CSE
International Institute of Information Technology
Hyderabad, India

A fast, maybe non optimal solution can be something like :

  • read raster data from a grass location/maopset and generate VRT data from them ()so you can change at any time bouncy-box and resolution
  • generate a mapserver mapfile for each VRT raster layer
  • serve the map file as wms using map server

the VRT and map file creation can be generated on the fly, based on used request.

Make sense ?

Massimo.

Il giorno Dec 8, 2011, alle ore 10:28 AM, Mohammed Rashad ha scritto:

All,
Is there any way to show GRASS GIS raster data as a wms layer
anything like r.out.wms ?
i want to visualize data from GRASS GIS on openlayers. openlayers doesnt support raster maps. So one solution is to convert geotiff or raster data to wms layer

if GRASS GIS raster can be converted to WMS. Please let me know how to show geotiff as WMS Layer

Regards,
Mohammed Rashad K M
M.S. (By Research) student
Lab for Spatial Informatics
Department of CSE
International Institute of Information Technology
Hyderabad, India


grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Hi,

There is a script r.out.geoserver to export raster layer (with colour table) to GeoServer. If you have running copy of GeoServer with WMS service then you can obtain access to the data using WMS and OpenLayers interface. This script was tested (and mainly used) under linux.

Regards

Pawel Netzel

----- "Mohammed Rashad" <mohammedrashadkm@gmail.com> napisał:

All,
Is there any way to show GRASS GIS raster data as a wms layer
anything like r.out.wms ?
i want to visualize data from GRASS GIS on openlayers. openlayers
doesnt support raster maps. So one solution is to convert geotiff or
raster data to wms layer

if GRASS GIS raster can be converted to WMS. Please let me know how to
show geotiff as WMS Layer

--

Regards, Mohammed Rashad K M
M.S. (By Research) student
Lab for Spatial Informatics
Department of CSE
International Institute of Information Technology
Hyderabad, India

_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev