Skip to content

Releases: AndGem/OsmToRoadGraph

resolved minor issues with v.0.6.0a

23 Apr 09:39
03973ce
Compare
Choose a tag to compare

Resolved minor issues with previous version

moved to python 3.7

21 Apr 18:41
a7c163b
Compare
Choose a tag to compare

Moved to Python 3.7 with dataclasses!

support for bz2 input files

18 Jul 12:57
73724e4
Compare
Choose a tag to compare

Now instead of plain .osm files, they can also be provided as input when they are compressed as bz2 (see bz2 Wikipedia).

networkx support and fixed contraction logic

23 May 13:46
e7a93bc
Compare
Choose a tag to compare
  • added networkx support (output)
  • rewrote contraction logic which fixed several bugs

Bugfix for processing UTF-8 symbols in osm files

19 Jan 12:36
529e7ca
Compare
Choose a tag to compare

minor bugfix release that helps in processing UTF-8 *.osm files.

Python3 only release with type information

14 Dec 20:09
b84f364
Compare
Choose a tag to compare
Types (#62)

* type information added

v0.3

08 Oct 20:34
Compare
Choose a tag to compare
Update README.md