Hi, 2012/4/25 Martin Album Ytre-Eide <[email protected]>: > I am trying to follow the tutorial on: > http://grass.osgeo.org/wiki/WMS > > but when I try : r.in.wms output=akl_srtm > mapserver="http://onearth.jpl.nasa.gov/wms.cgi" -c layers=worldwind_dem > format=geotiff style=short_int maxcols=1600 maxrows=1600 > > I get: > akl_srtm__0.geotiff' not recognised as a supported file format. > > ERROR: r.in.gdalwarp: gdalwarp failure. > ERROR: r.in.gdalwarp failed
probably you could try `r.in.wms2` from addons (GRASS 7) [1]. Anyway currently `onearth.jpl.nasa.gov` doesn't support full WMS services [2]. It would require to implement support for tiled WMS (in `r.in.wms2` which should replace original `r.in.wms` in G7). Martin [1] http://trac.osgeo.org/grass/browser/grass-addons/grass7/raster/r.in.wms2 [2] http://onearth.jpl.nasa.gov/ -- Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
