Splitting at any zoom level
- 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
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