vectorpipe
vectorpipe copied to clipboard
Support MBtiles
MBtiles is a portable vector file format, storing tiles in an SQLite file. It is widely used in tools to process and visualize vector tiles. Vectorpipe should support this output file format.
mbutil/patch demonstrates how MBTiles archives can be merged together. This is the sort of thing that could be done when downloading + merging partition output from S3, similar to hadoop fs -getmerge, but content-aware.