Intro to Spatial Data Analysis with R
SCGIS 2023 Annual Conference

Introduction Part 2



About Me…

Some of My R Work

t-locoh. Home range constructor and spatial-temporal pattern analysis for wildlife tracking data

uasimg

Data management utilities for drone mapping.

https://ucanr-igis.github.io/uasimg/



Bring climate data from Cal-Adapt into R using the API

https://ucanr-igis.github.io/caladaptr/



Shiny Apps

Pistachio Nut Growth Calculator
https://ucanr-igis.shinyapps.io/pist_gdd/

Chill Portions Under Climate Change Calculator
https://ucanr-igis.shinyapps.io/chill/

Drone Mission Planner for Reforestation Monitoring Protocol
https://ucanr-igis.shinyapps.io/uav_stocking_survey/

Stock Pond Volume Calculator
https://ucanr-igis.shinyapps.io/PondCalc/

About You…

Workshop Goals

Get better at:


Learning Strategy

1) Understand foundational terms and concepts

2) Hands-on practice

3) Discover RStudio’s bells and whistles

4) Learn how to get help



Wind up a little higher on the learning curve!


Workshop Materials

Slides

Keyboard shortcuts for slides:

A: toggle display of current vs all slides
S: make fonts smaller
B: make fonts larger
F: toggle display of the footer
C: Show table of contents


Exercises


Community Forum

  • questions
  • code
  • resources


Virtual Environment


Data


Other Resources & Cheatsheets


Everything!

Sample Data

Yosemite National Park data

Highlights from Part 1

  1. what function and package
  2. the arguments it expects (how many, which order, which have default values)
  3. what the function returns
  4. any actions the functions takes



Next: Integrating R & GIS