georgetown-potomac-water-quality

Analysis of Potomac River water quality near Georgetown using satellite remote sensing data (2023). Combines Sentinel-2 and Landsat-8 imagery to track multiple parameters (NDWI, chlorophyll-a, turbidity, temperature) with temporal analysis revealing seasonal patterns in water quality indicators throughout the year.

https://github.com/albertoanalytics/georgetown-potomac-water-quality

Science Score: 31.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.1%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Analysis of Potomac River water quality near Georgetown using satellite remote sensing data (2023). Combines Sentinel-2 and Landsat-8 imagery to track multiple parameters (NDWI, chlorophyll-a, turbidity, temperature) with temporal analysis revealing seasonal patterns in water quality indicators throughout the year.

Basic Info
  • Host: GitHub
  • Owner: albertoanalytics
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: master
  • Size: 0 Bytes
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme Contributing License Citation

README.md

Georgetown Potomac: Water Quality Analysis

Overview

This project analyzes water quality parameters of the Potomac River near Georgetown waterfront in Washington, DC, using satellite remote sensing data from 2023. It implements a comprehensive analysis of multiple water quality indicators through Sentinel-2 and Landsat-8 satellite imagery.

Study Area

Georgetown Potomac River Study Area

Figure 1: Study area along the Georgetown waterfront section of the Potomac River. Image © Google Earth

Features

  • Multi-satellite analysis: Combines higher resolution Sentinel-2 (10m) data with thermal-capable Landsat-8 (30m) imagery
  • Cloud filtering: Implements cloud masking algorithms specific to each satellite platform
  • Multiple water quality parameters:
    • NDWI (Normalized Difference Water Index) for water detection
    • Chlorophyll-a index as a proxy for algal concentration
    • Turbidity index for measuring water clarity
    • Water temperature (from Landsat-8 thermal band)
  • Temporal analysis: Full year (2023) time series data
  • Visualization: Time series charts and parameter distribution analysis

Repository Structure

georgetown-potomac-water-quality/ │ ├── code/ │ ├── potomac-analysis.js # Main Google Earth Engine script │ └── data_exploration.ipynb # Jupyter notebook for data analysis │ ├── data/ │ ├── Potomac_Sentinel2_Water_Quality.csv # Sentinel-2 derived metrics (29 observations) │ └── Potomac_Landsat8_Water_Quality.csv # Landsat-8 derived metrics with temperature │ ├── geo/ │ ├── potomac-geojson # Study area boundary in GeoJSON format │ └── Potomac River Georgetown DC.kml # Google Earth KML file of the study area │ ├── images/ │ ├── study_area_screenshot.png # Google Earth image of the study area │ ├── NDWI Time Series (Sentinel-2).png # Water index time series │ ├── Chlorophyll-a Index Time Series (Sentinel-2).png # Algal activity indicators │ ├── Turbidity Index Time Series (Sentinel-2).png # Water clarity measurements │ └── Water Temperature Time Series (Landsat-8).png # Water temperature graph │ ├── docs/ │ ├── methodology.md # Detailed explanation of processing methods │ └── seasonal-analysis.md # Interpretation of seasonal patterns │ ├── .gitignore # Git configuration for ignored files ├── LICENSE # MIT License file ├── README.md # This documentation file ├── CONTRIBUTING.md # Guidelines for contributing to the project └── citation-file # Citation information for academic reference

Key Findings

  • Water quality parameters in the Georgetown section of the Potomac River show expected seasonal patterns
  • Turbidity increases during spring months (March-June), likely corresponding to rainfall events
  • Chlorophyll-a levels fluctuate seasonally with some potential algal activity increases in fall
  • Water temperature shows seasonal warming/cooling cycle (7°C in fall to 30°C in summer), though winter temperature data is unavailable

Methodology

The analysis methodology combines:

  1. Satellite Data Processing: Sentinel-2 (for optical bands) and Landsat-8 (for temperature) imagery were processed through Google Earth Engine.

  2. Water Quality Indices:

    • NDWI calculated from green and NIR bands
    • Chlorophyll-a index derived from NIR and red band ratio
    • Turbidity index based on red to green band ratio
    • Water temperature extracted from Landsat thermal band
  3. Time Series Analysis: Temporal patterns were analyzed across 2023 and their seasonal variations.

For detailed methodology, see docs/methodology.md.

Seasonal Patterns

This analysis reveals distinct seasonal patterns in the Potomac River water quality:

  • Spring: Highest turbidity with fluctuating NDWI values
  • Summer: Highest water temperatures with stabilizing water quality parameters
  • Fall: Elevated chlorophyll-a levels with lower, consistent NDWI values
  • Winter: Limited data (especially for temperature) but generally stable parameters

