gdalUtils
gdalUtils copied to clipboard
R Wrappers for the Geospatial Data Abstraction Library (GDAL) Utilities
When trying to use `ogr2ogr()` with the `clipdst` parameter the resulting call to the ogr2ogr utility includes `-clipdst` twice, which results in an error. Minimum example (adapted from the `ogr2ogr()`...
Hi: when running the example gdal_chooseInstallation(hasDrivers=c("HDF4","HDF5")) I get In addition: Warning message: In grep(paste(hasDrivers, "-", sep = ""), installation_drivers$format_code) : argument 'pattern' has length > 1 and only the first...
My colleague works in Windows. He [tried](https://github.com/inbo/n2khab/issues/59) to install a package which, at some level, had `gdalUtils` as a dependency. Installation halted because of the non-installed dependency `R.methodsS3` of `gdalUtils`...
I modified the line because the grep wasn't working due that 'grep' in some cases could take more than one pattern, I modified the grep to include "|" between pattern...
``` #Goal: use gdal_transfom() to stretch floating valuesfrom 2% - 98% quantiles to the 1- 255 range (to leave 0 for nodata) and write as Byte (uint8) #Test image: m
The issue that I discovered is that when I run _gdal_translate()_ multiple times in the loop, I see that about half of the time is spent in _gdal_setinstallation()_ method. Despite...
https://gdal.org/programs/gnmanalyse.html#gnmanalyse
https://gdal.org/programs/gnmmanage.html#gnmmanage
https://gdal.org/programs/ogrmerge.html#ogrmerge
https://gdal.org/programs/gdalmdimtranslate.html#gdalmdimtranslate