Skip to content

Commit

Permalink
remove ptCounts
Browse files Browse the repository at this point in the history
They haven't been used in the last 10 years. The upcoming counts_v2 is flexible enough to also support various transit-related counts/measurements.

Closes #2845
  • Loading branch information
mrieser committed Oct 12, 2023
1 parent edb2782 commit b85edf1
Show file tree
Hide file tree
Showing 47 changed files with 12 additions and 5,166 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -407,24 +407,6 @@
<param name="teleportedModeSpeed" value="null" />
</parameterset>
</module>
<module name="ptCounts" >
<!-- factor by which to re-scale the simulated values. necessary when simulation runs with something different from 100%. needs to be adapted manually -->
<param name="countsScaleFactor" value="1.0" />
<!-- distance to distanceFilterCenterNode to include counting stations. The unit of distance is the Euclidean distance implied by the coordinate system -->
<param name="distanceFilter" value="null" />
<!-- node id for center node of distance filter -->
<param name="distanceFilterCenterNode" value="null" />
<!-- input file containing the alighting (getting off) counts for pt -->
<param name="inputAlightCountsFile" value="null" />
<!-- input file containing the boarding (getting on) counts for pt -->
<param name="inputBoardCountsFile" value="null" />
<!-- input file containing the occupancy counts for pt -->
<param name="inputOccupancyCountsFile" value="null" />
<!-- possible values: `html', `kml', `txt', `all' -->
<param name="outputformat" value="null" />
<!-- every how many iterations (starting with 0) counts comparisons are generated -->
<param name="ptCountsInterval" value="10" />
</module>
<module name="qsim" >
<param name="endTime" value="undefined" />
<!-- If set to withLinkAttributes snapshots will only be generated for links which include generateSnapshotForLink as attribute key. Default is no filtering. -->
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit b85edf1

Please sign in to comment.