pyroutelib3

Routing on OSM data in Python 3

GPL-3.0 License

Downloads
3.9K
Stars
74

Bot releases are hidden (Show)

pyroutelib3 - Tag handling

Published by MKuranowski almost 7 years ago

Changelog:

  • Adding default oneway=true on roundabouts
  • Fixed handling of ways with both highway=* and railway=*
  • Small changes to storing downloaded tile names
  • Added foot routing over highway=platform and railway=platform
pyroutelib3 - Oneways hotfix

Published by MKuranowski almost 7 years ago

A hotfix to fix an issue caused by incorrect oneway=-1 implementation.

pyroutelib3 - Access keys

Published by MKuranowski about 7 years ago

Changelog:

  • Fixed OSM file encoding (tries to fix Issue #1)
  • Better oneway lines handling
  • Allowing for custom route types
  • Access keys support
pyroutelib3 - Offline Routing

Published by MKuranowski about 7 years ago

pyroutelib3 - Metadata fix

Published by MKuranowski about 7 years ago

Changelog:

  • Metadata fix
pyroutelib3 - First release

Published by MKuranowski about 7 years ago

First release. Changes from pyroutelib2:

  • Created a package
  • Added tram transport type
  • Small code cleanup