Skip to content

Commit 42dfd12

Browse files
committed
license coverage check
1 parent c95ae26 commit 42dfd12

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is a rewritten and fine-tuned version of tools for the automatic weather sa
1111

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

14-
[![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)
14+
[![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.qkg1.top%2FfilipsPL%2Fautowx2.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.qkg1.top%2FfilipsPL%2Fautowx2?ref=badge_shield) ![badge-email](docs/badge-email.png)
1515

1616

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

3132

bin/dump1090-draw_heatmap.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@ tempdir="/tmp"
1313

1414
mkdir -p $(dirname $outdir)
1515

16-
1716
# draw data on the map
18-
$baseDir/bin/heatmap.py -o $outdir/heatmap-osm.png -r 40 --height 900 --osm --sqlite_table squitters $database
17+
$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
18+
1919

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

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

var/dongleshift.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-0.642
1+
-0.734

0 commit comments

Comments
 (0)