thk686 / rgdal2

R bindings to GDAL/OGR

Home Page:http://www.keittlab.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rgdal2

Build Status

R bindings to GDAL/OGR

This is a rewrite of my original rgdal bindings found in the package rgdal on CRAN.

You need to install GDAL for this package to work. See http://www.gdal.org/. Binaries can be found easily using links on that site or using Google search. If typing 'gdal-config' on the command line does not do anything, this package will not install.

With the "devtools" package installed, the following R command builds the package on my platform:

if (packageVersion("devtools") < 1.6) {
install.packages("devtools")
}
devtools::install_github("thk686/rgdal2")

About

R bindings to GDAL/OGR

http://www.keittlab.org/


Languages

Language:R 69.8%Language:C++ 22.4%Language:C 7.8%Language:Shell 0.0%