Posts Tagged ‘ rgdal ’

Installing rgdal on a Mac

October 16, 2011
By

So, installing rgdal, which is an important R package for spatial data analysis can be a bit of a pain on the mac. Here are two ways to make it happen.   The Easy Way In R run: install.packages('rgdal',repos="http://www.stats.ox.ac.uk/pub/RWin") The Hard Way Download and install GDAL 1.8 Complete and  PROJ framework v4.7.0-2   from: http://www.kyngchaos.com/software/frameworks%29 Download the latest version of rgdal from CRAN.

Read more »

Script for Geostatistics with R

March 11, 2011
By
Script for Geostatistics with R

I received requests for the script used during the tutorial.All the material is available in the main page of the course.However, in order to facilitate the availability of the scripts to all the viewers of this blog I've put the link to donwnload them...

Read more »

R Video Tutorial for Spatial Statistics

March 2, 2011
By
R Video Tutorial for Spatial Statistics

Welcome everybody, this is a video tutorial that will try to teach you how to use R for spatial statistics and interpolation. I’m a PhD student in soil science and in particular my project is about digital soil mapping. During my work I often...

Read more »

Installing rgdal on Mac OS X

November 2, 2010
By
Installing rgdal on Mac OS X

After running a spatial data analysis with R session today, it became apparent that there are one or two teething problems installing the important rgdal package on Mac OS X operating systems. The usual install.packages(“rgdal”) won’t work. My colleague Jon Reades did some digging around to find this solution. I have tested it and it

Read more »