Interactive map exploring changes in pH levels over time in the Dodder River, Dublin.
This is a initial proof of concept project bulit from start to finish using Python.
General Workflow:
Load water chemisty data into Pandas Dataframes - Join additional dataframe for Lat/Long data - Establish point geometries - Sort by Time using Sample Date - Pull pH data and get median for each month - Visualise Ph using Slider for accessing monthly records of pH.
Full code found here: https://github.com/EmmetOD/Geospatial_Python/blob/main/DodderRiverPH_Heatmap.ipynb