JorgeGT / PlotRTL1090

3D visualization of air traffic through RTL-SDR (dump1090) and MATLAB
GNU General Public License v3.0
134 stars 26 forks source link

Convertable to work with Octave? #2

Open thorntonr opened 9 years ago

thorntonr commented 9 years ago

I found loadjson that works with octave that might work better than matlabjson: http://iso2mesh.sourceforge.net/cgi-bin/index.cgi?jsonlab/loadjson.m

Trying to see if the rest will work in octave -- i've got data in a file accumulating but it seems to be ascii and not binary.

JorgeGT commented 9 years ago

It would be really interesting if it could be made to work with open source tools like Octave! I think the most critical part would be the reading and plotting of shapefiles and the coordinate conversion, which use toolboxes... but a simple 3D point cloud with the "bullseye" should't be a problem I think. Please report back any advances! =)