StrandedKitty / streets-gl

🗺 OpenStreetMap 3D renderer powered by WebGL2
http://streets.gl
MIT License
598 stars 43 forks source link

Tar1090 and streets-gl? #179

Open JoranJix opened 4 months ago

JoranJix commented 4 months ago

I wonder if its possible to work with tar1090 which is working on one of my raspberry pis I woul like to visualize live data from it The project for this is https://github.com/wiedehopf/tar1090 if anyone is interested.

The json for it looks like this and is requested by http:///tar1090/data/aircraft.json { "now" : 1707906119.227, "messages" : 146873, "aircraft" : [ {"hex":"896212","type":"adsb_icao","flight":"UAE2W ","alt_baro":33000,"alt_geom":33000,"gs":568.0,"ias":296,"tas":478,"mach":0.832,"wd":305,"ws":91,"oat":-56,"tat":-26,"track":133.64,"roll":-0.18,"mag_heading":132.36,"true_heading":135.51,"baro_rate":-128,"geom_rate":-96,"squawk":"0154","nav_qnh":1012.8,"nav_altitude_mcp":32992,"lat":51.112262,"lon":7.344208,"nic":8,"rc":186,"seen_pos":44.416,"version":2,"nic_baro":1,"nac_p":9,"nac_v":1,"sil":3,"sil_type":"perhour","gva":2,"sda":2,"alert":0,"spi":0,"mlat":[],"tisb":[],"messages":203,"seen":44.4,"rssi":-4.4} ] }

I think this would be a great addition to the project and attract people from the tar1090 community.

image