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
Currently .tif files which contain spatial coordinates with respect to a CRS are being read as an image losing information about he coordinates and also the values do not need to be colors. We can fix it by reading the file with ArchGDAL.jl and make the conversion to Meshes.jl.
The text was updated successfully, but these errors were encountered:
Interesting! I already have a code using ArchGDAL.jl. However it might be interesting to set it up using TiffImages.jl and just include it inside GeoIO.jl?
@eliascarv just finished a code using ArchGDAL.jl as a workaround until TiffImages.jl supports geotiff metadata. We should be reviewing a PR this afternoon (BRT).
Currently
.tif
files which contain spatial coordinates with respect to a CRS are being read as an image losing information about he coordinates and also the values do not need to be colors. We can fix it by reading the file withArchGDAL.jl
and make the conversion toMeshes.jl
.The text was updated successfully, but these errors were encountered: