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

how to read .osm file in java?

asked 04 Nov '14, 00:37

learner's gravatar image

learner
1111
accept rate: 0%

edited 04 Nov '14, 00:44

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554

1

what is "read .osm file in java?"? Please describe with much more words what you would like to do.

(04 Nov '14, 00:43) aseerel4c26 ♦

Also, how big a .osm file do you want to read? If it's relatively small then you can read the whole file in and process it as XML; if not then you may have to go tag-by-tag.

(05 Nov '14, 18:08) SomeoneElse ♦

Start reading at Frameworks in the OSM wiki.

There are some Java tools or libraries listed.

permanent link

answered 05 Nov '14, 17:20

stephan75's gravatar image

stephan75
12.6k556210
accept rate: 6%

Your answer
toggle preview

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:

×76
×68
×30

question asked: 04 Nov '14, 00:37

question was seen: 11,490 times

last updated: 05 Nov '14, 18:08

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