Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
89
def
main():
90
options = process_options()
91
if
options:
92
convert(options.src, options.dst)
93
94
95
if
__name__ ==
"__main__"
:
Callers
1
taxi_csv_to_json.py
File · 0.70
Calls
2
process_options
Function · 0.70
convert
Function · 0.70
Tested by
no test coverage detected