You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
aweinert-MIT
changed the title
Create function determine FAA airspace class
Create function that determines FAA airspace class
Sep 24, 2020
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Create a python 3.x function to identify the FAA airspace class where an image was taken
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.The text was updated successfully, but these errors were encountered: