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.3.tar.gz (6.0 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.3-py3-none-any.whl (7.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pebblenet-0.1.3.tar.gz
  • Upload date:
  • Size: 6.0 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.3.tar.gz
Algorithm Hash digest
SHA256 fda2e51388d9300ff91aa437381488707ea21011651cec559d4c1a1cb5243225
MD5 19a8b04ab6c18de97f0ec330fb76d2ee
BLAKE2b-256 fda30b5b02692d07849c88224fdd2b0454399a4e9c20ee5b120dc9b5b3c6df43

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pebblenet-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 7.4 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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 ef34403c302b6fdf83aa1874044de2595456150e09c38361ffa8ca3694173f36
MD5 0feeb39576fd8bc7a54736b30e206e08
BLAKE2b-256 716e6e947ff70aa1cda230b0d0d9bafde5d59d911e0f86c99955ca46779656bb

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