You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a number of tiff tags that currently can not be written to geotiff in Geotrellis.
For instance: SoftwareTag, DocumentNameTag, ImageDescTag
These are already defined here:
The request is to either add explicit support for these tags, or to allow a more generic way to customize the tags that are written so that we can add any tag.
The text was updated successfully, but these errors were encountered:
There's a number of tiff tags that currently can not be written to geotiff in Geotrellis.
For instance: SoftwareTag, DocumentNameTag, ImageDescTag
These are already defined here:
geotrellis/raster/src/main/scala/geotrellis/raster/io/geotiff/tags/codes/TagCodes.scala
Line 33 in fa88aed
The request is to either add explicit support for these tags, or to allow a more generic way to customize the tags that are written so that we can add any tag.
The text was updated successfully, but these errors were encountered: