KryeKuzhinieri / biodiversity-shiny-app

Global Biodiversity Information Facility Species Occurences

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Biodiversity Shiny App

About the project

This project aims to display species occurrences in Poland. It displays information such as species' kingdoms, families, cities etc. The dataset is extracted from here. The deployed version of the app can be found here https://kryekuzhinieri.shinyapps.io/biodiversity_shiny_app/

Getting started

To successfully deploy the application, you need the following R dependencies.

library(shiny)
library(leaflet)
library(dplyr)
library(plotly)
library(jsonlite)
library(shinyjs)

Module servers are located in the modules folder whereas the js ones are in www/js. Graph explanations are done through the introjs module which is located in the www/js folder.

License

Distributed under the MIT License. See LICENSE for more information.

Citation

GBIF.org (15 May 2022) GBIF Occurrence Download https://doi.org/10.15468/dl.kyy2gw

About

Global Biodiversity Information Facility Species Occurences


Languages

Language:R 53.9%Language:CSS 38.3%Language:JavaScript 7.8%