feat: standardise RGBN imagery TDE-693#1460
Merged
Conversation
paulfouquet
reviewed
Jan 14, 2026
paulfouquet
reviewed
Jan 26, 2026
paulfouquet
approved these changes
Jan 26, 2026
Merged
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jan 26, 2026
🤖 I have created a release *beep* *boop* --- ## [7.16.0](v7.15.0...v7.16.0) (2026-01-26) ### Features * standardise RGBN imagery TDE-693 ([#1460](#1460)) ([e99d791](e99d791)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
github-merge-queue bot
pushed a commit
to linz/topo-workflows
that referenced
this pull request
Jan 26, 2026
📣 Don't merge until [TDE-1740 PR is merged and released](linz/topo-imagery#1460), as the `rgbnir_zstd` compression preset will not be handled by standardising (which would only happen if someone uses that complression preset) :mega: ### Motivation To standardise RGBN imagery, we need a compression preset `rgbn_zstd` and geospatial categories of `near-infrared-aerial-photos` and `near-infrared-satellite-imagery`. ### Modifications Added these values to workflowtemplate `compression` and `category` enums. Skip the Basemaps overviews creation as ZSTD is not supported.
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
As a remote sensing scientist I want RGBNIR + Alpha TIFFs available in a public bucket so that I don’t need to request data from several different councils and/or LINZ.
This requires handling RGBN which can be in the following forms:
The desired output bands are:
R/G/B/NIR/A 5-band TIFFs
Modifications
Added a new preset
rgbnir_zstdUpdated bands checks to handle RGBNIR scenarios
Updated footprint creation to handle RGBNIR
Unit tests and doctests
End-to-end test for RGBNIR
Verification
PR container, unit tests, docstring tests, end-to-end tests.