.settings
OsmNetworkReader property
Description
The .settings
property allows access to the settings of the OsmNetworkReader
.
Return type
OsmNetworkReaderSettings
implementation
Example 1
from planit import *
# create a network converter
planit_instance = Planit()
network_converter = planit_instance.converter_factory.create(ConverterType.NETWORK)
# example Open Street Map (OSM) network reader and access to its settings
osm_reader = network_converter.create_reader(NetworkReaderType.OSM, "<country_name>")
osm_reader.settings.<some method>
See also
OsmNetworkReaderSettings
the settings available
Source code
Class OsmNetworkReaderWrapper
in converterwrappers.py
Last modified January 1, 0001