Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Question regarding netconvert large osm files

Question regarding netconvert large osm files:

 

This will import the entire file:

netconvert --osm-files alberta-latest.osm -o alberta-latest.net.xml

 

I am wanting to reduce the map boundaries:

I am using the coordinates from OSM. (screen shot delow)

netconvert --osm-files alberta-latest.osm -o alberta-latest.net.xml --keep-edges.in-geo-boundary "51.6265,-116.0458,50.2788,-113.0356"

netconvert --osm-files alberta-latest.osm -o alberta-latest.net.xml --keep-edges.in-boundary "51.6265,-116.0458,50.2788,-113.0356"

 

There is no error importing either command, however none of the edges load.

 

Do I have the correct format of the netconvert options for boundaries?

 

 


Back to the top