Shiny Contest Submission: Visualizing Biodiversity in National Parks data

Biodiversity in National Parks is an app that let you visualize Kaggle's biodiversity dataset. By using the National Park Service database of animal and plant species identified in individual national parks, the application offers a graphical representation of the data with maps and charts.

Links

Features

  • The application layout is made with shinydashboard, that semplifies the creation of dashboards

  • The maps are realized with the leaflet package, with an implementation of the species choropleth map

  • A visual representation of the species' taxonomy is made with the collapsibleTree package, which make very effective the graphical representation of hierarchical trees

  • A web scraping component runs in the backend, and retrieves parks pictures by using the rvest package

  • Integrated with the google analytics.js library, to measure how users interact with the app

4 Likes

This should be the homepage of the NPS. Your fantastic work makes me want to go out and explore.

Thanks @Marine ! Happy that you've liked it! (guess that I'll add some additional plots & charts in the future :wink:)

Impressive App @alessio!

Thanks @rajk it was really fun building it, and discovered a bunch of interesting new packages such as the collapsibleTree which I definitively recommend to everyone that wants to build nice trees :medal_military:

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.