Re: [gdal-dev] Using/citing GDAL documentation

2013-11-16 Thread Jonathan Greenberg
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

Re: [gdal-dev] Using/citing GDAL documentation

2013-11-14 Thread Nick Ves
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

Re: [gdal-dev] Using/citing GDAL documentation

2013-11-13 Thread Eli Adam
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

[gdal-dev] Using/citing GDAL documentation

2013-10-18 Thread Jonathan Greenberg
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