NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

Hi,

I like to use the program osm2shp (https://trac.openstreetmap.org/browser/applications/utils/export/osm2shp)

Is there somewhere a tutorial how to use it or some kind of instructions. I don't know how to use a makefile nor have I experience in C++

Thanks,

Uli

asked 30 Oct '12, 16:19

Wasus's gravatar image

Wasus
346161725
accept rate: 0%


I am not aware of an osm2shp tutorial. You might want to try out osmjs instead, a JavaScript-based OSM data processor that comes with the Osmium framework and can be used to produce shape files. There's a little documentation here: https://github.com/joto/osmium/tree/master/osmjs

If you are more familiar with the OGR world than with C++ and makefiles, you might also want to check out the OGR driver for reading OSM data: http://www.gdal.org/ogr/drv_osm.html - the ogr2ogr utility can trivially be used to make shape files with that.

permanent link

answered 30 Oct '12, 16:52

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×9
×1

question asked: 30 Oct '12, 16:19

question was seen: 3,912 times

last updated: 30 Oct '12, 16:52

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum