vapour icon indicating copy to clipboard operation
vapour copied to clipboard

vapour_vrt for building up VRT

Open mdsumner opened this issue 2 years ago • 0 comments

it can be as simple as

'<VRTDataset rasterXSize="512" rasterYSize="512"><VRTRasterBand dataType="Float64" band="1"/></VRTDataset>'

e.g.

vapour::vapour_vrt('<VRTDataset rasterXSize="512" rasterYSize="512"><VRTRasterBand dataType="Float64" band="1"/></VRTDataset>', projection = "OGC:CRS84", bands = c(1, 1, 1), extent = c(-180, 180, -90, 90))

mdsumner avatar May 03 '23 03:05 mdsumner