Given an .osm.pbf file, searches for needed features and save them in sliced geojson files per type of object.
The goal is to index all mapcomplete-needed features. Speed is considered more important then memory usage (i.e. might use 3 or 4 times the memory of the given PBF-file, but should be able to handle the planet file in two days)
| .forgejo/workflows | ||
| OsmSlicer | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
Osm-Slicer
Given an .osm.pbf file, searches for needed features and save them in sliced geojson files per type of object.
The goal is to index all mapcomplete-needed features. Speed is considered more important then memory usage (i.e. might use 3 or 4 times the memory of the given PBF-file, but should be able to handle the planet file in two days)