Introduction to geospatial data analysis in R

Philippe Marchand, Université du Québec en Abitibi-Témiscamingue

August 18, 2019

Geospatial data

Why R?

At first, using programming commands to process geographical data can seem less intuitive, compared with the graphical user interface of GIS software.

A few advantages of scripted analyses:

Objectives

You are here

images/here_map.png

images/here_map.png

Explore a vector dataset

Explore a vector dataset

Coordinate reference systems and transformations

Coordinate reference systems and transformations

Example:

Mercator projection Lambert equal-area projection

Coordinate reference systems and transformations

Customize maps with ggplot2

Customize maps with ggplot2

Geometric operations on vector data

Three main types:

Geometric operations on vector data

Geometric operations on vector data

Geometric operations on vector data

Geometric operations on vector data

Raster datasets

Raster datasets

Interactive maps with mapview

Additional references