You are not logged in.
- Topics: Active | Unanswered
Announcement
Please create new topics on the new site at community.openstreetmap.org. We expect the migration of data will take a few weeks, you can follow its progress here.***
#1 2017-04-27 19:32:58
- Kilma32
- New Member
- Registered: 2017-04-27
- Posts: 2
why are there different ways to download OSM Data?
Hi,
I´m new in this topic and would be very happy, if you could help me with some questions:)
Do the ID´s of existing elements change sometimes and what happens with the ID´s of deleted elements?
I got a Matlap file which downloads the osm Data with overpass API by calling this 'http://overpass-api.de/api/interpreter?data=',
but I always read about other ways to download the data. Why are there so many different ways?
And finally, the Code I got is in Matlap so I have Matlap Syntax, but in the most examples that I find they dont say in which language it is programmed. I just read about OSM_XML or Overpass_QL, but where can I program and compile it?
Thank you for helping me with that beginner questions ![]()
greetings
Offline
#2 2017-04-27 20:24:08
- toc-rox
- Member

- From: Münster
- Registered: 2011-07-20
- Posts: 2,357
- Website
Re: why are there different ways to download OSM Data?
It would be helpful if you also describe your intention.
Regards Klaus
Offline
#3 2017-04-27 20:44:52
- SammysHP
- Member

- From: Celle, Germany
- Registered: 2012-02-27
- Posts: 1,707
- Website
Re: why are there different ways to download OSM Data?
Also please note that this is the German section of the forum. You can ask here in English if your question targets German users or Germany in OSM, otherwise please post in one of the international sections.
Offline
#4 2017-04-28 04:59:28
- Harald Hartmann
- Member

- From: 98667 Schönbrunn
- Registered: 2014-04-02
- Posts: 3,123
- Website
Re: why are there different ways to download OSM Data?
Do the ID´s of existing elements change sometimes and what happens with the ID´s of deleted elements?
Yes, the ID of an existing elements change sometimes, e.g. one user delete a node/way (e.g. a removed building) and another user add this node/way (because he see this building still in bing maps)
The ID of deleted elements is still there, because it gets only an invisible-flag (in most cases)
...but I always read about other ways to download the data. Why are there so many different ways?
Because so many users want to use the data in so many different ways/applications
And finally, the Code I got is in Matlap so I have Matlap Syntax, but in the most examples that I find they dont say in which language it is programmed. I just read about OSM_XML or Overpass_QL, but where can I program and compile it?
There is nothing to program or to compile?! Primary, OSM is a database. You can extract/download its data in different ways. A non-professional user could use overpass-turbo.eu. A professional user would use the pbf downloads from geofabrik and commandline tools/scripts to convert/filter the data.
Do you have already read the Introduction?
Mein aktives Gebiet: Gemeinde Schleusegrund
Fingerprint meines Schlüssels: 71F7 3CD9 B647 9079 6B88 326E 8B8B 72AE 34F9 5AAD
Offline
#5 2017-04-28 10:54:06
- wambacher
- Member

- From: Schlangenbad/Wambach, Germany
- Registered: 2009-12-16
- Posts: 16,769
- Website
Re: why are there different ways to download OSM Data?
A professional user would use the pbf downloads from geofabrik and commandline tools/scripts to convert/filter the data.
And some crazy users are using osmosis & osm2pgsql to create a PostgreSQL/PostGIS-Database ![]()
Regards
walter
Offline
#6 2017-04-28 14:50:23
- mmd
- Member
- Registered: 2010-11-06
- Posts: 2,150
Re: why are there different ways to download OSM Data?
A professional user would use the pbf downloads from geofabrik and commandline tools/scripts to convert/filter the data.
Und ich dachte schon, die echten Profis arbeiten nur mit dem Planet file. ![]()
Offline
#7 2017-04-28 17:39:33
- Harald Hartmann
- Member

- From: 98667 Schönbrunn
- Registered: 2014-04-02
- Posts: 3,123
- Website
Re: why are there different ways to download OSM Data?
Nee, das sind dann die ultimate user ![]()
Mein aktives Gebiet: Gemeinde Schleusegrund
Fingerprint meines Schlüssels: 71F7 3CD9 B647 9079 6B88 326E 8B8B 72AE 34F9 5AAD
Offline