Hi all,
I’m trying to find a way to read .tif image tags as strings to I can get metadata from the image. Specifically, I need to read in a GeoTiff and access several properties of the image to maintain its spatial reference. I’d like to avoid using GDAL in any way because I don’t want to add any non-julia dependencies to my package. Thanks for any help!