You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A workaround for this is to use MATSim itself to extract facilities from the plans output and write facilities. There are some options, requiring consideration and clarification that our method for facility sampling is correctly understood by MATSim.
Speaking with @Theodore-Chatziioannou , we believe that onePerActivityLocationInPlansFile is appropriate.
The configuration in question:
<module name="facilities" >
<!-- This defines how facilities should be created. Possible values: none fromFile setInScenario onePerActivityLinkInPlansFile onePerActivityLinkInPlansFileExceptWhenCoordinatesAreGiven onePerActivityLocationInPlansFile -->
<param name="facilitiesSource" value="onePerActivityLocationInPlansFile" />
<!-- A prefix to be used for auto-generated IDs. -->
</module>
Facility information is currently present within the
plans.xml
output.There are some applications which make use of a simplified summary
facilities.xml
output, which is defined as:As per this
The text was updated successfully, but these errors were encountered: