MCPcopy Create free account
hub / github.com/comaps/comaps / main

Function main

tools/python/taxi_csv_to_json.py:89–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87
88
89def main():
90 options = process_options()
91 if options:
92 convert(options.src, options.dst)
93
94
95if __name__ == "__main__":

Callers 1

Calls 2

process_optionsFunction · 0.70
convertFunction · 0.70

Tested by

no test coverage detected