21 package org.matsim.core.config.groups;
24 import java.util.Locale;
85 public static final String
COUNTS_DISTANCEFILTER_COMMENT =
"distance to distanceFilterCenterNode to include counting stations. The unit of distance is " 86 +
"the Euclidean distance implied by the coordinate system" ;
90 +
"simulation runs with something different from 100%. needs to be adapted manually" ;
94 Map<String, String> comments = super.getComments();
95 comments.put(OUTPUTFORMAT, COUNTS_OUTPUTFORMAT_COMMENT ) ;
96 comments.put(DISTANCEFILTER, COUNTS_DISTANCEFILTER_COMMENT ) ;
97 comments.put(DISTANCEFILTERCENTERNODE, COUNTS_DISTANCEFILTERCENTERNODE_COMMENT ) ;
98 comments.put(COUNTSINPUTFILENAME, COUNTSINPUTFILENAME_COMMENT ) ;
99 comments.put(COUNTSSCALEFACTOR, COUNTSSCALEFACTOR_COMMENT ) ;
100 comments.put(WRITECOUNTSINTERVAL,
"Specifies how often the counts comparison should be calculated and written.");
101 comments.put(AVERAGECOUNTSOVERITERATIONS,
"Specifies over how many iterations the link volumes should be averaged that are used for the " +
102 "counts comparison. Use 1 or 0 to only use the link volumes of a single iteration. This values cannot be larger than the value specified for " + WRITECOUNTSINTERVAL);
103 comments.put(ANALYZEDMODES,
"Transport modes that will be respected for the counts comparison. 'car' is default, which " +
104 "includes also bussed from the pt simulation module. Use this parameter in combination with 'filterModes' = true!");
105 comments.put(FILTERMODES,
"If true, link counts from legs performed on modes not included in the 'analyzedModes' parameter are ignored.");
107 comments.put( INPUT_CRS ,
"The Coordinates Reference System in which the coordinates are expressed in the input file." +
108 " At import, the coordinates will be converted to the coordinate system defined in \"global\", and will" +
109 "be converted back at export. If not specified, no conversion happens." );
static final String INPUT_CRS
void setDistanceFilterCenterNode(final String distanceFilterCenterNode)
void setAverageCountsOverIterations(int averageCountsOverIterations)
static final String COUNTSINPUTFILENAME
static final String WRITECOUNTSINTERVAL
void setDistanceFilter(final Double distanceFilter)
static final String FILTERMODES
int getWriteCountsInterval()
static final String COUNTSINPUTFILENAME_COMMENT
void setFilterModes(final boolean filterModes)
String getDistanceFilterCenterNode()
void setCountsScaleFactor(final double countsScaleFactor)
void setOutputFormat(final String outputFormat)
static final String AVERAGECOUNTSOVERITERATIONS
static final String COUNTS_DISTANCEFILTERCENTERNODE_COMMENT
int averageCountsOverIterations
void setInputFile(final String countsFileName)
static final String DISTANCEFILTER
static final String DISTANCEFILTERCENTERNODE
static URL getInputFileURL(URL context, String filename)
static final String COUNTS_DISTANCEFILTER_COMMENT
void setWriteCountsInterval(int writeCountsInterval)
Double getDistanceFilter()
static final String COUNTSSCALEFACTOR
static final String ANALYZEDMODES
Map< String, String > getComments()
String getCountsFileName()
int getAverageCountsOverIterations()
static final String COUNTSSCALEFACTOR_COMMENT
String getAnalyzedModes()
URL getCountsFileURL(URL context)
static final String GROUP_NAME
void setAnalyzedModes(final String analyzedModes)
static final String COUNTS_OUTPUTFORMAT_COMMENT
String distanceFilterCenterNode
void setInputCRS(String inputCRS)
static final String OUTPUTFORMAT
double getCountsScaleFactor()