You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As explained in the preprocess directory, I am using osm2rn in this way: `python ./osm2rn/osm_to_rn.py --input_path ./michigan_map/michigan-latest.osm.pbf --output_path ./michigan_map/processed/
This is working fine and the output is 6 files namely: edges.dbf, edges.shx, edges.shp and nodes.dbf, nodes.shx, nodes.shp.
Now, I am wondering how to obtain the edgeOSM.txt, nodeOSM.txt and wayTypeOSM.txt files? Please help out.
Thanks in advance.
`
The text was updated successfully, but these errors were encountered:
Thanks for your interest in our work. You can use the code in preprocess/osmrn.py to convert the OSM.pbf file to our data format. If you have any questions about the code, please let us know!
Thanks for your interest in our work. You can use the code in preprocess/osmrn.py to convert the OSM.pbf file to our data format. If you have any questions about the code, please let us know!
I got an error in this line: from .const import candi_highway_types. Could you please tell me how to import from '.const'? Thank you!
Hi, great work! I have a basic query:
As explained in the preprocess directory, I am using
osm2rn
in this way: `python ./osm2rn/osm_to_rn.py --input_path ./michigan_map/michigan-latest.osm.pbf --output_path ./michigan_map/processed/This is working fine and the output is 6 files namely: edges.dbf, edges.shx, edges.shp and nodes.dbf, nodes.shx, nodes.shp.
Now, I am wondering how to obtain the edgeOSM.txt, nodeOSM.txt and wayTypeOSM.txt files? Please help out.
Thanks in advance.
`
The text was updated successfully, but these errors were encountered: