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
2025-11-26 23:40:26 +01:00
.forgejo/workflows Drop test files, only keep france and planet to test with 2025-11-26 23:38:25 +01:00
OsmSlicer Indicate how many file emitors where disposed of in log 2025-11-26 23:40:26 +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)