Skip to main content

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

the expected format is <xmin,ymin,xmax,ymax>:
netconvert --osm-files alberta-latest.osm -o alberta-latest.net.xml --keep-edges.in-geo-boundary "50.2788,-116.0458,51.6265,-113.0356"

Am Fr., 7. Jan. 2022 um 01:46 Uhr schrieb Chris Weinhaupl <chrisweinhaupl@xxxxxxxxx>:

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?

 

 

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top