Skip to content

iNaturalist Invasive species visualizer w/ management options for Brush Mountain (Blacksburg) and beyond

Notifications You must be signed in to change notification settings

nbone455/inat-viz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iNat-Viz: Invasive Species Visualizer for Brush Mountain

Screenshot 2025-01-08 at 11 48 23 AM

Table of Contents

  1. Overview
  2. Dependencies
  3. Setup
  4. Features
  5. Usage
  6. Contact

Overview

The iNat-Viz is a Shiny application designed to visualize invasive species data from the iNaturalist platform. The application incorporates geographic, taxonomic, and management information to provide a comprehensive view of invasive species in a specified location. Currently it is set up to display Blacksburg's Brush Mountain property.

intent

this app was created as part of a Interfaces of Global Change capstone project by graduate students Bailey Howell, Jordan Coscia, Nic Bone and Forde Upshur, the Invasive Species Working group at Virginia Tech, and the Town of Blacksburg.

Dependencies

  • shiny
  • shinybusy
  • rinat
  • dplyr
  • leaflet
  • leaflegend
  • leaflet.extras
  • raster
  • readxl
  • rgdal

To install all dependencies, run the following:

install.packages(c("shiny", "shinybusy", "rinat", "dplyr", "leaflet", "leaflegend", "leaflet.extras", "raster", "readxl", "rgdal"))

Setup

  1. Clone this repository.
  2. Open the app.R file in RStudio.
  3. Run the Shiny app.

Features

  • Interactive Map: Visualizes the locations of invasive species with markers colored by degree of invasiveness.
  • Popup Information: Clicking on a marker reveals additional information such as species name, invasiveness level, and management strategies.
  • Layer Control: Allows the user to toggle the visibility of different species on the map.
  • Dynamic Query: Ability to input iNaturalist Place ID to visualize different locations.

Usage

  • Input the iNaturalist Place ID for the location you want to explore. For Brush Mountain property 3, use "Brush Mountain 3" or id 184078
  • Click the "Submit" button to render the map.
  • Use the layer control to toggle the visibility of different species on the map.
  • Click on markers to view more details about each species.

Contact

For more information or troubleshooting, feel free to contact Bailey Howell ([email protected]) or Nic Bone ([email protected]).

About

iNaturalist Invasive species visualizer w/ management options for Brush Mountain (Blacksburg) and beyond

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages