Skip to content

faq 107647458

Billy Charlton edited this page Sep 5, 2018 · 2 revisions

How to create network_v1 using JOSM with MATSim plug in?

by Marco Bohmbach on 2017-02-02 14:17:13


I created a network with JOSM but i can export it as a network_v2.dtd file. In Version 0.9.0 i found a Networkv2Reader class but i feel more save using the stable build.


Comments: 4


Re: How to create network_v1 using JOSM with MATSim plug in?

by Nico Kuehnel on 2017-02-02 14:33:12

With the current josm plugin release it's only possible to write out version2.

An option for version1 could be included in a future release since the current MATSim gui also uses version1.


Re: How to create network_v1 using JOSM with MATSim plug in?

by Nico Kuehnel on 2017-02-04 20:32:37

I have built in an option to write out v1 network files. Since it normally takes some time for the release to automatically update on josm servers you can manually install the latest release by fetching it here:

https://github.com/matsim-org/josm-matsim-plugin/releases/download/v0.7.5/matsim.jar

and then install it as described here:

https://josm.openstreetmap.de/wiki/Help/Preferences/Plugins#Manuallyinstallingplugins


The option can be find in the preferences in the "General" tab of the matsim plugin section.

Any feedback is appreciated


Re: How to create network_v1 using JOSM with MATSim plug in?

by Celeste Manu on 2017-02-28 19:28:54

Every time I create a matsim network in josm, i have to manually search and replace certain parts of the matsim network to get it to run in matsim: 

  • remove all </node> and </link>
  • replace > with />
  • replace v2 with v1

Re: How to create network_v1 using JOSM with MATSim plug in?

by Lei Zhu on 2017-03-24 20:20:21

I suggest to use networkEditor package rather than OSM. 

Clone this wiki locally