Pre-release
This release is a pre-release and may not be stable for production use.
Radar Data
This is a collection of radar data readers that are in the NetCDF format
These formats are currently supported
- WDSS-II
- CF-Radial 1.3 / CF-1.6
- CF-Radial 1.4 / CF-1.6
- CF-Radial 1.4 / CF-1.7
- CF-Radial 2.0 (draft)
Install Using the Python Package-Management System
pip install radar-data
Example Usage
import radar
# Get the absolute path of the .nc file, reader automatically gets -V, -W, etc.
file = os.path.expanduser("~/Downloads/data/PX-20240529-150246-E4.0-Z.nc")
sweep = radar.read(file)
# It also works with providing the original .tar.xz or .txz archive
file = os.path.expanduser("~/Downloads/data/PX-20240529-150246-E4.0.txz")
sweep = radar.read(file)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
radar_data-1.0.0.dev0.tar.gz
(17.9 kB
view details)
File details
Details for the file radar_data-1.0.0.dev0.tar.gz.
File metadata
- Download URL: radar_data-1.0.0.dev0.tar.gz
- Upload date:
- Size: 17.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9898fd670017b0318296bd97a3994fd4c82cca4fc553b2c130a941f346ede4f4
|
|
| MD5 |
696c09c3a96365c497ebeb6e9fc5cd1b
|
|
| BLAKE2b-256 |
89e23143df1250d8d50fecd994e1dbb1492c0fb465890b32e0007ed49666ee7f
|