Filled 2-D contour plots of ionosphere data. Cartopy visualization environment for giroapp
Build image from Dockerfile, tag with giroviz
docker build -t giroviz .
Provide contour.py a data source and metric to plot. A png and geojson file is saved in the current directory:
docker run -e "METRICS_URI=http://metrics.af7ti.com/stations.json" -v $(pwd):/output giroviz python contour.py mufd
See available metrics in the measurement table schema
- KC2G aka @arodland has MUFD and foF2 maps at https://prop.kc2g.com/
- Data sources online at https://prop.kc2g.com/api/stations.json
Contributions welcome! Please fork and open a pull request.
Huge thanks to @arodland for incorporating spherical geometry and many other improvements.
Data made available through UMass Lowell Global Ionospheric Radio observatory (GIRO)