{"id":5753,"date":"2025-11-12T03:54:59","date_gmt":"2025-11-12T03:54:59","guid":{"rendered":"https:\/\/eclipsesdv.org\/?post_type=news&#038;p=5753"},"modified":"2025-12-19T03:56:16","modified_gmt":"2025-12-19T03:56:16","slug":"eclipse-sumo-1-25-0-is-now-available","status":"publish","type":"news","link":"https:\/\/eclipsesdv.org\/ja\/news\/eclipse-sumo-1-25-0-is-now-available\/","title":{"rendered":"Eclipse SUMO 1.25.0 Is Now Available!"},"content":{"rendered":"<p class=\"wp-block-paragraph\">We are happy to announce the release of SUMO version 1.25.0. The download links are at&nbsp;<a href=\"https:\/\/sumo.dlr.de\/Download\">https:\/\/sumo.dlr.de\/Download<\/a>.<br>If you cite the new release in your publications, please use the DOI 10.5281\/zenodo.17594250 (<a href=\"https:\/\/doi.org\/10.5281\/zenodo.17594250\">https:\/\/doi.org\/10.5281\/zenodo.17594250<\/a>)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This release brings new features for routing (preferences, thresholds) and makes it easier to build small road networks that can be extended later. It also fixes many bugs.<br>There are many more features and fixes in this release and the most important ones are listed below. For a full list of changes, as always see&nbsp;<a href=\"https:\/\/sumo.dlr.de\/Changelog\">https:\/\/sumo.dlr.de\/Changelog<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">## Enhancements<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#8211; sumo<br>&nbsp; &#8211; Additional files now support element &lt;preference&gt; which can be used to influence routing preference for different vClasses and vTypes (also for duarouter)<br>&nbsp; &#8211; Added options &#8211;device.rerouting.threshold.factor and &#8211;device.rerouting.threshold.constant to avoid routing if the improvement in travel time is too low&nbsp;<br>&nbsp; &#8211; Added option &#8211;person-fcd-output to separate the outputs of vehicles and persons. This also leads to cleanar tabular outputs (csv, parqet)&nbsp;<br>&nbsp; &#8211; edgeData output now includes attribute &#8216;flow&#8217;&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#8211; netedit<br>&nbsp; &#8211; Gui setting &#8216;show route index&#8217; and &#8216;show stop info&#8217; &nbsp;now works for inspected routes and vehicles&nbsp;<br>&nbsp; &#8211; tazRelation width can now be scaled by attribute&nbsp;<br>&nbsp; &#8211; Data coloring (and scaling) settings can now be saved and loaded&nbsp;<br>&nbsp; &#8211; Saving files now supports &#8216;apply to all&#8217;&nbsp;<br>&nbsp; &#8211; meanData mode now permits setting edgeData type (i.e. to create edge-emission-output)&nbsp;<br>&nbsp; &#8211; Implemented Dialog for a subset of crashes to simplify reporting from end user to developer.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#8211; duarouter<br>&nbsp; &#8211; Added option &#8211;keep-flows to avoid expanding flows into individual vehicles&nbsp;<br>&nbsp; &#8211; Option &#8211;weights.reversal-penalty can now be used to configure a penalty for train reversal when routing. A negative value disables reversals (also applies to sumo)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#8211; netconvert<br>&nbsp; &#8211; Added option &#8211;output.removed-nodes which preserves ids of nodes that were removing during simplification with &#8211;geometry.remove&nbsp;<br>&nbsp; &#8211; Added option &#8211;junctions.attach-removed which can be used to merge networks that were processed with option &#8211;output.removed-nodes and correctly re-attach at removed junctions&nbsp;<br>&nbsp; &#8211; Option &#8211;junctions.join-same now supports setting the matching distance for joining&nbsp;<br>&nbsp; &#8211; Added new edge attribute routingType which can be used to influence routing together with the new &lt;preference&gt; element&nbsp;<br>&nbsp; &#8211; Element &lt;split&gt; now supports attribute offset to customize the lateral offset of newly created lanes&nbsp;<br>&nbsp; &#8211; Node attribute roundabout=&#8221;0&#8243; can now be used to declare that a junction shall not be classified as a roundabout&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#8211; tools<br>&nbsp; &#8211; randomTrips.py: options &#8211;flows and &#8211;route-file now writes flows and runs much faster&nbsp;<br>&nbsp; &#8211; generateDetectors.py: Added option &#8211;edge-probability to allow randomization per edge&nbsp;<br>&nbsp; &#8211; instantOutToEdgeData.py: new tool to convert induction loop output to edgeData&nbsp;<br>&nbsp; &#8211; createOvertakingReroutes.py: new tool for building railway rerouters&nbsp;<br>&nbsp; &#8211; tazRel2POI.py: new tool for visualizing taz relations&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">## Bugfixes<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#8211; sumo<br>&nbsp; &#8211; Fixed invalid consumption\/emissions when loading and unloading persons\/containers &nbsp;(regression in 1.22.0)<br>&nbsp; &#8211; Fixed inflated density in lane\/edgeData output&nbsp;<br>&nbsp; &#8211; Fixed cases where vehicles would repeatedly fail to decide between overtaking left or right when the middle lane is blocked.&nbsp;<br>&nbsp; &#8211; Fixed bug where taxi dispatcher creates invalid route&nbsp;<br>&nbsp; &#8211; Left-turning vehicles no longer slow down for outgoing crossing when in a protected (green major) phase&nbsp;<br>&nbsp; &#8211; Fixed emergency braking at junctions<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#8211; netedit<br>&nbsp; &#8211; Fixed invalid Id when joining traffic light junctions multiple times &nbsp;(regression in 1.11.0)<br>&nbsp; &#8211; Removed invalid elements from additional-mode element selector &nbsp;(regression in 1.11.0)<br>&nbsp; &#8211; Fixed missing &#8216;allow=&#8221;authority&#8217; attribute in closingReroute &nbsp;(regression in 1.11.0)<br>&nbsp; &#8211; Rectangle selection of edges no longer selects additional objects &nbsp;(regression in 1.20.0)<br>&nbsp; &#8211; Hints when moving\/creating geometry points are working again &nbsp;(regression in 1.20.0)<br>&nbsp; &#8211; Fix invalid contour of rerouter intervals when inspecting &nbsp;(regression in 1.20.0)<br>&nbsp; &#8211; Fixed inconsistencies when using &#8216;mark as front element&#8217; &nbsp;(regression in 1.22.0)<br>&nbsp; &#8211; POI locator sorts IDs again &nbsp;(regression in 1.22.0)<br>&nbsp; &#8211; E2 detectors can be moved again &nbsp;(regression in 1.22.0)<br>&nbsp; &#8211; Tool tip in inspect mode and create-object mode for mouse-over-attribute are working again &nbsp;(regression in 1.22.0)<br>&nbsp; &#8211; Adding members to a vTypeDistribution is workign again (regression in 1.23.0)<br>&nbsp; &#8211; Turnaround connections are now visible for bidi-rail edges (again) &nbsp;(regression in 1.23.1)<br>&nbsp; &#8211; Fixed invalid file contents when saving a vTypeDistribution under a new demand file name (regression in 1.24.0)<br>&nbsp; &#8211; netgenerate dialog no longer fails when the output file path contains spaces&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#8211; netconvert<br>&nbsp; &#8211; Fixed crash when importing OSM data with public transport relations that reference unknown nodes &nbsp;(regression in 1.24.0)<br>&nbsp; &#8211; Fixed invalid roundabout detection at junction cluster &nbsp;(regression in 1.24.0)<br>&nbsp; &#8211; Fixed inconsistent behavior involving spreadType<br>&nbsp; &#8211; Sidewalks and bike-lanes are now discounted when computing junctionPriorities&nbsp;<br>&nbsp; &#8211; Fixed invalid ptstop-output when loading stops and splits&nbsp;<br>&nbsp; &#8211; Fixed bug where intersection rules changed on re-import&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#8211; sumo-gui<br>&nbsp; &#8211; Rerouter notification edges are visible again for rerouters created in netedit (with attribute &#8216;pos&#8217;) &nbsp;(regression in 1.22.0)<br>&nbsp; &#8211; Fixed bug where an unrelated vehicle becomes selected after a selected vehicle has left the simulation&nbsp;<br>&nbsp; &#8211; Fixed crash when running while having network parameter window open &nbsp;(meso)<br>&nbsp; &#8211; Settings dialog now cancels changes on ESC&nbsp;<br>&nbsp; &#8211; Vehicles on edges that are shorter than their geometrical length are no longer exaggerated lengthwise&nbsp;<br>&nbsp; &#8211; Rerouter ids are now shown&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#8211; meso<br>&nbsp; &#8211; edgeData with withInternal=&#8221;true&#8221; no longer contains internal edges &nbsp;(regression in 1.6.0)<br>&nbsp; &#8211; Fixed invalid edgeData output with aggregated=&#8221;true&#8221;&nbsp;<br>&nbsp; &#8211; Fixed invalid speed in edgeData when using a speed calibrator&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#8211; duarouter<br>&nbsp; &#8211; Fixed inconsistent default personTrip arrivalPos&nbsp;<br>&nbsp; &#8211; Fixed invalid error when using option &#8211;bulk-routing&nbsp;<br>&nbsp; &#8211; Option &#8211;ignore-errors can now filter out loaded routes that violate edge permissions&nbsp;<br>&nbsp; &#8211; option &#8211;keep-vtype-distributions ist now working for flows&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#8211; TraCI: Fixed exaggerated slowDown after the end of the desired slowDown duration &nbsp;(regression in 1.23.0)<br>&#8211; tools: abstractRail.py: fixed multiple issues that were causing invalid geometry<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">## Miscellaneous<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#8211; Option &#8211;junctions.join-same whas changed from type BOOL to type FLOAT and now requires a distance argument. The previous behavior can be approximated by setting a value of 0.01&nbsp;<br>&#8211; Command line output under Windows now uses UTF charset&nbsp;<br>&#8211; Automatic rerouting will no longer take place if the new route has the same travel time as the old route.&nbsp;<br>&#8211; Vehicles with the bluelight device no longer set prefered lateral alignment to &#8216;arbitrary&#8217;&nbsp;<br>&#8211; flowrouter.py option &#8211;vclass now defaults to &#8216;passenger&#8217; (to avoid invalid routes in multimodal networks)&nbsp;<br>&#8211; duaIterate.py: option &#8211;gzip is enabled by default. Option &#8211;no-gzip may be used for the old behavior.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Have fun with the new release,<br>Micha, Robert, Jakob, Yun-Pang, Pablo and Angelo<\/p>","protected":false},"featured_media":5654,"template":"","meta":{"_acf_changed":true},"tags":[],"class_list":["post-5753","news","type-news","status-publish","has-post-thumbnail","hentry"],"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"We are happy to announce the release of SUMO version 1.25.0. The download links are at https:\/\/sumo.dlr.de\/Download.If you cite the new release in your publications, please use the DOI 10.5281\/zenodo.17594250 (https:\/\/doi.org\/10.5281\/zenodo.17594250) This release brings new features for routing (preferences, thresholds) and makes it easier to build small road networks that can be extended later. It also\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/newsroom.eclipse.org\/news\/community-news\/eclipse-sumo-1250-now-available\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"ja_JP\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Eclipse SDV \u2013 Open Source Automotive Software Platform\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Eclipse SUMO 1.25.0 Is Now Available! - Eclipse SDV\" \/>\n\t\t<meta property=\"og:description\" content=\"We are happy to announce the release of SUMO version 1.25.0. The download links are at https:\/\/sumo.dlr.de\/Download.If you cite the new release in your publications, please use the DOI 10.5281\/zenodo.17594250 (https:\/\/doi.org\/10.5281\/zenodo.17594250) This release brings new features for routing (preferences, thresholds) and makes it easier to build small road networks that can be extended later. It also\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/newsroom.eclipse.org\/news\/community-news\/eclipse-sumo-1250-now-available\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/eclipsesdv.org\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-17-at-6.31.31-PM-scaled.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/eclipsesdv.org\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-17-at-6.31.31-PM-scaled.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-11-12T03:54:59+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-12-19T03:56:16+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Eclipse SUMO 1.25.0 Is Now Available! - Eclipse SDV\" \/>\n\t\t<meta name=\"twitter:description\" content=\"We are happy to announce the release of SUMO version 1.25.0. The download links are at https:\/\/sumo.dlr.de\/Download.If you cite the new release in your publications, please use the DOI 10.5281\/zenodo.17594250 (https:\/\/doi.org\/10.5281\/zenodo.17594250) This release brings new features for routing (preferences, thresholds) and makes it easier to build small road networks that can be extended later. It also\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/eclipsesdv.org\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-17-at-6.31.31-PM-scaled.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/eclipsesdv.org\\\/ja\\\/news\\\/eclipse-sumo-1-25-0-is-now-available\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/eclipsesdv.org\\\/ja#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/eclipsesdv.org\\\/ja\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/eclipsesdv.org\\\/ja\\\/news\\\/eclipse-sumo-1-25-0-is-now-available\\\/#listItem\",\"name\":\"Eclipse SUMO 1.25.0 Is Now Available!\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/eclipsesdv.org\\\/ja\\\/news\\\/eclipse-sumo-1-25-0-is-now-available\\\/#listItem\",\"position\":2,\"name\":\"Eclipse SUMO 1.25.0 Is Now Available!\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/eclipsesdv.org\\\/ja#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/eclipsesdv.org\\\/ja\\\/#organization\",\"name\":\"Eclipse SDV\",\"url\":\"https:\\\/\\\/eclipsesdv.org\\\/ja\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/eclipsesdv.org\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/cropped-cropped-SDV_logo.png\",\"@id\":\"https:\\\/\\\/eclipsesdv.org\\\/ja\\\/news\\\/eclipse-sumo-1-25-0-is-now-available\\\/#organizationLogo\",\"width\":630,\"height\":235},\"image\":{\"@id\":\"https:\\\/\\\/eclipsesdv.org\\\/ja\\\/news\\\/eclipse-sumo-1-25-0-is-now-available\\\/#organizationLogo\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/eclipsesdv.org\\\/ja\\\/news\\\/eclipse-sumo-1-25-0-is-now-available\\\/#webpage\",\"url\":\"https:\\\/\\\/eclipsesdv.org\\\/ja\\\/news\\\/eclipse-sumo-1-25-0-is-now-available\\\/\",\"name\":\"Eclipse SUMO 1.25.0 Is Now Available! - Eclipse SDV\",\"description\":\"We are happy to announce the release of SUMO version 1.25.0. The download links are at https:\\\/\\\/sumo.dlr.de\\\/Download.If you cite the new release in your publications, please use the DOI 10.5281\\\/zenodo.17594250 (https:\\\/\\\/doi.org\\\/10.5281\\\/zenodo.17594250) This release brings new features for routing (preferences, thresholds) and makes it easier to build small road networks that can be extended later. It also\",\"inLanguage\":\"ja\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/eclipsesdv.org\\\/ja\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/eclipsesdv.org\\\/ja\\\/news\\\/eclipse-sumo-1-25-0-is-now-available\\\/#breadcrumblist\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/eclipsesdv.org\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/calender-2-scaled.png\",\"@id\":\"https:\\\/\\\/eclipsesdv.org\\\/ja\\\/news\\\/eclipse-sumo-1-25-0-is-now-available\\\/#mainImage\",\"width\":2560,\"height\":1194},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/eclipsesdv.org\\\/ja\\\/news\\\/eclipse-sumo-1-25-0-is-now-available\\\/#mainImage\"},\"datePublished\":\"2025-11-12T03:54:59+00:00\",\"dateModified\":\"2025-12-19T03:56:16+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/eclipsesdv.org\\\/ja\\\/#website\",\"url\":\"https:\\\/\\\/eclipsesdv.org\\\/ja\\\/\",\"name\":\"Eclipse SDV\",\"inLanguage\":\"ja\",\"publisher\":{\"@id\":\"https:\\\/\\\/eclipsesdv.org\\\/ja\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Eclipse SUMO 1.25.0 Is Now Available! - Eclipse SDV","description":"We are happy to announce the release of SUMO version 1.25.0. The download links are at https:\/\/sumo.dlr.de\/Download.If you cite the new release in your publications, please use the DOI 10.5281\/zenodo.17594250 (https:\/\/doi.org\/10.5281\/zenodo.17594250) This release brings new features for routing (preferences, thresholds) and makes it easier to build small road networks that can be extended later. It also","canonical_url":"https:\/\/newsroom.eclipse.org\/news\/community-news\/eclipse-sumo-1250-now-available","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/eclipsesdv.org\/ja\/news\/eclipse-sumo-1-25-0-is-now-available\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/eclipsesdv.org\/ja#listItem","position":1,"name":"Home","item":"https:\/\/eclipsesdv.org\/ja","nextItem":{"@type":"ListItem","@id":"https:\/\/eclipsesdv.org\/ja\/news\/eclipse-sumo-1-25-0-is-now-available\/#listItem","name":"Eclipse SUMO 1.25.0 Is Now Available!"}},{"@type":"ListItem","@id":"https:\/\/eclipsesdv.org\/ja\/news\/eclipse-sumo-1-25-0-is-now-available\/#listItem","position":2,"name":"Eclipse SUMO 1.25.0 Is Now Available!","previousItem":{"@type":"ListItem","@id":"https:\/\/eclipsesdv.org\/ja#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/eclipsesdv.org\/ja\/#organization","name":"Eclipse SDV","url":"https:\/\/eclipsesdv.org\/ja\/","logo":{"@type":"ImageObject","url":"https:\/\/eclipsesdv.org\/wp-content\/uploads\/2025\/12\/cropped-cropped-SDV_logo.png","@id":"https:\/\/eclipsesdv.org\/ja\/news\/eclipse-sumo-1-25-0-is-now-available\/#organizationLogo","width":630,"height":235},"image":{"@id":"https:\/\/eclipsesdv.org\/ja\/news\/eclipse-sumo-1-25-0-is-now-available\/#organizationLogo"}},{"@type":"WebPage","@id":"https:\/\/eclipsesdv.org\/ja\/news\/eclipse-sumo-1-25-0-is-now-available\/#webpage","url":"https:\/\/eclipsesdv.org\/ja\/news\/eclipse-sumo-1-25-0-is-now-available\/","name":"Eclipse SUMO 1.25.0 Is Now Available! - Eclipse SDV","description":"We are happy to announce the release of SUMO version 1.25.0. The download links are at https:\/\/sumo.dlr.de\/Download.If you cite the new release in your publications, please use the DOI 10.5281\/zenodo.17594250 (https:\/\/doi.org\/10.5281\/zenodo.17594250) This release brings new features for routing (preferences, thresholds) and makes it easier to build small road networks that can be extended later. It also","inLanguage":"ja","isPartOf":{"@id":"https:\/\/eclipsesdv.org\/ja\/#website"},"breadcrumb":{"@id":"https:\/\/eclipsesdv.org\/ja\/news\/eclipse-sumo-1-25-0-is-now-available\/#breadcrumblist"},"image":{"@type":"ImageObject","url":"https:\/\/eclipsesdv.org\/wp-content\/uploads\/2025\/12\/calender-2-scaled.png","@id":"https:\/\/eclipsesdv.org\/ja\/news\/eclipse-sumo-1-25-0-is-now-available\/#mainImage","width":2560,"height":1194},"primaryImageOfPage":{"@id":"https:\/\/eclipsesdv.org\/ja\/news\/eclipse-sumo-1-25-0-is-now-available\/#mainImage"},"datePublished":"2025-11-12T03:54:59+00:00","dateModified":"2025-12-19T03:56:16+00:00"},{"@type":"WebSite","@id":"https:\/\/eclipsesdv.org\/ja\/#website","url":"https:\/\/eclipsesdv.org\/ja\/","name":"Eclipse SDV","inLanguage":"ja","publisher":{"@id":"https:\/\/eclipsesdv.org\/ja\/#organization"}}]},"og:locale":"ja_JP","og:site_name":"Eclipse SDV \u2013 Open Source Automotive Software Platform","og:type":"article","og:title":"Eclipse SUMO 1.25.0 Is Now Available! - Eclipse SDV","og:description":"We are happy to announce the release of SUMO version 1.25.0. The download links are at https:\/\/sumo.dlr.de\/Download.If you cite the new release in your publications, please use the DOI 10.5281\/zenodo.17594250 (https:\/\/doi.org\/10.5281\/zenodo.17594250) This release brings new features for routing (preferences, thresholds) and makes it easier to build small road networks that can be extended later. It also","og:url":"https:\/\/newsroom.eclipse.org\/news\/community-news\/eclipse-sumo-1250-now-available","og:image":"https:\/\/eclipsesdv.org\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-17-at-6.31.31-PM-scaled.png","og:image:secure_url":"https:\/\/eclipsesdv.org\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-17-at-6.31.31-PM-scaled.png","article:published_time":"2025-11-12T03:54:59+00:00","article:modified_time":"2025-12-19T03:56:16+00:00","twitter:card":"summary_large_image","twitter:title":"Eclipse SUMO 1.25.0 Is Now Available! - Eclipse SDV","twitter:description":"We are happy to announce the release of SUMO version 1.25.0. The download links are at https:\/\/sumo.dlr.de\/Download.If you cite the new release in your publications, please use the DOI 10.5281\/zenodo.17594250 (https:\/\/doi.org\/10.5281\/zenodo.17594250) This release brings new features for routing (preferences, thresholds) and makes it easier to build small road networks that can be extended later. It also","twitter:image":"https:\/\/eclipsesdv.org\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-17-at-6.31.31-PM-scaled.png"},"aioseo_meta_data":{"post_id":"5753","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":"https:\/\/newsroom.eclipse.org\/news\/community-news\/eclipse-sumo-1250-now-available","og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2025-12-19 03:56:16","updated":"2025-12-19 03:58:03","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/eclipsesdv.org\/ja\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tEclipse SUMO 1.25.0 Is Now Available!\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/eclipsesdv.org\/ja"},{"label":"Eclipse SUMO 1.25.0 Is Now Available!","link":"https:\/\/eclipsesdv.org\/ja\/news\/eclipse-sumo-1-25-0-is-now-available\/"}],"_links":{"self":[{"href":"https:\/\/eclipsesdv.org\/ja\/wp-json\/wp\/v2\/news\/5753","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eclipsesdv.org\/ja\/wp-json\/wp\/v2\/news"}],"about":[{"href":"https:\/\/eclipsesdv.org\/ja\/wp-json\/wp\/v2\/types\/news"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/eclipsesdv.org\/ja\/wp-json\/wp\/v2\/media\/5654"}],"wp:attachment":[{"href":"https:\/\/eclipsesdv.org\/ja\/wp-json\/wp\/v2\/media?parent=5753"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/eclipsesdv.org\/ja\/wp-json\/wp\/v2\/tags?post=5753"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}