jeffcjohnson / osmnodepbf

Helps extract POIs from osm pbf files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v3.0