Detailed seasonal analysis can be found in docs/seasonal-analysis.md.

Limitations

  • Remote sensing provides proxy measurements, not direct water quality testing
  • Cloud cover can limit data availability, particularly in winter months
  • Seasonal data gaps exist, particularly for water temperature where winter measurements are absent (NaN values)
  • Spatial resolution constraints (10m for Sentinel-2, 30m for Landsat-8)
  • Spectral band limitations compared to in-situ sampling

Future Work

  • Integration with in-situ water quality measurements for validation
  • Expansion to multiple years for long-term trend analysis
  • Correlation analysis between parameters (e.g., turbidity vs. chlorophyll-a)
  • Integration with precipitation data to analyze runoff effects
  • Comparison with official water quality monitoring data

Usage

Running the Analysis in Google Earth Engine

  1. Copy the code/potomac-analysis.js file to your Google Earth Engine account
  2. Update file paths in the script to match your environment if needed
  3. Run the script to process satellite data and generate water quality parameters
  4. View the time series charts in the Earth Engine console
  5. (Optional) Execute the export tasks to save data to your Google Drive as CSV files

Data Exploration

After exporting the CSV files, you can analyze the data using the provided Jupyter notebook: 1. Open code/data_exploration.ipynb in Jupyter or Google Colab 2. Update the paths to point to your CSV files in the data/ directory 3. Run the notebook cells to: - Load and clean the CSV data - Generate time series visualizations - Perform correlation analysis between parameters - Create seasonal comparisons

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • European Space Agency (ESA) for Sentinel-2 data
  • NASA/USGS for Landsat-8 data
  • Google Earth Engine team for the platform and API

Citation

If you use this analysis in your research, please cite as directed in the citation-file.

Owner

  • Name: Alberto
  • Login: albertoanalytics
  • Kind: user
  • Location: United States

📊🧑‍💻Data Analytics

Citation (citation-file.txt)

cff-version: 1.2.0
message: "If you use this dataset or analysis, please cite it as below."
authors:
  - family-names: "Hernandez Alfonso"
    given-names: "Alberto Freddy"
    orcid: "https://orcid.org/0009-0008-3180-389X"  
title: "Georgetown Potomac: Water Quality Analysis"
version: 1.0.0
date-released: 2025-03-24
repository-code: "https://github.com/albertoanalytics/georgetown-potomac-satellite-analysis"
license: MIT
abstract: >
  This project analyzes water quality parameters of the Potomac River
  near Georgetown waterfront in Washington, DC using satellite remote
  sensing data from 2023. The analysis implements a multi-parameter
  approach using Sentinel-2 and Landsat-8 imagery to monitor NDWI,
  chlorophyll-a, turbidity, and water temperature throughout the year.
keywords:
  - remote sensing
  - water quality
  - potomac river
  - sentinel-2
  - landsat-8
  - ndwi
  - chlorophyll
  - turbidity
references:
  - authors:
      - family-names: McFeeters
        given-names: S.K.
    title: "The use of the Normalized Difference Water Index (NDWI) in the delineation of open water features"
    journal: "International Journal of Remote Sensing"
    volume: 17
    issue: 7
    year: 1996
    doi: 10.1080/01431169608948714

  - authors:
      - family-names: Giardino
        given-names: C.
      - family-names: Brando
        given-names: V.E.
      - family-names: Gege
        given-names: P.
      - family-names: Pinnel
        given-names: N.
      - family-names: Hochberg
        given-names: E.
      - family-names: Knaeps
        given-names: E.
      - family-names: Reusen
        given-names: I.
      - family-names: Doerffer
        given-names: R.
      - family-names: Bresciani
        given-names: M.
      - family-names: Braga
        given-names: F.
      - family-names: Dekker
        given-names: A.G.
    title: "Imaging Spectrometry of Inland and Coastal Waters: State of the Art, Achievements and Perspectives"
    journal: "Surveys in Geophysics"
    volume: 40
    issue: 3
    year: 2019
    doi: 10.1007/s10712-018-9476-0

  - authors:
      - family-names: Giardino
        given-names: C.
      - family-names: Brando
        given-names: V.E.
      - family-names: Dekker
        given-names: A.G.
      - family-names: Strömbeck
        given-names: N.
      - family-names: Candiani
        given-names: G.
    title: "Assessment of water quality in Lake Garda (Italy) using Hyperion"
    journal: "Remote Sensing of Environment"
    volume: 109
    issue: 2
    year: 2007
    doi: 10.1016/j.rse.2006.12.017

GitHub Events

Total
  • Push event: 2
  • Create event: 4
Last Year
  • Push event: 2
  • Create event: 4