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
@pomadchin
Hi, why doesn't it throw an unsupported exception?
The default LatLng will cause crs and extent to not be in the same system, no errors will be reported during the calculation process, and it is difficult to find problems.
Well no error is because very often it happens so that the dataset contains invalid or a partially valid GIS data (it is pretty much imperfect and contains a lot of legacy usually).
Another argument is to align with the GDAL behavior.
I would agree though, at least some extra logging could help.
Describe the bug
Crs info error when reading a tiff file with coordinates ESRI:54009
To Reproduce
cog.tiff.zip
When I debugged the TiffTags class, I found that there was a problem with the acquisition of crs, and the default LatLng coordinate system was used.
Environment
Java version: 1.8.0_151
Scala version: 3.2.1
GeoTrellis: 3.6.2
The text was updated successfully, but these errors were encountered: