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
Made some improvements with #4 and #9 but I'm still not a huge fan.
I think it would be best to switch tags to semi-private attributes and expose important metadata through properties like here. At minimum we should have properties for the rasterio profile. A few reasons:
I don't think most users care about the metadata contained on each Tag object (or even care about all of the defined tags)
Made some improvements with #4 and #9 but I'm still not a huge fan.
I think it would be best to switch tags to semi-private attributes and expose important metadata through properties like here. At minimum we should have properties for the rasterio profile. A few reasons:
Tag
object (or even care about all of the defined tags)Tag
defined on theIFD
still resolves Define explicit IFD attributes for supported tags #9.ifd.width
instead ofifd.ImageWidth.value
).Tag
semi-private prevents confusion (ex.ifd.Compression
vsifd.compression
is confusing)The text was updated successfully, but these errors were encountered: