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.5.11.tar.gz (30.2 kB view details)

Uploaded Source

Built Distribution

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

radclss-2026.5.11-py3-none-any.whl (26.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for radclss-2026.5.11.tar.gz
Algorithm Hash digest
SHA256 a4f343985310d7fe9bb475c7a867730329602df4c5e51cd1a0a8030076476f09
MD5 dc3ac6088893c299192df65723796823
BLAKE2b-256 7909c856db14f46b4f2044b6ab70f13e9a1b8ad4070ead387d78dfc735af4335

See more details on using hashes here.

Provenance

The following attestation bundles were made for radclss-2026.5.11.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.5.11-py3-none-any.whl.

File metadata

  • Download URL: radclss-2026.5.11-py3-none-any.whl
  • Upload date:
  • Size: 26.0 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.5.11-py3-none-any.whl
Algorithm Hash digest
SHA256 eaafdb824d2031e1e2487f67337f13b13a415115454295d0c0a1898f2dffa78d
MD5 e7deb0a97e50cc79daec0e14728d7963
BLAKE2b-256 5ff049232f9181e8104f0cf1d5657981fc74542239074bef69e823d38bfefdb2

See more details on using hashes here.

Provenance

The following attestation bundles were made for radclss-2026.5.11-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