OU-CS-Capstone-2024 / NOTAMyWatch

Group Capstone project at the University of Oklahoma. Project consists of creating an app that will more effectively warn pilots about airspace hazards. Using the FAA API for NOTAMs.
0 stars 0 forks source link

filtering the model #71

Open JmzCS50 opened 5 months ago

JmzCS50 commented 5 months ago

I have been messing with filtering notams. the first thing i have been working on removing is this:

Keep the NOTAM that announces the runway closure. Remove any subsequent NOTAMs that are related to the closed runway, as they would be redundant. These could include NOTAMs about lighting, navigational aids, and other services that are implicitly not available due to the runway being closed.

for now, this removes almost 30% of NOTAMS, I assume this covers duplicates and stuff.

For now these changes are in filtering_model branch. I am also going to link this great article on helping pilots reading NOTAMS.

https://www.thinkaviation.net/how-to-sort-through-notams-quickly/

JmzCS50 commented 5 months ago

Added filtering obstacles, which has seen about a 15% filtering rate

JmzCS50 commented 5 months ago

Also added filtering marking NOTAMS, which has seen about 10% filtering rate