Miscellaneous scripts for analysing (mostly visualising) geo-referenced data with focus on Slovakia.
- Slides for the tutorial can be found at jan.povala.com/r-gis-slovakia/slides.html#/.
- R interpreter.
- R libraries that are used for spatial analysis. Although, the
sp
package has been the library of choice. Some of the contributors tosp
got together and proposed a new library calledsf
, short for 'spatial features'. This guide will use thesf
library. At the heart of sf objects are data frames with which most of you are familiar with. The idea is that each record in the data frame will have a geometry component associated with it. All the operations you do with data frames work withsf
packages. For more information, guides, and many other things, please refer to this repository. I personally find this cheatsheet very helpful.