Added instructions for using the OSM_to_GeoJSON tool, including requirements and steps for configuration.
Tool to parse Open Street Maps data sets looking for tags, and then create a GeoJSON layer for use with tools such as QGIS
Requires Osmium - https://osmcode.org/osmium-tool/ OSM Tag list - https://wiki.openstreetmap.org/wiki/Tags#Finding_your_tag
"uk-latest.osm.pbf"
tags.get("amenity") == "fuel"
"fuel_all.geojson"
osm_to_geojson.py
Be aware, may take a large amount of time for bigger data sets