gdalraster 1.11.1 on CRAN #418
ctoney
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
v. 1.11.1 is a maintenance release to fix a minor bug in a test that triggered on certain CRAN check systems, described in
#410.
Other changes in this release include:
add
apply_geotransform(): convert raster column/row to geospatial x/y coordinates, wrapper ofGDALApplyGeoTransform()in the GDAL API, operating on a matrix of input col/row coordinates (the internal wrapper.apply_geotransform()is unchanged)add
GDALRaster$apply_geotransform(): class method alternative to calling the stand-alone functionapply_geotransform()on an object of classGDALRastervsi_curl_clear_cache(): add parameterquietto wrap the API call in a quiet error handler,TRUEby defaultDocumentation: document the
w+access flag for classVSIFile; addCPL_VSIL_USE_TEMP_FILE_FOR_RANDOM_WRITEconfiguration option in vignette GDAL Config Quick Reference; replacepaste0()withfile.path()in the examples throughoutcode linting
Beta Was this translation helpful? Give feedback.
All reactions