I was asked about freely available geo-data concerning the South of
Germany.
AFAIK, best available elevation data are the SRTM3 data. About
topographical data I am aware of some commercial data (1:25.000). The
friend who asked me is satisfied with a 1:50.000 topo-map.
On Wed, 2008-06-11 at 19:57 +0200, Nikos Alexandris wrote:
Dear all,
I was asked about freely available geo-data concerning the South of
Germany.
AFAIK, best available elevation data are the SRTM3 data. About
topographical data I am aware of some commercial data (1:25.000). The
friend who asked me is satisfied with a 1:50.000 topo-map.
I was asked about freely available geo-data concerning the South of Germany.
AFAIK, best available elevation data are the SRTM3 data. About topographical data I am aware of some commercial data (1:25.000). The
friend who asked me is satisfied with a 1:50.000 topo-map.
*How* free these are varies from map to map. As well as the quality.
These are in so called Polish format. Most complete description is
available in cGPSmapper manual AFAIK [1]. There is a freeware (closed)
program for converting them into Shapefiles [2]. Some other converter
[3]. Mateusz Loskot has worked on an OGR driver, but I don't know
details (CCing him).
On Wed, 2008-06-11 at 23:10 +0200, Maciej Sieczka wrote:
Nikos Alexandris pisze:
> I was asked about freely available geo-data concerning the South of
> Germany.
>
> AFAIK, best available elevation data are the SRTM3 data. About
> topographical data I am aware of some commercial data (1:25.000). The
> friend who asked me is satisfied with a 1:50.000 topo-map.
>
> Any "secret" sources?
*How* free these are varies from map to map. As well as the quality.
These are in so called Polish format. Most complete description is
available in cGPSmapper manual AFAIK [1]. There is a freeware (closed)
program for converting them into Shapefiles [2]. Some other converter
[3]. Mateusz Loskot has worked on an OGR driver, but I don't know
details (CCing him).
you can access WMS servers with the r.in.wms module.
this will give you a raster map. If you want data not just a pretty picture make sure the server supports the GeoTiff format. (???)
you can access WMS servers with the r.in.wms module.
this will give you a raster map. If you want data not just a pretty
picture make sure the server supports the GeoTiff format. (???)
> you can access WMS servers with the r.in.wms module.
> this will give you a raster map. If you want data not
> just a pretty picture make sure the server supports the GeoTiff
> format. (???)
>
> SERVER="http://www.geodaten.bayern.de/ogc/getogc.cgi?"
> r.in.wms mapserver="$SERVER" -l
> # adding --verbose to that will show you a working
> URL for firefox
>
> r.in.wms mapserver="$SERVER" layer=TK50 out=TK50_Bavaria ....
Nikos:
Is it correct to have downloaded files with the
".geotiff" extension ?
I think if you look in them you will see an error message not an image.
?
it seemed to work, but I only got a blank map. Maybe you will have better luck. Using "-g" I got a "(c) Bayerische ..." in the image, without "-g" I didn't. shrug.
maybe you can get something from v.in.wfs?
or try QGIS's or GDAL 1.5+'s WMS import tools?
Hamish
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Can't get it working. Is the "-g" flag in svn 63release or 63dev? I
don't have it.
it seemed to work, but I only got a blank map. Maybe you will have better luck. Using "-g" I got a "(c) Bayerische ..." in the image, without "-g" I didn't. shrug.
maybe you can get something from v.in.wfs?
But this concerns only vector data, no?
or try QGIS's or GDAL 1.5+'s WMS import tools?
QGIS seems gets the "layers" but doesn't connect/download.
Can't get it working. Is the "-g" flag in svn 63release or 63dev? I
don't have it.
Sorry, it is not in 6.3.0. It was added to trunk and develbranch_6 a month ago*. In this case POST data seems to be allowed by the server, so don't worry about that. You can grab a new copy of scripts/r.in.wms/* from SVN if you'd like to try.
[*] http://trac.osgeo.org/grass/changeset/31329
> maybe you can get something from v.in.wfs?
But this concerns only vector data, no?
correct. (I assume this is the SVG+XML output option)