8000 GitHub - seanhho/osmnodepbf: Helps extract POIs from osm pbf files
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

seanhho/osmnodepbf

 
 

Repository files navigation

This module helps to extract pois from osm pbf files with specified tags

Example usage

import osmnodepbf

foo = osmnodepbf.Parser("some.osm.pbf")

tags = foo.return_tags(refresh=True) # To see what tags are available

railways_stations = foo.parse({"railway":"station"})

About

Helps extract POIs from osm pbf files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0