Skip to content
Prev 26950 / 29559 Next

gdalUtils::gdal_translate()

gdal_translate does work fine for me on R 3.4

That error sounds like your install is having issues picking what gdal
installation to use.
?gdal_chooseInstallation

perhaps your install was not found correctly amd you need to run
gdal_setInstallation?

But I also see something in your call that looks off to me.

Based on the docs projwin takes a numeric vector. Which to me should
look like projwin=c(ext at xmin,ext at ymax,ext at xmax,ext at ymin)

Thanks,
Alex
On 11/7/18 01:02, Agustin Lobo wrote: