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 don't remember why I was working on this in the first place. The problem with merging it now is that creating the tileset is no longer append-only, since as-needed dropping now assumes that each zoom level is going to work on the first try, and erases the attempt from the mbtiles if it was not. So it would at least need the ability to rewind to the start of the zoom rather than being able to write tar format to stdout.
It was a useful feature that allowed me to stream data directly into other databases (Clickhouse), without having to parse the MBTiles file afterward. This approach enabled to join the tile features with other data tables without the need to recreate the MBTiles file each time frequently changing data gets updated.
Not having the feature does not exactly break the workflow - just makes the process take a bit longer. Not a big issue, especially if the current code does not support this feature anymore.
Is this something that could be merged? output-to-tar functionality seems to work well, so I wonder is this a feature that got lost in the process?
mapbox/tippecanoe#789
The text was updated successfully, but these errors were encountered: