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)
Find a file
Pieter Vander Vennet 7542982e16
Some checks are pending
/ create_tiles (push) Has started running
Use planet file
2025-12-03 18:47:01 +01:00
.forgejo/workflows Use planet file 2025-12-03 18:47:01 +01:00
OsmSlicer Also use bucket approach for relations; cap maxzoom as to not have too much tiles 2025-12-03 16:56:22 +01:00
.gitignore Handle new json format, variable tile size 2025-11-24 20:13:34 +01:00
LICENSE Initial commit 2025-11-22 09:46:53 +00:00
README.md Initial commit 2025-11-22 09:46:53 +00:00

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)