Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Edges to TAZ assignment.
  • From: <yun-pang.floetteroed@xxxxxx>
  • Date: Mon, 9 Mar 2020 08:20:36 +0000
  • Accept-language: de-DE, en-US
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • Ironport-phdr: 9a23:duuUahKg/4Q0eK/ug9mcpTZWNBhigK39O0sv0rFitYgeI/3xwZ3uMQTl6Ol3ixeRBMOHsq4C0rOJ+Pm5BiQp2tWojjMrSNR0TRgLiMEbzUQLIfWuLgnFFsPsdDEwB89YVVVorDmROElRH9viNRWJ+iXhpTEdFQ/iOgVrO+/7BpDdj9it1+C15pbffxhEiCCybL9vIxi6txjdutQUjIdtN6o91xnEqWZUdupLwm9lOV2ckxHg68mq4ZVt6T5Qu/Uv985BVaX1YaE1RqFGATolLm44+tTluQHMQgWT6HQcVH4WkgdTDAje8B76RJbxvTDkued7xSKXINf5TbEwWTSl8qdrVBrlgzoJOjIl7G3ajNF7gaRGqxyjuhN/2ZbZboGLOvRjYqPTc9AURWRDUcZQSyNODZixYJETA+oDJ+tUs5Xxq0YIoBCjBQesHuTvyjpQi3Lx3aw6zuIhHRje3AM6GdIOv27YrNvxNKcVT++10LXIwivZb/NRxzjy9ZPFfQ0lofGWR75/bNTexFApGgjYgFuQronlMCmU1uQLq2WU8u5gVfi1h2E6tQ59ujyvxsYqionKmI0a11HE9SNjzIkpIt24TUh2asOnHptIryyWKpd6Ttk/T2xrtys20KAKtJC4cSQQ1pgqyAbTZ+Gbf4SS/x7uV+mcLS1liH9re7+znQi+/Eivx+HkWMm7zlVHojZAn9TJuHAA0xje5daCR/Zz4kis1jOC2x7c5+xAP0w5kK7WJpE8zrMzkJcYrF7NETXsmErsia+bbkAk+u+15Ov5erjmvZqcN5NsigH5L6QuhtSzAeQmPQgKWGiW4eqy2rvt80P2QLtEjvo4nKrevp7AO8gWqaG3DA5L34o56ha/CSum0M4CknUdMV1FfAiHg5L0NF7QOPz4DPG/jEqwkDpz2vzKIqftDojOI3XMirvtYLhw5k1GxAYtwt1T/5dUBasAIPL3VE/xrtvYDhohPg203ubnDsxx1psEVmKJDa+VKq3SsVuP5u0xP+mMeJEauCz6K/c7+vHjlmI2mVsHfaWzwJQYdmi0Hu56LEWBfXrsntABHH8RvgojSezqj0SOUSNIZ3msRaIx/S80B56iDYfCXoCtm6KO0D28Hp1MaWAVQmyLRCPzaoCDHuoXZTi6L8RlkyQfWP6mUYB3hj+0swqvn6t6KK/M8ysX85zn09Vp++DJkhw+3TBwFYKR3jfeHClPgmoUSmpuj+hEqktnxwLb3A==
  • Ironport-sdr: vz4kjOdHQc/iCznMDesdVlmaxouCtZs+mLoQVeEgGm9OOSqTirRdqea2Kt5c+U2UQUodFTbsAA CIaAwjowm92A==
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdX1q7CAiNzthhJ3Q6eTeY//Id/dSwAPO/5w
  • Thread-topic: Edges to TAZ assignment.

Hi,

 

if you use all edges in a network file to a single TAZ (traffic analysis zone), all trips will be internal trips, i.e. all trips will arrive their destinations when they start their trips from certain edges. I suppose it is not the case what you would like have.

 

If you have a OD matrix, you should also have the definitions of the OD matrix, the respective district zones (if not, you should ask the data provider to get it) and perhaps the connection links of each district zone. Within a TAZ file, the starts/ends edges for each certain TAZ (origin/destination) are defined, so that SUMO knows where the corresponding trips should start from/end to when doing traffic assignment.

 

If you could get the definition of the above mentioned district zones as shape files, you could use polyconvert (https://sumo.dlr.de/docs/POLYCONVERT.html ) to generate a TAZ-polygon xml file. With this generated TAZ polygon xml file, you could use edgesInDistricts.py (https://sumo.dlr.de/docs/Tools/District.html) to generate TAZ file with the suitable start/end edges, which you define when running edgesInDistricts.py. Then you do not need to define your TAZ file manually.

 

I hope this information helps you.

 

Regard,

Yun-Pang

 

Von: sumo-user-bounces@xxxxxxxxxxx [mailto:sumo-user-bounces@xxxxxxxxxxx] Im Auftrag von Akhil Raj Kizhakkan
Gesendet: Montag, 9. März 2020 01:44
An: Sumo project User discussions
Betreff: [sumo-user] Edges to TAZ assignment.

 

Hello SUMO Community,

 

To use to OD2Trips, the documentation says edges has to be mapped to TAZs. (https://sumo.dlr.de/docs/Demand/Importing_O/D_Matrices.html)

I am trying to use a whole city’s road network as the network file (downloaded from openstreetmaps as osm and converted to net file via netconvert, doesn’t have district information built in) and OD matrix that includes origin destinations all around the city.

Can I assign every edge in a network file to a single TAZ ?

OR

Could anyone explain me why TAZs are important for OD2Trips to work ?

 

Thanks and regards,
Akhil Raj Kizhakkan
MASc Student, Electrical and Computer Engineering
Concordia University
Email: akhilraj.kizhakkan@xxxxxxxxxxxxxxxxx
Linkedin :
akhil-raj-kizhakkan

 


Back to the top