Skip to content

Miscellaneous R scripts for analysing geo-referenced data with focus on Slovakia.

License

Notifications You must be signed in to change notification settings

jp2011/r-gis-slovakia

Repository files navigation

r-gis-slovakia

Miscellaneous scripts for analysing (mostly visualising) geo-referenced data with focus on Slovakia.

Spatial analysis in R

Software Requirements

  1. R interpreter.
  2. R libraries that are used for spatial analysis. Although, the sp package has been the library of choice. Some of the contributors to sp got together and proposed a new library called sf, short for 'spatial features'. This guide will use the sf 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 with sf packages. For more information, guides, and many other things, please refer to this repository. I personally find this cheatsheet very helpful.

About

Miscellaneous R scripts for analysing geo-referenced data with focus on Slovakia.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages