Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 2.07 KB

README.md

File metadata and controls

56 lines (33 loc) · 2.07 KB

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