Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create function that determines FAA airspace class #34

Open
aweinert-MIT opened this issue Sep 24, 2020 · 1 comment
Open

Create function that determines FAA airspace class #34

aweinert-MIT opened this issue Sep 24, 2020 · 1 comment

Comments

@aweinert-MIT
Copy link
Member

Create a python 3.x function to identify the FAA airspace class where an image was taken

  • Inputs either a N X 1 imagery UUID or an image itself
  • Identify the airspace class that an image's (latitude, longitude, altitude) is within
  • Output a N X 5 column of UUID, image latitude, image longitude, image altitude, airspace class (e.g. B, C, D, E, G), UUID of airspace class

setup.sh will needed to be updated to download 28 Day NASR Subscription. A default data directory titled /data/FAA-NASR should be created to store the data.

@aweinert-MIT aweinert-MIT added this to To do in Metadata via automation Sep 24, 2020
@aweinert-MIT aweinert-MIT changed the title Create function determine FAA airspace class Create function that determines FAA airspace class Sep 24, 2020
@aweinert-MIT
Copy link
Member Author

Airspace class could be a surrogate for human activity or population center. For example, Class B airspace is defined around key airport traffic areas, usually airspace surrounding the busiest airports in the US according to the number of instrument flight rule operations and passengers served.

@aweinert-MIT aweinert-MIT added this to To do in GIS Annotations Sep 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Metadata
  
To do
Development

No branches or pull requests

1 participant