{
    "seed": 42,
    "maxNumTry": 10,
    "outputPrefix": "osm_activitygen",
    "mergeRoutesFiles": true,

    "sumocfg": "duarouter.sumocfg",

    "SUMOnetFile": "osm.net.xml",
    "SUMOadditionals": {
        "vTypes": "basic.vType.xml",
        "parkings": "osm_complete_parking_areas.add.xml"
    },

    "intermodalOptions": {
        "parkingAreaBlacklist": [],
        "vehicleAllowedParking": ["passenger", "motorcycle", "evehicle"],
        "taxiFleetSize": 0,
        "taxiFleetInitialTAZs": [],
        "taxiStands": "osm_taxi_stands.add.xml",
        "taxiStandsBlacklist": [],
        "modeSelection": "PROBABILITY"
    },

    "population": {
        "entities" : 0,
        "tazDefinition": "osm_taz.xml",
        "tazWeights": "osm_taz_weight.csv",
        "buildingsWeight": "buildings/",
        "PoIsDefinition": "TBD"
    },

    "taz": {},

    "activities": {
        "P-Day": {
            "duration": {
                "m": 27000,
                "s": 3600
            },
            "start": {
                "m": 28800,
                "s": 3600
            }
        },
        "P-Morning": {
            "duration": {
                "m": 14400,
                "s": 3600
            },
            "start": {
                "m": 28800,
                "s": 3600
            }
        },
        "P-Afternoon": {
            "duration": {
                "m": 14400,
                "s": 3600
            },
            "start": {
                "m": 50400,
                "s": 3600
            }
        },
        "S-Short": {
            "duration": {
                "m": 3600,
                "s": 3600
            },
            "start": {}
        },
        "S-Long": {
            "duration": {
                "m": 10800,
                "s": 3600
            },
            "start": {}
        },
        "Home": {
            "duration": {
                "m": 1800,
                "s": 900
            },
            "start": {}
        }
    },

    "slices": {
        "default": {
            "perc": 1.0,
            "loc_origin": "TBD",
            "loc_primary": "TBD",
            "activityChains": [
                [0.1,
                    ["Home", "P-Day", "Home"],
                    [["walk", 0.12], ["bicycle", 0.11], ["public", 0.11], ["passenger", 0.11], ["motorcycle", 0.11], ["on-demand", 0.11], ["commercial", 0.11], ["special", 0.11], ["evehicle", 0.11]]
                ],
                [0.1,
                    ["Home", "P-Morning", "Home", "P-Afternoon", "Home"],
                    [["walk", 0.12], ["bicycle", 0.11], ["public", 0.11], ["passenger", 0.11], ["motorcycle", 0.11], ["on-demand", 0.11], ["commercial", 0.11], ["special", 0.11], ["evehicle", 0.11]]
                ],
                [0.1,
                    ["Home", "P-Day", "S-Short", "Home"],
                    [["walk", 0.12], ["bicycle", 0.11], ["public", 0.11], ["passenger", 0.11], ["motorcycle", 0.11], ["on-demand", 0.11], ["commercial", 0.11], ["special", 0.11], ["evehicle", 0.11]]
                ],
                [0.1,
                    ["Home", "P-Day", "Home", "S-Short", "Home"],
                    [["walk", 0.12], ["bicycle", 0.11], ["public", 0.11], ["passenger", 0.11], ["motorcycle", 0.11], ["on-demand", 0.11], ["commercial", 0.11], ["special", 0.11], ["evehicle", 0.11]]
                ],
                [0.1,
                    ["Home", "P-Morning", "S-Short", "P-Afternoon", "Home"],
                    [["walk", 0.12], ["bicycle", 0.11], ["public", 0.11], ["passenger", 0.11], ["motorcycle", 0.11], ["on-demand", 0.11], ["commercial", 0.11], ["special", 0.11], ["evehicle", 0.11]]
                ],
                [0.1,
                    ["Home", "P-Morning", "S-Short", "P-Afternoon", "S-Short", "Home"],
                    [["walk", 0.12], ["bicycle", 0.11], ["public", 0.11], ["passenger", 0.11], ["motorcycle", 0.11], ["on-demand", 0.11], ["commercial", 0.11], ["special", 0.11], ["evehicle", 0.11]]
                ],
                [0.1,
                    ["Home", "P-Morning", "S-Long", "Home"],
                    [["walk", 0.12], ["bicycle", 0.11], ["public", 0.11], ["passenger", 0.11], ["motorcycle", 0.11], ["on-demand", 0.11], ["commercial", 0.11], ["special", 0.11], ["evehicle", 0.11]]
                ],
                [0.1,
                    ["Home", "P-Morning", "S-Long", "Home", "S-Short", "Home"],
                    [["walk", 0.12], ["bicycle", 0.11], ["public", 0.11], ["passenger", 0.11], ["motorcycle", 0.11], ["on-demand", 0.11], ["commercial", 0.11], ["special", 0.11], ["evehicle", 0.11]]
                ],
                [0.1,
                    ["Home", "S-Long", "P-Afternoon", "Home"],
                    [["walk", 0.12], ["bicycle", 0.11], ["public", 0.11], ["passenger", 0.11], ["motorcycle", 0.11], ["on-demand", 0.11], ["commercial", 0.11], ["special", 0.11], ["evehicle", 0.11]]
                ],
                [0.1,
                    ["Home", "S-Long", "P-Afternoon", "Home", "S-Short", "Home"],
                    [["walk", 0.12], ["bicycle", 0.11], ["public", 0.11], ["passenger", 0.11], ["motorcycle", 0.11], ["on-demand", 0.11], ["commercial", 0.11], ["special", 0.11], ["evehicle", 0.11]]
                ]
            ]
        }
    },

    "minEdgeAllowed": 30.0,
    "stopBufferDistance": 20.0
}
