https://adsb.lol provides this data licensed under ODbL, this site violates the attribution and share alike clauses
Show HN: ADS-B visualizer
11–20 of 80 posts
Re: Show HN: ADS-B visualizer
#12https://adsb.lol provides this data licensed under ODbL, this site violates the attribution and share alike clauses
You can find the attribution and the link to the details at the bottom right corner of the main page. It links to the documentation: https://github.com/ClickHouse/adsb.exposed , which provides the full details. Additionally, you can read the license here: https://github.com/adsblol/globe_history_2023/blob/main/LICE...
Re: Show HN: ADS-B visualizer
#13https://github.com/ClickHouse/adsb.exposed/
I particularly like the example of helicopters following the river Thames in London:
https://github.com/ClickHouse/adsb.exposed/?tab=readme-ov-fi...
Re: Show HN: ADS-B visualizer
#14I'm hitting the airplanes.live API every 10 seconds using ClickHouse's URL table function and storing in a MergeTree: https://github.com/JosephRedfern/airhoover/blob/main/airhoov.... Would love to use refreshable materialised views for this, but at the moment there's no append functionality (refresh only), so have to use Python to to trigger the query.
There's an open instance here: https://airhoover.joesstuff.co.uk/play?user=default#U0VMRUNU.... Only 1.5 days or so of data, I truncated before setting up tiered storage (local disk + backblaze b2).
Cool being able to e.g. get a break-down of aircraft type by operator (https://airhoover.joesstuff.co.uk/play?user=default#U0VMRUNU...) or who (supposedly) flies their planes fastest (https://airhoover.joesstuff.co.uk/play?user=default#U0VMRUNU...)
Re: Show HN: ADS-B visualizer
#15Edit: Having read the readme, I have a better idea of what I'm looking at. Really impressive technically as well.
Re: Show HN: ADS-B visualizer
#16Earlier quoted context omitted.
You can find the attribution and the link to the details at the bottom right corner of the main page. It links to the documentation: https://github.com/ClickHouse/adsb.exposed , which provides the full details. Additionally, you can read the license here: https://github.com/adsblol/globe_history_2023/blob/main/LICE...
[dead]
Re: Show HN: ADS-B visualizer
#17Hi, thanks for sharing! Unfortunately besides empty map I don't see any visualization. Browser dev console is showing some CORS errors. EDIT: Nevermind, clickhouse.com was on disconnect's ad blocking list which I used for DNS blocking.
We bought clickhouse.com from the previous owner 2.5 years ago, who used it for some ad network - it was in some block lists, but I hope we managed to clean up most of them.
Re: Show HN: ADS-B visualizer
#18Earlier quoted context omitted.
[dead]
I find it super frustrating to see well funded tech companies boldly abuse open data resources and assume they can just get away with it. I guess that's the theme of 2024. But to make it clear: you are in violation of the license the data is provided under, and as one of the copyright holders I object to that.
I took extra care to provide all the needed attributions and credits and I believe it is complete and sufficient. If I missed something, please describe it at https://github.com/ClickHouse/adsb.exposed/issues, and I will correct it.
Re: Show HN: ADS-B visualizer
#19Earlier quoted context omitted.
We bought clickhouse.com from the previous owner 2.5 years ago, who used it for some ad network - it was in some block lists, but I hope we managed to clean up most of them.
Still blocked in Disconnect list due to “Malvertising”
https://www.reddit.com/r/pihole/comments/wtizpa/deprecation_... (ETA: https://github.com/disconnectme/disconnect-tracking-protecti...)
Re: Show HN: ADS-B visualizer
#20Earlier quoted context omitted.
Still blocked in Disconnect list due to “Malvertising”
I'm not sure that list should be used any more. I tracked down a pihole issue a while ago to find this "The list you referenced was used in our legacy products. It is not maintained, has not been updated, and is not actively distributed us." https://www.reddit.com/r/pihole/comments/wtizpa/deprecation_... (ETA: https://github.com/disconnectme/disconnect-tracking-protecti... )