Skip to content

Commit

Permalink
license coverage check
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsPL committed Feb 25, 2018
1 parent c95ae26 commit 42dfd12
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is a rewritten and fine-tuned version of tools for the automatic weather sa

<!--- [![ghit.me](https://ghit.me/badge.svg?repo=filipsPL/autowx2)](https://ghit.me/repo/filipsPL/autowx2) -->

[![badge-travis](https://api.travis-ci.org/filipsPL/autowx2.svg?branch=master)](https://travis-ci.org/filipsPL/autowx2) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/bb77483f88414ef799621247bd186795)](https://www.codacy.com/app/filipsPL/autowx2?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=filipsPL/autowx2&amp;utm_campaign=Badge_Grade) ![badge-email](docs/badge-email.png)
[![badge-travis](https://api.travis-ci.org/filipsPL/autowx2.svg?branch=master)](https://travis-ci.org/filipsPL/autowx2) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/bb77483f88414ef799621247bd186795)](https://www.codacy.com/app/filipsPL/autowx2?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=filipsPL/autowx2&amp;utm_campaign=Badge_Grade) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FfilipsPL%2Fautowx2.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FfilipsPL%2Fautowx2?ref=badge_shield) ![badge-email](docs/badge-email.png)


## used libraries and acknowledgements
Expand All @@ -26,6 +26,7 @@ These scripts may be used by the autowx2 in the free time, e.g., to track airpla
- [dump1090](https://github.com/antirez/dump1090) - the classic version, by antirez
- [dump1090-stream-parser.py](https://github.com/yanofsky/dump1090-stream-parser) by yanofsky
- [heatmap](https://github.com/filipsPL/heatmap) a fork of the great heatmap by sethoscope, modified by filipsPL to support sqlite
- [osmviz](http://cbick.github.io/osmviz/html/)
- [multimon-ng](https://github.com/sq5bpf/multimon-ng-stqc) fork by sq5bpf with STQC decoding support


Expand Down
8 changes: 5 additions & 3 deletions bin/dump1090-draw_heatmap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ tempdir="/tmp"

mkdir -p $(dirname $outdir)


# draw data on the map
$baseDir/bin/heatmap.py -o $outdir/heatmap-osm.png -r 40 --height 900 --osm --sqlite_table squitters $database
$baseDir/bin/heatmap.py -m 000ffffff -M 000ffffff -o $outdir/heatmap-osm.png -r 4 --margin 25 -k gaussian --height 900 --osm --sqlite_table squitters $database


# draw data on the map
$baseDir/bin/heatmap.py -o $outdir/heatmap-osm2.png -r 40 --height 900 --osm --margin 25 --sqlite_table squitters $database

# draw data on the black canvas
$baseDir/bin/heatmap.py -b black -r 30 -W 1200 -o $tempdir/h1.png -k gaussian --sqlite_table squitters $database
$baseDir/bin/heatmap.py -r 5 -W 1200 -o $tempdir/h2.png --decay 0.3 --margin 25 -k gaussian --sqlite_table squitters $database
composite $tempdir/h2.png -dissolve 50 $tempdir/h1.png $outdir/heatmap-gaussian.png

rm $tempdir/h1.png $tempdir/h2.png
2 changes: 1 addition & 1 deletion var/dongleshift.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-0.642
-0.734

0 comments on commit 42dfd12

Please sign in to comment.