chore(tiles): retire the last tippecanoe builds - #75
Merged
Conversation
Flips generate_tileset off for facade_scan and the four incident tilesets, now served dynamically by Martin. Applied to prod 2026-08-06; this records it in git. Removes ~40 of the ~50 minutes process_mapset spends nightly (the whole flow should go ~101 -> ~60 min) and stops regenerating 231,641 Spaces objects for 8,774 features. enabled and upload_dataset deliberately stay true on all six bundles: enabled=false would hit the both-flags-off early return from #53 and skip the bundle entirely, killing the nightly GPKG export to s3://fundermaps-data/mapset/ that is the permanent static-model history. The migration asserts neither flag was lost. No bundle generates tiles after this — process_mapset is now a pure GPKG exporter and tippecanoe is unused by the nightly flow. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Records the bundle flag flip applied to prod on 2026-08-06, completing the move of the last five tilesets to Martin (#73, #74).
No bundle generates tiles any more —
process_mapsetis now a pure GPKG exporter and tippecanoe is unused by the nightly flow.enabledandupload_datasetstay true on purpose.enabled=falsewould hit the both-flags-off early return added in #53 and skip the bundle entirely, which would also kill the nightly GPKG export tos3://fundermaps-data/mapset/— the permanent history of the static model. The migration asserts neither flag was lost.Verified live before flipping
vector_layerswith the fullfieldsmap on each of the 5 new ones.facade_scan379B/200ms,incident494B/56ms,incident_district880B/55ms,incident_municipality35.6KB/83ms,incident_neighborhood942B/158ms. Warm ~55ms.buildings,building_clusterandboundariesunaffected.Not done yet
The 231,641 static objects are still in
fundermaps-tileset, deliberately — they are the rollback path (flip these flags back and revert the two frontend PRs). Purge once this has held.🤖 Generated with Claude Code