.set_output_directory(+)

MatsimZoningWriterSettings method

Description

Set an output directory to use for the converted zoning, e.g., matrix based pt router result file.

Discouraged to be used, as it is recommended to set the equivalent parent writer property instead, e.g., the MATSim intermodal writer setting for this same property since this will update the value for both the network and zoning writer simultaneously.

Signature

.set_output_directory(output_dir:str)

with

Parameter Type Unit Default Description
output_dir String None N/A The output directory to use

Return type

N/A

See also

N/A

Source code

Class WriterSettingsWrapper in converterwrappers.py