Python RadarKit Utilities
Some wrapped RadarKit functions and Python utilities for handling data
RHI Example
The following plot can be produced as:
import radarkit
import radarkit.chart
sweep = radarkit.sweep.Sweep(FILE)
rhi = radarkit.chart.ChartRHI()
rhi.set_data(sweep)
PPI Example
import radarkit
import radarkit.chart
sweep = radarkit.sweep.Sweep(FILE)
ppi = radarkit.chart.ChartPPI((1920, 1080), titlecolor="skyblue")
ppi.set_data(sweep)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
radarkit-6.6.3.tar.gz
(3.5 MB
view details)
File details
Details for the file radarkit-6.6.3.tar.gz.
File metadata
- Download URL: radarkit-6.6.3.tar.gz
- Upload date:
- Size: 3.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f2c6edd13a1da5031c620d9f1084d3f5d35b5862654b1464c07b5ae0ca1efd9
|
|
| MD5 |
4cbe378a1639701a9ccfb28a60e04cdc
|
|
| BLAKE2b-256 |
8f592f6b7b69858b4d5700e76fd6f28cdc0d13f127545ce893c9d6bf6973142a
|