gdalUtils icon indicating copy to clipboard operation
gdalUtils copied to clipboard

R Wrappers for the Geospatial Data Abstraction Library (GDAL) Utilities

Results 33 gdalUtils issues
Sort by recently updated
recently updated
newest added

Hi Everyone, I'd great dependence on the function `gdalUtils::gdal_translate()` in my projects. Is there this function in another package? Thanks in advance!

Hi. As you may know, the package rgdal will not be available on CRAN soon. I am wondering how this change will affect gdalUtils. Do we have any plan to...

Newcomer here. I'm recently starting a project with GDAL/OGR. Trying to use the ogrinfo function in a code i got from [this repo](https://git.wur.nl/Batje001/wosis/-/blob/master/R_scripts/WoSIS_Latest_With_R.R), i kept getting NULL values returned from...

I am regularly using allign_rasters to harmonize rasters for further analysis. After I updated gdal to 3.1.4 using OSGEO4W64 (from gdal 3.0 I think), this function is no longer working....

https://gdal.org/programs/gdal-config.html#gdal-config

Hello, I use gdaUtils with the gdal version from QGIS : https://www.qgis.org/fr/site/forusers/download.html https://qgis.org/downloads/QGIS-OSGeo4W-3.10.0-2-Setup-x86_64.exe On a command like > ogr2ogr('rgdal.geojson','rgdal.json',t_srs="EPSG:2154",verbose=TRUE) Checking gdal_installation... Scanning for GDAL installations... Checking the gdalUtils_gdalPath option... GDAL...

This PR closes #30 It introduces a `parameter_named` to `gdal_cmd_builder()` which allows to parse options built on key value pairs. It is specifically designed to support adding e.g. `--config GDAL_CACHEMAX...

in `gdalUtils::gdal_translate()` one can set config parameters using the double-dashed option `config` which will be forwarded to `gdal_translate`. The correct usage of this in gdal would be as a key...

Using the alias `'~/some/file.tif'` for the paths relative to the home directory does not work. Using the full-path (i.e. `'/home/user/some/file.tif'`) instead works just fine. I experienced that with `gdal_translate` on...

This project does not have a license yet, in the repo at least. The description states that the license is GPL 2+, though.