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.2.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.2-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pebblenet-0.1.2.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.2.tar.gz
Algorithm Hash digest
SHA256 4a948318015f8f5bd1d1080c1e729ab6fad4688a223041eb3820885dac2125f4
MD5 4e8bab83a7bff8c95643ea28caf7e669
BLAKE2b-256 3b14e73f0e71d28df9d244d28a510acfb864b4a33296c1b2f88cd416d9b3d875

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pebblenet-0.1.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 8c3fcf9c383323f960f8234846f16c76e9d15488b89ab5c46933275d31c6dfa1
MD5 1094c2d1c0bf6ce4cd02357835422bc0
BLAKE2b-256 bacbc2fc4d17a56319b40ec4b54c444162a5ffcada32bd83cdcca79998262b7d

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