mapbox / tippecanoe

Build vector tilesets from large collections of GeoJSON features.
BSD 2-Clause "Simplified" License
2.73k stars 431 forks source link

Split mbtiles for larger datasets. #976

Open diwakarv123 opened 1 year ago

diwakarv123 commented 1 year ago

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.