Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

surface band metadata in cog_info output #223

Merged
merged 1 commit into from
Dec 16, 2021
Merged

surface band metadata in cog_info output #223

merged 1 commit into from
Dec 16, 2021

Conversation

vincentsarago
Copy link
Member

closes #217

rio cogeo info tests/fixtures/cog_band_tags.tif
Driver: GTiff
File: tests/fixtures/cog_band_tags.tif
COG: True
Compression: DEFLATE
ColorSpace: None

...
Image Structure
    COMPRESSION: DEFLATE
    INTERLEAVE: BAND

Band 1
    Description: Green
    ColorInterp: gray
    Offset: 1000.0
    Scale: 0.0001
    Metadata:
        STATISTICS_MAXIMUM: 13413
        STATISTICS_MEAN: 4897.7902945216
        STATISTICS_MINIMUM: -894
        STATISTICS_STDDEV: 3560.2254988839
        STATISTICS_VALID_PERCENT: 99.99
...

@vincentsarago vincentsarago merged commit ad913b5 into master Dec 16, 2021
@vincentsarago vincentsarago deleted the issue217 branch December 16, 2021 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Surface bands metadata (tags) in rio cogeo info
1 participant