Create an infrastructure from OSM data #11201
-
I am a master's student in computer science working on a univeristy project that involves simulating a country's railway network. Therefore I tried importing OpenStreetMap (OSM) data into the app but I am currently struggling on the conversion process. My questions are :
|
Beta Was this translation helpful? Give feedback.
Answered by
flomonster
May 26, 2025
Replies: 1 comment
-
Hi @ebeb0001, there is a way to convert OSM data into Railjson. The process is describe here. Note We do not have a tool to convert GeoJSON into Railjson. For OSM we are using pbf files. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
flomonster
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ebeb0001, there is a way to convert OSM data into Railjson.
The process is describe here.
Note
We do not have a tool to convert GeoJSON into Railjson. For OSM we are using pbf files.