DemandsReaderType.<enum>

DemandsReaderType types

Description

Class exposing the available types as enums for creating a particular type of demands reader compatible with the PLANit DemandsConverter.

A demands reader might require another input component as a prerequisite. For example the TNTP demands reader requires the zoning, which is expected to be made available by providing a TNTPZoningReader upon construction of the TNTP demands reader.

Fields

<enum> Fields Description Instance documentation
TNTP Use to create a TNTP demands (od trips) reader N/A
PLANIT Use to create a PLANit native network reader N/A

See also

Planit on how to access the ConverterFactory instance via Planit instance
ConverterFactory for information on the ConverterFactory class DemandsConverter for information on the DemandsConverter class

Source code

Class DemandsReaderType in enums.py