You are doing great ![]()
In this stage, you can still see the individual flights. Ones you have more flight data, youâll begin to see the most used flight paths, the highways used by the airliners
.
Have fun with it!
Hi,
I am running an existing dump1090-mutability install on ubuntu. I have installed socket30003 - itâs collecting data, and I can run the rangeview and heatmap scripts OK.
I have copied the new config.js and script.js from github.com/tedsluis/dump1090 to my /usr/share/dump1090-mutability/html directory, but just get a permanently spinning wheel when I try to load the dump1090 web interface. Reverting to the original files cures the problem.
Any thoughts?
Thanks,
Peter
Hi Peter,
You probably followed the steps my instruction âReplace updated files.â in the first post of this topic (http://discussions.flightaware.com/topic35844.html), where I show -as an example- how you can replace a few files in the /usr/share/dump1090-mutability/html directory. You have only updated the files that I used in my example (config.js and script.js) from my Github repo (https://github.com/tedsluis/dump1090/tree/master/public_html), but in this case there are more files (and a directory) you need to add and update. If you copy the rest of the files, I am sure it will work.
Sorry for the lack of clarity in my instruction. I will add an extra note to it.
Ted
One week of data. I bumped the resolution up to 4000 from 1000 and the max points up to 4,000,000 from 400,000. The heatmap makes it obvious where the obstructions are around my antenna. Need another 20â above current location on the roof.
Cheers!
LitterBug
You can try my dump1090 fork with heatmap and rangeview in the Google cloud: http://130.211.110.109/dump1090/gmap.html (This dump1090 runs on a 60-day free trail that is available until September 6 2016, more info at https://cloud.google.com/free-trial/)
b.t.w. I have updated my https://github.com/tedsluis/dump1090 source with upstream commits from https://github.com/mutability/dump1090.
Hi everybody
First excuse my poor english !
I switch to this version of dump1090 to get the heatmap & range map
Heatmap is ok , i can get it ![]()
I have a problem with the range feature
when i launch the rangeview script everything to be ok :
root@eeepc:/home/airvb/sock30003# ./rangeview.pl
"my" variable $scriptname masks earlier declaration in same scope at ./rangeview.pl line 18.
The altitude will be converted from 'meter' to 'meter'.
The distance will be converted from 'kilometer' to 'kilometer.
The maxium altitude is 12000 meter.
The minimal altitude is 0 meter.
The number of compass directions (pie slices) is 1440.
The number of altitude zones is 24.
The latitude/longitude location of the antenna is: 48.788518,2.496527.
An altitude zone is 521 meter.
The following files fit with the filemask 'dump*.txt':
/tmp/dump1090-127_0_0_1-160628.txt
/tmp/dump1090-127_0_0_1-160627.txt
processing '/tmp/dump1090-127_0_0_1-160628.txt':
-header units:altitude=meter,distance=meter,ground_speed=kilometerph, position 1-148278. processed.
processing '/tmp/dump1090-127_0_0_1-160627.txt':
-header units:altitude=meter,distance=meter,ground_speed=kilometerph, position 1-282156. processed.
Number of files read: 2
Number of position processed: 430434 and positions within range processed: 0
datafile= /tmp/rangeview.csv
kmlfile= /tmp/rangeview.kml
Fisrt i donât understang what append in the beginning,
âmyâ variable $scriptname masks earlier declaration in same scope at ./rangeview.pl line 18.
Is that normal ?
After that i check the twice files ⊠they are empty
Kml :
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<name>Paths</name>
<description>Example</description>
</Document>
</kml>
csv one :
type,new_track,name,color,trackpoint,altitudezone,destination,hex_ident,Altitude(meter),latitude,longitude,date,time,angle,distance(kilometer)
I think the msg :Number of position processed: 430434 and positions within range processed: 0
tell me i have some positions but they are out a range . which range ?
I open then csv file builded by socket30003.pl with excel .
hex_ident altitude(meter) latitude longitude date time angle distance(meter) squawk ground_speed(kilometerph) track callsign
3445D1 10966 48.88232 2.81409 27/06/2016 10:36:50.181 -43.8 6721663 1016 901 71.0 IBS36GT
394A0F 3350 48.58063 2.41960 27/06/2016 10:36:50.181 -44.23 6726817 1757 542 85.1
4794FD 11263 48.54240 2.36122 27/06/2016 10:36:50.291 -44.29 6728023 3517 855 200.5
393323 327 48.73988 2.47052 27/06/2016 10:36:50.348 -44.1 6733588 251 255.1
4D2023 1683 48.98758 2.40643 27/06/2016 10:36:50.348 -43.98 6752871 392 265.1
440C8C 3388 48.88632 2.39242 27/06/2016 10:36:51.058 -44.05 6747426 1000 627 94.0
3950C2 4706 48.90564 2.65538 27/06/2016 10:36:51.058 -43.88 6732710
There is distance column but what does this values mean ?
Another question ,
after i hope i 'll have a good rangeview file, where does rangeview file could be put on the server if i donât want to put in a dropbox ou gdrive ?
i tried to put a good one file in /usr/share/dump1090-mutability/html/ but i doesnât appear on my map !
Thanks !
I have this setup installed on a RasPi 2 and RasPi 3. I am trying to use port 30005 to feed adsbscope and I get nothing in adsbscope. If I use my RasPi 1 with the original piaware it works fine. Iâm not sure what Iâm doing wrong. Thanks in advance.
If itâs working on raspi 1 , check diffĂ©rences between dump1090 config file !
cat /etc/default/dump1090-mutability
Thank you airvb for your response. I found my problem. There was mention of it in the setup procedure but I wasnât sure at the time what it meanât.
Note: dump1090-mutability is by default only reachable from the host it self. So, before you can watch GUI in a browser of an other host (using ](http://)<ip_address_raspberry>/dump1090) you must change the NET_BIND_ADDRESS=â127.0.0.1â option in the config file like this:
Code:
Bind ports on a particular address. If unset, binds to all interfaces.
This defaults to binding to localhost. If you need to allow remote
connections, change this.
#NET_BIND_ADDRESS=â127.0.0.1â
NET_BIND_ADDRESS=ââ
The wording here was a little confusing to me but after I made this change it worked.
Thanks again for your advice.
Hi,
i have just installed dump1090-mutability and the add on as per this thread for the first time over a running version of dump1090 on a PI
all the adsb data is fine but i have two map related issues:
-
the map on a windows 7 PC says âOOPS Something went wrongâ.
Googling suggest the Google API key is out of date, is this build in or do i need to find and edit some file?
On a ipad the map is displayed fine!!! -
on the ipad with the map displayed the center of the ârange mapâ is not the same centre as the distance rings, the rings are correct, i have edited the config file but guess i must have missed somethingâŠ?
any help for this first time user of dump1090-mutability would be much appreciated!
Iâm having an issue running socket30003.pl.
When i attempt to run ./socket30003.pl, the pi returns the following error;
Canât locate common.pm in @INC (you may need to install the common module) (@INC contains: . /usr/local/opt/perl/lib/site_perl/5.14.2 /usr/local/bin/trinityrnaseq_r20140717/PerlLib /etc/perl /usr/local/lib/arm-linux-gnueabihf/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/arm-linux-gnueabihf/perl5/5.28 /usr/share/perl5 /usr/lib/arm-linux-gnueabihf/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/arm-linux-gnueabihf/perl-base) at ./socket30003.pl line 75.
Hello,
I have the issue that scotjer has reported before. Heatmap is displayed when I load it from the browser, but would not be loaded from the /html folder. I read all the replies, but could not find the solution to this issue. I believe I have the latest version of the scripts as they were installed in Dec '20
Can you please tell me if that is expected to work or is still in progress.
I remember it working with the example file that came with the application, but as soon as I changed that with my own generated file, it will work only if loaded manually.
KR,
Vladi

