.zoning_settings
PlanitIntermodalReaderSettings property
Description
The .zoning_settings
property allows access to the PlanitZoningReaderSettings and
is present on the PlanitIntermodalReaderSettings
. These settings allow you to configure the intermodal/zonal
aspects of the PLANit reader, e.g., regarding od zoning and transfer (public transport stop) zones.
Return type
Example 1
from planit import *
# create an intermodal converter
planit_instance = Planit()
intermodal_converter = planit_instance.converter_factory.create(ConverterType.INTERMODAL)
# PLANit intermodal reader
planit_reader = intermodal_converter.create_reader(IntermodalReaderType.PLANIT)
planit_reader.settings.zoning_settings.<some_method>
See also
PlanitZoningReaderSettings
for the zoning (public transport) specific settings
Source code
Class PlanitIntermodalReaderSettingsWrapper
in converterwrappers.py