Convert any .osm export to a directed graph. Currently, only streets as edges are supported.
parser = argparse.ArgumentParser(description='''Convert .osm file into a tactile map. Writes one or more .stl files in thee input file's directory.''') parser.add ...