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.3.tar.gz
(3.5 MB
view details)
File details
Details for the file radarkit-6.3.tar.gz.
File metadata
- Download URL: radarkit-6.3.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 |
c00ad52818c730a014a00d45bb09d3dac28a320c830deaa435bee232507fb8ae
|
|
| MD5 |
c9f079b714a3c2d9ec75dac96e1457da
|
|
| BLAKE2b-256 |
eeb6ec5db5b6b6a6c6417a94eb8fbe4d6d539bb46399142a71eb92ede769fe03
|