Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Create function to calculate distance to nearest airport #26

Open
aweinert-MIT opened this issue Sep 23, 2020 · 0 comments
Open

Create function to calculate distance to nearest airport #26

aweinert-MIT opened this issue Sep 23, 2020 · 0 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@aweinert-MIT
Copy link
Member

aweinert-MIT commented Sep 23, 2020

Create a python 3.x function to calculate the distance between a set of images and FAA airports

  • Inputs either a N X 1 imagery UUID or an image itself
  • Calculate the distance, in units meters, between the latitude, longitude metadata of the image and all nearby airports
  • Output a N X 4 column of UUID, image latitude, image longitude, distance to nearest airport, UUID of nearest airport

Note as of commit 1fc6955, setup.sh downloads FAA airport data. This issue is similar to how Geospatial-Hurricane-Analysis.ipynb loads FAA airport data. The difference is that Geospatial-Hurricane-Analysis.ipynb currently just determines if an airport is within 5 miles of an airport, whereas this task calculates the actual distance.

@aweinert-MIT aweinert-MIT added the good first issue Good for newcomers label Sep 23, 2020
@zroberts45 zroberts45 pinned this issue Oct 2, 2020
@zroberts45 zroberts45 unpinned this issue Oct 2, 2020
zroberts45 added a commit that referenced this issue Oct 28, 2020
Code executes when inputting lat/long, does not pull from LADI imagery.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants