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 (combination of network and zoning reader)
  • service network readers (not yet supported)
  • routed services readers (not yet supported)

See also

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

Source code

converterwrappers.py


OsmIntermodalReader

OsmIntermodalReader instance

OsmIntermodalReaderSettings

OsmIntermodalReaderSettings instance

OsmNetworkReader

OsmNetworkReader instance

OsmNetworkReaderSettings

OsmNetworkReaderSettings instance

PlanitIntermodalReader

PlanitIntermodalReader instance

PlanitIntermodalReaderSettings

PlanitIntermodalReaderSettings instance

PlanitNetworkReader

PlanitNetworkReader instance

PlanitNetworkReaderSettings

PlanitNetworkReaderSettings instance

Last modified January 1, 0001