Hi Nick:
My package (gdalUtils) are just straight-wrappers for the GDAL Utilities (
http://www.gdal.org/gdal_utilities.html) -- I've got most of the non-python
ones finished. rgdal contain low-level bindings to GDAL and Python (
http://cran.r-project.org/web/packages/rgdal/index.html), but are mi
sounds really cool.
One question though: Whats the difference between gdalUtils and rgdal?
On Sat, Oct 19, 2013 at 4:13 AM, Jonathan Greenberg wrote:
> GDALers:
>
> I'm working with a colleague on a new set of R wrappers for GDAL, and
> we are at the point where we are starting to document the f
On Fri, Oct 18, 2013 at 6:13 PM, Jonathan Greenberg wrote:
> GDALers:
>
> I'm working with a colleague on a new set of R wrappers for GDAL, and
> we are at the point where we are starting to document the functions.
> Our R interface is designed to be VERY close to the GDAL command line
> utilities
GDALers:
I'm working with a colleague on a new set of R wrappers for GDAL, and
we are at the point where we are starting to document the functions.
Our R interface is designed to be VERY close to the GDAL command line
utilities (we use the same parameter names, for instance), so I was
wondering if