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
if (is.null(json$geoTransform) &&!is.null(extent)) {
The cornerCoordinates in this case sit in 0,ncol, nrow, 0 - i.e. upside down, and at least the json reflects the fact that the geotransform was not set.
The text was updated successfully, but these errors were encountered:
when there's no transform on the json, it means it is the default transform:
so this is a mistake:
vapour/R/raster-info.R
Line 166 in 5e67be7
The cornerCoordinates in this case sit in 0,ncol, nrow, 0 - i.e. upside down, and at least the json reflects the fact that the geotransform was not set.
The text was updated successfully, but these errors were encountered: