Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ttnsy/biodiversity-pol
A Shiny application to observe Poland's Biodiversity
https://github.com/ttnsy/biodiversity-pol
Last synced: 18 days ago
JSON representation
A Shiny application to observe Poland's Biodiversity
- Host: GitHub
- URL: https://github.com/ttnsy/biodiversity-pol
- Owner: ttnsy
- Created: 2022-07-21T08:41:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T14:52:57.000Z (over 2 years ago)
- Last Synced: 2024-11-08T16:52:33.245Z (2 months ago)
- Language: R
- Homepage: https://tangerine.shinyapps.io/biodiversity-pol/
- Size: 20.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Poland's Biodiversity Shiny Application
![](assets/overview.png)
Please click on this [link](https://tangerine.shinyapps.io/biodiversity-pol/) to access the application on shinyapps.io!This app lets you observe reported species in Poland area from biodiversity data collected by [Global Biodiversity Information Facility](https://www.gbif.org/occurrence/search?dataset_key=8a863029-f435-446a-821e-275f4f641165) (The raw data was shared on this [gdrive](https://drive.google.com/file/d/1l1ymMg-K_xLriFv1b8MgddH851d6n2sU/view?usp=sharing)). However, to improve app performance, the app is read the cleaned .RDS format of the data.frame which stored under `/data` directory. Functions that is used on the data pre-processing can be accessed on [data/function_clean_csv.R](data/function_clean_csv.R).
## Requirements
This app is built under R version 4.1.2. The list of R libraries that is used for the development are:
- [Shiny](https://shiny.rstudio.com/)
- [dplyr](https://dplyr.tidyverse.org/)
- [sf](https://r-spatial.github.io/sf/)
- [leaflet](https://rstudio.github.io/leaflet/)
- [htmltools](https://github.com/rstudio/htmltools)
- [ggplot2](https://ggplot2.tidyverse.org/)
- [plotly](https://plotly.com/r/)
- [glue](https://glue.tidyverse.org/)