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.20.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.5.20-py3-none-any.whl (26.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: radclss-2026.5.20.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.5.20.tar.gz
Algorithm Hash digest
SHA256 dfda9ecfc842eb108864444a0f879eb789a5b1b66521774e534d1968a55d37b8
MD5 eba7ff4cb03b42e168ed7046d937062f
BLAKE2b-256 30e84b7398b6a8959b22776e6b76e5432cf262d280684ecda9e21448b7242eb4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: radclss-2026.5.20-py3-none-any.whl
  • Upload date:
  • Size: 26.1 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.20-py3-none-any.whl
Algorithm Hash digest
SHA256 a2727f61834adb9c7a5bc40bb45a93e93f688cbe87d0f76c1390bbd6f4deeeef
MD5 5deeb372fa0a3a8e19270373fa2c64aa
BLAKE2b-256 bbc10fc9a3d042aeebfdd05dd6203f7f390ac1f169e458e42caf6da708be7e8a

See more details on using hashes here.

Provenance

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