Skip to content

Commit a0fdeac

Browse files
committed
Introducing a new partitioning tool.
- more accurate than the old one. no longer needs delta guesses - partitioning logic is now recusrsive, and goes by z, x, y and then again starting from z - heavily dependant on the internal code in pmtiles package.. so pinning it
1 parent 49875c5 commit a0fdeac

File tree

2 files changed

+606
-1
lines changed

2 files changed

+606
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
]
1010
dependencies = [
1111
"mercantile>=1.2.1",
12-
"pmtiles>=3.4.1",
12+
"pmtiles==3.4.1",
1313
"requests>=2.32.4",
1414
"shapely>=2.1.1",
1515
]
@@ -39,6 +39,7 @@ repository = "https://github.com/ramSeraph/topo_map_processor.git"
3939
[project.scripts]
4040
collect-bounds = "topo_map_processor.tools.collect_bounds:cli"
4141
download-mosaic = "topo_map_processor.tools.download_mosaic:cli"
42+
partition = "topo_map_processor.tools.partition:cli"
4243
partition-basic = "topo_map_processor.tools.partition_basic:cli"
4344
retile = "topo_map_processor.tools.retile:cli"
4445
tile = "topo_map_processor.tools.tile:cli"

0 commit comments

Comments
 (0)