Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

Does anyone know some good tutorials to handle spatial data in R? I know that there are some packages like rgdal and maptools but I haven't actually found usefull tutorials to get in touch with the basic functions (read, plot, change symbology, join data, etc.) and/or to get a broader overview what are the acutal capabilites of R for spatial analysis and manipulation of Spatial data. Also recomendations for books, papers, blogs, etc. would be warmly welcome.

Best

Johannes

share|improve this question
3  
Not tutorials as such, but still recommended, in case you haven't checked these out: geodacenter.asu.edu/projects/rsp, cran.r-project.org/web/views/Spatial.html, stat.math.ethz.ch/mailman/listinfo/R-SIG-Geo – Paulo Jan 6 at 19:12

6 Answers

up vote 11 down vote accepted

There's quite a few resources for learning 'spatial' R online, some of the better ones are:

share|improve this answer
Thanks for these very usefull links! After a first look I really liked Frank Davenporst notes. They come with a lot of code. Barry Rowlingsons Site is also very helpfull and gives a good overview as well as examples. So I'll try to make my way through this! :) – Dspanes Jan 7 at 8:58

Another one I'd like to add to the list: A Practical Guide to Geostatistical Mapping by T. Hengl http://spatial-analyst.net/book/

and lecture notes by D.G Rossiter http://www.itc.nl/personal/rossiter/teach/lecnotes.html#R

share|improve this answer
This book is really extensive, not only about R but about Open Source GIS and data sources as well. Thank you very much for sharing this link. – Dspanes Jan 11 at 9:13

data visualization in the R language: Code School - Try R

share|improve this answer
Barely. This is a very basic intro to R. It doesn't include a real GIS component, only an example of a matrix as a treasure map. – Suz Mar 2 at 19:36

Dr Alec Stephenson talk on Exploring spatial data with R: Slides and scripts

share|improve this answer

A couple I've found useful:

share|improve this answer
awesome. thank you also for the literature advice! – Dspanes Jan 7 at 12:09
1  
Worth mentioning that ASDAR book has a website with code and data download – radek Jan 7 at 12:13

Few more from my side:

share|improve this answer
1  
thanks for your advices!! – Dspanes Jan 7 at 12:10

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.