when there's no transform on the json, it means it is the default transform:
so this is a mistake:
|
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.
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.