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

feat: force some tags to always be arrays #1228

Merged
merged 5 commits into from
Nov 26, 2023
Merged

feat: force some tags to always be arrays #1228

merged 5 commits into from
Nov 26, 2023

Conversation

blacha
Copy link
Owner

@blacha blacha commented Nov 26, 2023

Makes it so common array tags are always arrays even if they only have 1 value

TileByteCounts
TileOffsets
StripOffsets
StripByteCounts
BitsPerSample
GeoKeyDirectory
GeoDoubleParams

@blacha blacha merged commit acc8f93 into master Nov 26, 2023
2 checks passed
@blacha blacha deleted the feat/tags-array branch November 26, 2023 04:24
@github-actions github-actions bot mentioned this pull request Nov 26, 2023
kodiakhq bot added a commit that referenced this pull request Dec 11, 2023
🤖 I have created a release *beep* *boop*
---


<details><summary>cli: 9.0.0</summary>

##
[9.0.0](cli-v8.1.1...cli-v9.0.0)
(2023-12-11)


### ⚠ BREAKING CHANGES

* rename all type from CogTiff to just Tiff
([#1227](#1227))
* modify structure of tiff tags
([#1225](#1225))

### Features

* **cli:** expose stats on tiles, empty, avg and overview size
([62bc6a7](62bc6a7))
* **cli:** include file size if known
([5e90764](5e90764))
* color more output and add more tags
([fe4088b](fe4088b))
* export all tag value constants
([#1229](#1229))
([44757e5](44757e5))
* modify structure of tiff tags
([#1225](#1225))
([049e0bc](049e0bc))
* rename all type from CogTiff to just Tiff
([#1227](#1227))
([872263b](872263b))


### Bug Fixes

* **cli:** if the tiff is fully sparse dont print NaN
([368aad2](368aad2))
* **cli:** remove console.log
([b4f22cb](b4f22cb))


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @cogeotiff/core bumped from ^8.1.1 to ^9.0.0
</details>

<details><summary>core: 9.0.0</summary>

##
[9.0.0](core-v8.1.1...core-v9.0.0)
(2023-12-11)


### ⚠ BREAKING CHANGES

* rename all type from CogTiff to just Tiff
([#1227](#1227))
* modify structure of tiff tags
([#1225](#1225))

### Features

* color more output and add more tags
([fe4088b](fe4088b))
* export all tag value constants
([#1229](#1229))
([44757e5](44757e5))
* expose default read size so it can be easily overridden
([5786246](5786246))
* expose gdal's NO_DATA as a getter on the image
([#1230](#1230))
([fc21a30](fc21a30))
* force some tags to always be arrays
([#1228](#1228))
([acc8f93](acc8f93))
* modify structure of tiff tags
([#1225](#1225))
([049e0bc](049e0bc))
* rename all type from CogTiff to just Tiff
([#1227](#1227))
([872263b](872263b))
* Tag SampleFormat should also be a array
([4216ddd](4216ddd))


### Bug Fixes

* allow unknown compression types to be read
([9247a70](9247a70))
</details>

<details><summary>examples: 9.0.0</summary>

##
[9.0.0](examples-v8.0.4...examples-v9.0.0)
(2023-12-11)


### ⚠ BREAKING CHANGES

* rename all type from CogTiff to just Tiff
([#1227](#1227))

### Features

* rename all type from CogTiff to just Tiff
([#1227](#1227))
([872263b](872263b))


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @cogeotiff/core bumped from ^8.1.1 to ^9.0.0
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
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.

1 participant