File tree Expand file tree Collapse file tree 3 files changed +35
-35
lines changed
activitysim/examples/prototype_arc/configs Expand file tree Collapse file tree 3 files changed +35
-35
lines changed Original file line number Diff line number Diff line change 1
- METADATA :
2
- CHOOSER : trips_merged
3
- INPUT :
4
- persons :
5
- trips :
6
- tours :
7
- OUTPUT :
8
- trips :
9
- - parking_zone_id
1
+ # METADATA:
2
+ # CHOOSER: trips_merged
3
+ # INPUT:
4
+ # persons:
5
+ # trips:
6
+ # tours:
7
+ # OUTPUT:
8
+ # trips:
9
+ # - parking_zone_id
10
10
11
11
SPECIFICATION : parking_location_choice.csv
12
12
COEFFICIENTS : parking_location_choice_coeffs.csv
@@ -30,7 +30,7 @@ SEGMENTS:
30
30
- mandatory_free
31
31
- mandatory_pay
32
32
- nonmandatory
33
-
33
+
34
34
ALT_DEST_COL_NAME : parking_zone_id
35
35
TRIP_ORIGIN : origin
36
36
TRIP_DESTINATION : destination
Original file line number Diff line number Diff line change 1
- METADATA :
2
- CHOOSER : tours
3
- INPUT :
4
- persons :
5
- trips :
6
- tours :
7
- OUTPUT :
8
- trips :
9
- - start_period
10
- - end_period
1
+ # METADATA:
2
+ # CHOOSER: tours
3
+ # INPUT:
4
+ # persons:
5
+ # trips:
6
+ # tours:
7
+ # OUTPUT:
8
+ # trips:
9
+ # - start_period
10
+ # - end_period
11
11
12
12
SPECIFICATION : trip_departure_choice.csv
13
- COEFFICIENTS : trip_departure_choice_coeff.csv
13
+ # COEFFICIENTS: trip_departure_choice_coeff.csv
14
14
15
15
16
16
PREPROCESSOR :
17
17
SPEC : trip_departure_choice_preprocessor
18
18
DF : trips
19
19
TABLES :
20
- - tours
20
+ - tours
Original file line number Diff line number Diff line change 1
- METADATA :
2
- CHOOSER : tours
3
- INPUT :
4
- persons :
5
- trips :
6
- tours :
7
- OUTPUT :
8
- trips :
9
- - start_period
10
- - end_period
1
+ # METADATA:
2
+ # CHOOSER: tours
3
+ # INPUT:
4
+ # persons:
5
+ # trips:
6
+ # tours:
7
+ # OUTPUT:
8
+ # trips:
9
+ # - start_period
10
+ # - end_period
11
11
12
12
SPECIFICATION : trip_scheduling_choice.csv
13
- COEFFICIENTS : trip_scheduling_choice_coeff.csv
13
+ # COEFFICIENTS: trip_scheduling_choice_coeff.csv
14
14
15
- SAMPLE_ALTERNATIVES : trip_departure_sample_patterns.csv
15
+ # SAMPLE_ALTERNATIVES: trip_departure_sample_patterns.csv
16
16
17
17
PREPROCESSOR :
18
18
SPEC : trip_scheduling_choice_preprocessor
19
19
DF : tours
20
20
TABLES :
21
21
- persons
22
- - trips
22
+ - trips
You can’t perform that action at this time.
0 commit comments