Metadata-Version: 2.1
Name: osm_roads
Version: 0.22
Summary: UNKNOWN
Home-page: https://github.com/sahyagiri/osm_roads
Author: Gireesan Namboothiri
Author-email: sahyagiri@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/sahyagiri/osm_roads/issues
Keywords: openstreetmap,map matching,pbf,trie,geohash
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# OpenStreetMap Roads
The package takes an openstreetmap pbf file and converts it to a Trie with all the road network information
It provides an api to then do a fast map matching for any latitude, longitude that comes under the bounding box of the pbf file. 

