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.6.1.tar.gz
(3.5 MB
view details)
File details
Details for the file radarkit-6.6.1.tar.gz.
File metadata
- Download URL: radarkit-6.6.1.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 |
baf243e4fbafb7d5bea92d0ed2c4046ead8ec21c9c8f9e2d643ff9d13737d61a
|
|
| MD5 |
3b94d6100d0fa5ca629b4665b92a5d98
|
|
| BLAKE2b-256 |
2681aea483ffa613241e175c2c86cf885731e5a7d2d207c1e951c7921044fe7f
|