Skip to main content

Extracted Radar Columns and In Situ Sensors

Project description

RadCLss

Extracted Radar Columns and In-Situ Sensors

radclss extracts vertical radar columns over user-specified site locations and merges them with co-located in-situ sensor data (sondes, met stations, disdrometers, pluviometers, etc.) into a single xarray dataset / netCDF file. It supports multiple radar systems (e.g. CSAPR2, KASACR, XSACR, NEXRAD) and parallel processing via Dask.

Installation

From PyPI:

pip install radclss

From source:

git clone https://github.com/ARM-Development/radclss.git
cd radclss
pip install -e .

Quick Start

import radclss

volumes = {
    "date": "20250520",
    "radar_csapr2cmac": [...],   # list of radar files
    "sonde": [...],
    "met_M1": [...],
    # ... additional radar / in-situ inputs
}

input_site_dict = {
    "M1": (34.34525, -87.33842, 293),   # (lat, lon, alt_m)
    "S4": (34.46451, -87.23598, 197),
}

columns = radclss.core.radclss(
    volumes,
    input_site_dict,
    "radar_csapr2cmac",
    serial=False,
    verbose=True,
    nexrad=True,
)

radclss.io.write_radclss_output(columns, "radclss_example.nc", "radclss.c2")

fig, ax = radclss.vis.create_radclss_columns("radclss_example.nc")

See examples/bnf_example.py for a full end-to-end script using the BNF (Bankhead National Forest) site, including Dask LocalCluster setup and multi-radar / multi-instrument inputs.

Package Layout

  • radclss.core — column extraction (radclss.core.radclss)
  • radclss.io — netCDF output (radclss.io.write_radclss_output)
  • radclss.vis — quicklook plots (radclss.vis.create_radclss_columns)
  • radclss.config — default and output configuration
  • radclss.util — column-processing utilities

Development

Run tests and pre-commit hooks before committing:

pytest tests/
pre-commit run --all-files

License

MIT — see LICENSE.

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

radclss-2026.7.1.tar.gz (3.3 MB view details)

Uploaded Source

Built Distribution

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

radclss-2026.7.1-py3-none-any.whl (26.2 kB view details)

Uploaded Python 3

File details

Details for the file radclss-2026.7.1.tar.gz.

File metadata

  • Download URL: radclss-2026.7.1.tar.gz
  • Upload date:
  • Size: 3.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for radclss-2026.7.1.tar.gz
Algorithm Hash digest
SHA256 82f662130c949a6d6cd724bbde6e7f4eec0ea99d8e97c70c87eb1514cb86e670
MD5 79fea4b8aaada4d57377f74976ccd3d0
BLAKE2b-256 db8c60265dfce24b7303041eef64312b88b5d850d264bd6070f39c38cac67eb2

See more details on using hashes here.

Provenance

The following attestation bundles were made for radclss-2026.7.1.tar.gz:

Publisher: pypi-release.yml on ARM-Development/radclss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file radclss-2026.7.1-py3-none-any.whl.

File metadata

  • Download URL: radclss-2026.7.1-py3-none-any.whl
  • Upload date:
  • Size: 26.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for radclss-2026.7.1-py3-none-any.whl
Algorithm Hash digest
SHA256 26c33cc197852d334ab5b38d6bf98a702aed0a55a0ff74080aa386db8ddcdca7
MD5 7bf96946f5aa40b92edd307df1145645
BLAKE2b-256 43e2f6a371fc5b002c232b3d61d557ea48d5c1e1afb09231795f443f2546158b

See more details on using hashes here.

Provenance

The following attestation bundles were made for radclss-2026.7.1-py3-none-any.whl:

Publisher: pypi-release.yml on ARM-Development/radclss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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