You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: