Zoom Link
To obtain the Zoom link for this workshop please click the link below:
After re-registering on the Zoom website, you will receive a confirmation email containing information about joining the meeting.
If you already have and use a Zoom account, please sign into it first, before trying to access the D-Lab workshop.
Geospatial data are an important component data visualization and analysis in the social sciences, humanities, and elsewhere. The R programming language is a great platform for exploring these data and integrating them into your research.
Geospatial Data in R, part 3: Working with raster data
Part three of this three-part workshop series will introduce tools and approaches for working with raster data. Raster data are used to represent geographic phenomena that are present and measurable anywhere in a study area, like elevation, temperature, rainfall, land cover, soil type, etc. These data are a valuable resource for social scientists, planners, and engineers, as well as natural scientists. This workshop will introduce basic raster concepts and methods for working with raster data in R. Participants will learn how to import and store raster data as spatial objects. We will explore methods for plotting rasters and manipulating raster data values. Basic methods of raster and raster-vector spatial data analysis will also be introduced. Additionally, the workshop will review coordinate reference systems and methods for reading, defining and transforming these with raster data.
Knowledge Requirements: Basic knowledge of geospatial data is expected. R experience equivalent to the D-Lab R Fundamentals workshop series is required to follow along with the tutorial.
Technology Requirements: Bring a laptop with R, RStudio and the following R packages installed: sp, rgdal, rgeos, raster, ggplot2 and tmap.