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
I find a bug, when I try to read a tif and only import the paht of 'geospatialfiles/raster/geotiff".
The blockWidth's value is 128, and my tif files size is 15*12, so I get an error value from the 2nd row.
I change the code and get all correct value, I think the code of decode of float64 maybe wrong also.
https://github.com/jblindsay/go-spatial/blob/master/geospatialfiles/raster/geotiff/geotiff.go#L851
I find a bug, when I try to read a tif and only import the paht of 'geospatialfiles/raster/geotiff".
The blockWidth's value is 128, and my tif files size is 15*12, so I get an error value from the 2nd row.
I change the code and get all correct value, I think the code of decode of float64 maybe wrong also.
My tif file can be found here
The text was updated successfully, but these errors were encountered: