What is the utility of the project? Any use cases?
I built a system that takes pictures of all the airplanes that fly over my house
51–60 of 192 posts
Re: I built a system that takes pictures of all the airplanes that fly over my house
#52Hi! I am the guy behind this, awesome to see it posted here. Happy to answer any questions. To answer a question I saw pop up, I am using the FAA aircraft registration data to pull up the extra information about the planes. It lists who actually owns the plane, vs who is operating it. That is why you see so many banks. Places like Flightaware have much better data, but a pricy to look up.
since it got hugged to death by HN can you post some pics?
Re: I built a system that takes pictures of all the airplanes that fly over my house
#53Hi! I am the guy behind this, awesome to see it posted here. Happy to answer any questions. To answer a question I saw pop up, I am using the FAA aircraft registration data to pull up the extra information about the planes. It lists who actually owns the plane, vs who is operating it. That is why you see so many banks. Places like Flightaware have much better data, but a pricy to look up.
What did that camera set you back (or did you get it some other way)? Their page only says "Call for pricing", which usually means it's going to be outside my hobby budget hah.
Re: I built a system that takes pictures of all the airplanes that fly over my house
#54Feels like the website-about page: http://skybot.cam/about is a much better link than a tweet.. loaded with details. For example: - Most planes are passing at over 30,000' - It's using a Costar RISE 4260 camera /w built in heater - It leverages SkyScan by IQT labs[0] - It leverages Azure custom vision API[1] [0]: https://github.com/IQTLabs/SkyScan [1]: https://azure.microsoft.com/en-us/services/cognitive-service...
Re: I built a system that takes pictures of all the airplanes that fly over my house
#55Hi! I am the guy behind this, awesome to see it posted here. Happy to answer any questions. To answer a question I saw pop up, I am using the FAA aircraft registration data to pull up the extra information about the planes. It lists who actually owns the plane, vs who is operating it. That is why you see so many banks. Places like Flightaware have much better data, but a pricy to look up.
I was always worried about making it a public data source. Kinda seems like it could be potentially dangerous, but that’s completely paranoid speculation. Thanks for sharing!
Re: I built a system that takes pictures of all the airplanes that fly over my house
#56Hi! I am the guy behind this, awesome to see it posted here. Happy to answer any questions. To answer a question I saw pop up, I am using the FAA aircraft registration data to pull up the extra information about the planes. It lists who actually owns the plane, vs who is operating it. That is why you see so many banks. Places like Flightaware have much better data, but a pricy to look up.
I had this exact idea and have been working on it. Have almost exactly your bill of materials. Glad to know there are others out there who find this interesting, great work! I was always worried about making it a public data source. Kinda seems like it could be potentially dangerous, but that’s completely paranoid speculation. Thanks for sharing!
Re: I built a system that takes pictures of all the airplanes that fly over my house
#57Hi! I am the guy behind this, awesome to see it posted here. Happy to answer any questions. To answer a question I saw pop up, I am using the FAA aircraft registration data to pull up the extra information about the planes. It lists who actually owns the plane, vs who is operating it. That is why you see so many banks. Places like Flightaware have much better data, but a pricy to look up.
Re: I built a system that takes pictures of all the airplanes that fly over my house
#58Re: I built a system that takes pictures of all the airplanes that fly over my house
#59Earlier quoted context omitted.
If you set up an ADB, Flight Aware will give you an Enterprise account. FlightRadar24 also will give you a Business account. There is a docker image out there that will let you pump data to both services.
Oops, just posted the same thing, you beat me to it, good looking out =) Can you please share more details on that docker image setup?