MorbZ / OsmPoisPbf

Extracts all POIs from an OpenStreetMap file (.pbf) and outputs these in a comma seperated file.
171 stars 51 forks source link

Remove given Tags from the export #8

Open boldtrn opened 8 years ago

boldtrn commented 8 years ago

Something that would be interesting, could be the ability to filter some Pois by a key:value pair.

I know that there is an option to set the required tag. I am looking for the inverse operation. A good example could be to filter all closed Pois. I do that by hand right now, by filtering for opening_hours=off|closed and delete these rows.

Automating it would be great.