NREL / mappymatch

Pure-python package for map matching
http://mappymatch.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
57 stars 19 forks source link

Update the file saving to write to json #168

Closed nreinicke closed 10 months ago

nreinicke commented 1 year ago

Rather than writing our graphs as pickle files, we could rather write the graph to a json file. This will be a bit more robust to version changes.

When we update this, we could also test using networkx 3.0.