Skip to main content

A Python program that retrieves relevant data from the web and structures it in a JSON-compatible format for use in my UUT project.

Project description

PebbleNet

A Python toolkit for collecting and processing water quality data from the Chesapeake Bay, integrating data from NOAA stations and Maryland's Eyes on the Bay monitoring program.

Overview

This project provides tools to fetch and process:

  • Real-time data from NOAA monitoring stations around the Chesapeake Bay
  • Monthly water quality measurements from Maryland's Eyes on the Bay program

Features

  • NOAA Data Collection

    • Real-time weather and water quality measurements
    • Automatic data aggregation and daily averaging
    • Parameters include: wind speed/direction, water temperature, air temperature, pressure, and more
  • Eyes on the Bay Integration

    • Monthly water quality measurements
    • Parameters include: dissolved oxygen, water temperature, secchi depth, salinity, and pH
    • Station location mapping

Data Sources

  • NOAA Stations: Real-time data from stations including:

    • BLTM2 (Baltimore)
    • CHCM2 (Cambridge)
    • TCBM2 (Tolchester Beach)
    • And more...
  • Eyes on the Bay Stations: Monthly data from stations including:

    • CB10
    • CB11
    • WT51
    • CB32
    • WT41
    • CB31

Output Format

NOAA Data

Data is returned in JSON format, structured for easy integration with visualization tools:

{
    "name": "WTMP",
    "labels": ["Jan 01", "Jan 02"],
    "values": [12.3, 12.5]
}

Eyes on the Bay Data

Data is returned in JSON format with station, parameter, and monthly measurements:

{
    "CB10": {
        "bdo": {
            "January": {
                "Surface": "9.8",
                "Bottom": "9.5",
                "Mean": "9.65",
                "StDev": "0.21",
                "Count": "2"
            },
            "February": {
                ...
            }
        },
        "wt": {
            ...
        }
    }
}

Dependencies

  • Python 3.x
  • requests
  • beautifulsoup4

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pebblenet-0.1.1.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pebblenet-0.1.1-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

Details for the file pebblenet-0.1.1.tar.gz.

File metadata

  • Download URL: pebblenet-0.1.1.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for pebblenet-0.1.1.tar.gz
Algorithm Hash digest
SHA256 b054b8f4c310c6123c7871afd52a8e26de66b6652aaaa2cb097704fde9fd738b
MD5 322fdbd7cab2b99f19f6c9e18950b068
BLAKE2b-256 f968c2a823ffd1655f9de2dc76e9b24dac1ef2b6622375d138224ac5c8471f30

See more details on using hashes here.

File details

Details for the file pebblenet-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: pebblenet-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 6.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for pebblenet-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c6acefe1136b81ea6017e96717d67a50fe0c44f4c6fdfad81df95c7e50311cb0
MD5 a9d66bf4ea60e7f9e7a51119012bb87a
BLAKE2b-256 6bc5628a7d062777c1c3906538caf78dd021376f00f0846d9dfc52cec7593ca8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page