Converter Reader

Converter Readers

Reference documentation for all converter compatible input readers. Such readers can be instantiated via the ConverterFactory class instance that can be collected from the top-level Planit() instance to create, i.e., manufacture, converter readers of a specific type. Such readers can be used to parse a particular input data source and either manipulate it in memory or convert it into a different format through a compatible writer.

Currently, the following types of readers exist:

  • Network readers
  • Zoning readers
  • Demand readers
  • Intermodal readers
    • without services (combination of network and zoning reader)
    • with services (combination of network, zoning, service network, and routed services reader)
  • Service network readers (only available in Java edition)
  • Routed services readers (only available in Java edition)

See also

ConverterFactory for more information on how to use readers in combination with a converter

Source code

converterwrappers.py


GtfsIntermodalReader

GtfsIntermodalReader instance

GtfsIntermodalReaderSettings

GtfsIntermodalReaderSettings instance

OsmIntermodalReader

OsmIntermodalReader instance

OsmIntermodalReaderSettings

OsmIntermodalReaderSettings instance

OsmNetworkReader

OsmNetworkReader instance

OsmNetworkReaderSettings

OsmNetworkReaderSettings instance

PlanitDemandsReader

PlanitDemandsReader instance

PlanitDemandsReaderSettings

PlanitDemandsReaderSettings instance

PlanitIntermodalReader

PlanitIntermodalReader instance

PlanitIntermodalReaderSettings

PlanitIntermodalReaderSettings instance

PlanitNetworkReader

PlanitNetworkReader instance

PlanitNetworkReaderSettings

PlanitNetworkReaderSettings instance

PlanitZoningReader

PlanitZoningReader instance

PlanitZoningReaderSettings

PlanitZoningReaderSettings instance

TntpDemandsReader

TntpDemandsReader instance

TntpDemandsReaderSettings

TntpDemandsReaderSettings instance

TntpNetworkReader

TntpNetworkReader instance

TntpNetworkReaderSettings

TntpNetworkReaderSettings instance

TntpZoningReader

TntpZoningReader instance

TntpZoningReaderSettings

TntpZoningReaderSettings instance