Split mbtiles for larger datasets.
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 3.1k
- Forks
- 430
- PR merge metrics
- No merged PRs in 30d
Description
I have large CSV file which contains millions of location data points. My data size can increase drastically. I dont want to put all this data into one MBTILE file as it may slowdown performance while loading. what are the tippecane provide to split the data into multiple files.
Following is command i am using : tippecanoe -r3 -B18 -z18 -Z7 -f -o 2023010914@2023010918_182_1.mbtiles -b0 -pk -pf 2023010914@2023010918_182_1.csv.
Kindly advise. I am thinking to split by 100x100 KM grid data into seperate mbtile. is there any option in tippecanoe to provide grid based seperation by default? or if there is a better way of splitting into mbtile files. please advise. Appreciate your help.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the reported tippecanoe command and review the project's documented options for splitting large CSV inputs or producing multiple MBTiles files. No source files or tests are named; done would require either a documented existing approach or a clearly scoped feature request for grid-based splitting.
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