mosstool.map.public_transport.public_transport_post

Module Contents

Functions

Data

API

mosstool.map.public_transport.public_transport_post.__all__

[‘public_transport_process’]

mosstool.map.public_transport.public_transport_post.ETA_FACTOR

5

async mosstool.map.public_transport.public_transport_post._fill_public_lines(m: dict, server_address: str)
mosstool.map.public_transport.public_transport_post._get_taz_cost_unit(arg)
mosstool.map.public_transport.public_transport_post._post_compute(m: dict, workers: int, taz_length: float, max_chunk_size: int)
mosstool.map.public_transport.public_transport_post.public_transport_process(m: dict, server_address: str, taz_length: float = 1500, workers: int = cpu_count(), multiprocessing_chunk_size: int = 500)