RadarKit Python Package
Project description
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)
Project details
Release history Release notifications | RSS feed
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.5.tar.gz
(3.5 MB
view details)
File details
Details for the file radarkit-6.5.tar.gz.
File metadata
- Download URL: radarkit-6.5.tar.gz
- Upload date:
- Size: 3.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6397dc0f494e05451461683590dcf216b1a4dee1ba9e83b3c8d28f18bfc0c17
|
|
| MD5 |
a0e5524ff248f71fb7e6cff8f89f0597
|
|
| BLAKE2b-256 |
2c9ef5a2b0f90c33e28719932264c0f8ff049837d2e97e26d0ea1cf75ecf64a0
|