mapbox / mapbox/tippecanoe

Splitting at any zoom level

Open
#871 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
3.1k
Forks
430
PR merge metrics
No merged PRs in 30d

Description

I don't know if possible to split Tippecanoe function by zoom level.

For example:

tippecanoe -zg -o out.mbtiles --drop-densest-as-needed in.geojson --half 1 # Do the first half

an then

tippecanoe -zg -o out.mbtiles --drop-densest-as-needed in.geojson --half 2 #Do the other half

To be honest, I dont know if any flag exists. But if there is a way to do, please lemme know.

I have limit computational resources, so I need to be efficient.

Contributor guide

Open the contributing guide

Research direction

Start with the tippecanoe command-line interface and the zoom-related options shown in the issue, including -zg, --drop-densest-as-needed, and the proposed --half flag. Determine whether processing one half of the work by zoom level is supported; done means providing a verified command or clarifying that the requested capability is unavailable.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
cli
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.