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 ferry terminal #32

Open
aweinert-MIT opened this issue Sep 23, 2020 · 0 comments
Open
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 ferry terminals.

  • 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 ferry terminal.
  • Output a N X 4 column of UUID, image latitude, image longitude, distance to nearest ferry terminal, UUID of nearest ferry terminal

setup.sh will needed to be updated to download USDOT: Ferry Terminals. A default data directory titled /data/USDOT-FerryTerminals should be created to store the data.

@aweinert-MIT aweinert-MIT added the good first issue Good for newcomers label Sep 23, 2020
@kavila921x kavila921x self-assigned this Sep 29, 2020
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