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.dev1.tar.gz
(20.1 kB
view details)
File details
Details for the file radar_data-1.0.0.dev1.tar.gz.
File metadata
- Download URL: radar_data-1.0.0.dev1.tar.gz
- Upload date:
- Size: 20.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b51cdfb080451aef2a55c9763d7341350dc88c09ecbccf0993c6213c9f8686e0
|
|
| MD5 |
1b2f4ac5a446ded0e395048b34a1e334
|
|
| BLAKE2b-256 |
23b8be5feb6e75a3241cf4b179639cbe6b591d4b02340c77e5f77aca632feb18
|