OpenStreetMap: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(+See also)
Line 24: Line 24:
=== See also ===
=== See also ===


* [[Extrude 2D polygons to 3D]]
* [http://wiki.openstreetmap.org/wiki/Simplifying_OSM_Shapefiles_using_GRASS Simplifying OSM Shapefiles using GRASS]
* [http://wiki.openstreetmap.org/wiki/Simplifying_OSM_Shapefiles_using_GRASS Simplifying OSM Shapefiles using GRASS]


[[Category: Geodata]]
[[Category: Geodata]]

Revision as of 12:43, 23 December 2011

OSM Homepage: http://www.openstreetmap.org/

Import

Conversion with Mapnik to raster tiles may work, but be very careful about projection issues, typical online web map tiles are not appropriate for GIS import.

Data as shapefiles

Get data from here:

Then import with v.in.ogr

Data from WMS

  • Web Map Service (WMS) for Europe: GetCapabilities to access the WMS
  • No free/open world-wide server known - Badly needed

Then import with r.in.wms

See also