Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Adding Elevation Data to existing net-files

or you could convert your elevation data into one of the supported formats: https://sumo.dlr.de/docs/Networks/Elevation.html

Am Do., 25. Jan. 2024 um 16:47 Uhr schrieb Mirko Barthauer via sumo-user <sumo-user@xxxxxxxxxxx>:

Dear Emanuel,

 

the Z coordinate can be updated the same way as other parts of a SUMO network. This means:

  • manual editing in netedit (there is a toggle in move mode as well to edit the Z coordinate visually, but you can enter the coordinates in inspect mode as well)
  • PlainXML format suited for automated editing
    • run netconvert to get the PlainXML from net.xml
    • you'd have to write a logic which computes the Z coordinates and writes them to the PlainXML format
    • then run netconvert to get net.xml again

Best regards

Mirko

 

 

 

 

-----Original-Nachricht-----

Betreff: [sumo-user] Adding Elevation Data to existing net-files

Datum: 2024-01-25T16:21:32+0100

Von: "Reichsöllner, Emanuel via sumo-user" <sumo-user@xxxxxxxxxxx>

An: "Mirko Barthauer via sumo-user" <sumo-user@xxxxxxxxxxx>

 

 

 

Dear SUMO- Team,

 

is there a possibility to add elevation Data (z-Coordinate) from my own Source to

an existing net-file?

 

Best regards,

 

Emanuel

 

 


_______________________________________________
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