Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split mbtiles for larger datasets. #976

Open
diwakarv123 opened this issue Aug 11, 2023 · 0 comments
Open

Split mbtiles for larger datasets. #976

diwakarv123 opened this issue Aug 11, 2023 · 0 comments

Comments

@diwakarv123
Copy link

diwakarv123 commented Aug 11, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant