Skip to content

An interactive application for analyzing the chemical element content in the sediments of various lakes. The application allows users to select a lake, choose elements of interest, and generate a pie chart of element composition as well as a map indicating the location of the chosen lake

Notifications You must be signed in to change notification settings

roberts911/LakeSedimentAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lake Sediment Analysis

Project Description

My project is an interactive application for analyzing data regarding the content of chemical elements in the sediments of various lakes in Poland. The application uses data contained in an Excel file, which includes information about the names of the lakes, pH values, and the content of various chemical elements.

image

Functionalities

The application enables:

  1. Lake selection - users can choose one of the available lakes from a dropdown list.
  2. Element selection - users can choose which elements they want to include in their analysis.
  3. Displaying a pie chart - after selecting a lake and elements, users can generate a pie chart that shows the content of each of the chosen elements in the sediments of the selected lake.
  4. Displaying a map - after selecting a lake, users can generate a map that shows the location of the chosen lake.

Requirements

To use this application, the following libraries must be installed:

  • tkinter
  • openpyxl
  • matplotlib
  • folium
  • geopy
  • fake_useragent

Command to install libraries:

pip install openpyxl matplotlib folium geopy fake_useragent

Instructions

  1. Run the main.py file.
  2. Select a lake from the dropdown list.

image

  1. Select the elements you want to include in your analysis.

image

  1. Click the "Display Chart" button to generate a pie chart.

image

  1. Click the "Display Map" button to generate a map with the location of the chosen lake.

image

Authors

This project was created by Robert Siurek.

Test 2

About

An interactive application for analyzing the chemical element content in the sediments of various lakes. The application allows users to select a lake, choose elements of interest, and generate a pie chart of element composition as well as a map indicating the location of the chosen lake

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages