build: New github actions to publish vector mbtiles to ODR#1197
Open
Wentao-Kuang wants to merge 8 commits intomasterfrom
Open
build: New github actions to publish vector mbtiles to ODR#1197Wentao-Kuang wants to merge 8 commits intomasterfrom
Wentao-Kuang wants to merge 8 commits intomasterfrom
Conversation
225c315 to
5078bf3
Compare
Contributor
Vector Data UpdateVector data updates for ts_topographic-v2Feature updates for ts_topographic-v2🟦 50772-nz-primary-parcels - version: 415470 (from: 415167) features: 2756582 (+1279) Tile SIZE Analyse Report🟩 WebMercator 🟩Zoom - 0Biggest Tile
Distributions
Layers
Zoom - 1Biggest Tile
Distributions
Layers
Zoom - 2Biggest Tile
Distributions
Layers
Zoom - 3Biggest Tile
Distributions
Layers
Zoom - 4Biggest Tile
Distributions
Layers
Zoom - 5Biggest Tile
Distributions
Layers
Zoom - 6Biggest Tile
Distributions
Layers
Zoom - 7Biggest Tile
Distributions
Layers
Zoom - 8Biggest Tile
Distributions
Layers
Zoom - 9Biggest Tile
Distributions
Layers
Zoom - 10Biggest Tile
Distributions
Layers
Zoom - 11Biggest Tile
Distributions
Layers
Zoom - 12Biggest Tile
Distributions
Layers
Zoom - 13Biggest Tile
Distributions
Layers
Zoom - 14Biggest Tile
Distributions
Layers
Zoom - 15Biggest Tile
Distributions
Layers
|
| with: | ||
| fetch-depth: 0 | ||
|
|
||
| - name: Check if topographic-v2.json changed |
Contributor
There was a problem hiding this comment.
This check looks similar to the one starting on line 19. Do we need both?
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.
Motivation
We need to publish our
topographic-v2mbtiles andtopographic.jsonfiles into the ODR bucket. So that we can use the same way of linz/imagery publish workflow to submit an Argo workflow and copy the mbitles and topographic.json file into ODR bucketModifications
New publish workflow that checks if the file
config/tileset/topographic-v2.jsonchanged or not.If changed, when merging to master, prepare and submit copy workflow for each projection.
Verification
Testing case: Submit and copy into s3://linz-basemaps-staging bucket.