USDAForestService / gdalraster

R Bindings to GDAL (Geospatial Data Abstraction Library)
https://usdaforestservice.github.io/gdalraster/
Other
41 stars 7 forks source link

Add `autoCreateWarpedVRT()`: create a virtual warped dataset automatically #471

Closed ctoney closed 1 month ago

ctoney commented 1 month ago

//' autoCreateWarpedVRT() creates a warped virtual dataset representing the //' input raster warped into the target coordinate system. The output virtual //' dataset will be "north-up" in the target coordinate system. GDAL //' automatically determines the bounds and resolution of the output virtual //' file which should be large enough to include all the input raster. //' Wrapper of GDALAutoCreateWarpedVRT() in the GDAL Raster API.