1 of 21

Biological Sciences Honours 2024

GIS project lightning talks

Thursday, 22 Feb 2024

2 of 21

Instructions

You get:

  • ONE slide
  • 2 Minutes to talk
  • 1 Minute for questions

I will present the slide deck from my machine so there’s no delay in transitions.

Please make your slide on your own and then paste it in here. (You need a backup in case someone does something silly to the slide deck…). If your slide is not compatible with Google Slides then save it as a picture and paste it in.

Don’t forget to include your name!

3 of 21

4 of 21

5 of 21

6 of 21

Avoid thy neighbour: evidence for interspecific competition between Klipspringer (Oreotragus oreotragus) and Himalayan Tahr (Hemitragus jemlahicus) by Ben Wittenberg

Data:

  • iNaturalist observations

R packages:

  • sf, rinat, leaflet, ggspatial, tidyverse, rosm, terra

Maps:

  • Open street Maps

Workflow:

  • Import and refine iNat data for both species
  • Convert to spatial object and write to machine
  • Create interactive map
  • Buffer for home ranges and detect overlap
  • Detect altitude differences

7 of 21

THE CHANGE IN DISTRIBUTION OF ALIEN ACACIA PLANTS (Acacia Saligna, Acacia Longifolia, Acacia Mearnsii) IN THE CAPE PENINSULA FROM 2014-2023 BASED ON iNaturalist DATA

Acacia Mearnsii

acacia_mearnsii_map_2014_2023_with_legend.html

Acacia Longifolia

acacia_longifolia_map_2014_2023_with_legend.html

Acacia Saligna

acacia_saligna_map_2014_2023_with_legend.html

DATA: iNaturalist data for each species by year.

R PACKAGES: rinat, tidyverse, sf, prettymapr, leaflet

MAP: Streetview base map with coordinates of observations coloured by 2-year groups for each species.

OUTPUT: View change in distribution of alien species.

Hannah Glanvill GLNHAN001

8 of 21

9 of 21

10 of 21

11 of 21

12 of 21

13 of 21

Buzzing Under Threat: Assessing Habitat Loss Impact on Wild Honeybee Colonies in the Western Cape

Data

  • Biodiversity Spatial Plan - Ecosystem Threat Status 2016
    • Type: Shapefile
    • Source: CapeNature, SANBI
  • Open Street Maps
  • iNaturalist Observations: Cape Honeybee colonies
    • Type: Spatial point data
    • Source: iNaturalist

Workflow

  1. Data Acquisition and Preparation
  2. Spatial Overlay
  3. Spatial Join
  4. Visualization
  5. Statistical Analyses
  6. Interpret and Report

R Packages:

  • ‘sf’, ‘sp’, ‘raster’, ‘leaflet’, ‘mapview’, ’ggspatial’

By Robyn Fabian

14 of 21

Investigating Indigofera hybrid swarm on Napier Mountain

by Ongezile

  • iNaturalist
  • Open street map
  • Macrostat

R packages

  • library(sf),

(sp), (leaflet), (raster)etc

1. Identify a question

3. Data source

4. GIS Workflow

3.1 Capturing data (in R)

3.2 Refining and tidying (in R)

  • Clean data
  • Determine CRS
  • Projection adjustment

3.3 Integrate data:

  • Combine spatial and attribute data.

3.5 Visualization:

-Creating output map

2. Data required

  • Spatial Data
  • Attribute Data

3.4 Data analysis

-Spatial analysis

15 of 21

Cultivated vs. wild distributions of common flowering fynbos species

Ashleigh Smith

iNaturalist observations for wild and cultivated:

  • L. salignum
  • L. conocarpodendron
  • E. cerinthoides

GIS workflow

Data wrangling in R Studio:

  • Filter out observations that were obscured
  • Identify points falsely labelled as wild

Map the observations per year in R:

  • Bin the date data into years
  • Create ggplot for each year using for loop

16 of 21

17 of 21

18 of 21

19 of 21

20 of 21

ProteaAtlas Database, specifically locality of:

  • Leucadendron salignum
  • Aulax pallasia

(occ_sub.csv)

GIS Processing in R:

  • Select Leucadendron and Aulax using appropriate Genus Code and extract spatial points (vector)
  • Read in fire data (raster)
  • Extract fire numbers and plot where fire number = 0
  • Using ggplot display the L & A points coloured by species
  • Create an interactive map with mapview
  • Export map into kml file; st_write(, driver = kml)

A map showing where L. salignum and A. palasia are found in an area that hasn’t burnt in the last 15+ years. The kml file can be used to find the specific species points in the field

Take Note:

  • When converting raster and vector data the Co-ordinate Reference System will be off - spTransform()
  • FIRMS data removes areas that touch the coast, be aware.

pacman::p_load(sf, tidyverse, terra, raster, mapview)

Sarah Frances Visser

LOCATION OF RESPROUTING PROTEACEAE IN UNBURNT AREAS

21 of 21

Thanks!!!