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 to calculate distance to nearest wind turbine #27

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

Create function to calculate distance to nearest wind turbine #27

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 wind turbines. The wind turbine data can be download using this link: https://eerscmap.usgs.gov/uswtdb/assets/data/uswtdbSHP.zip

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

setup.sh will needed to be updated to download the United States Wind Turbine Database. A default data directory titled /data/USGS-WindTurbineDB should be created to store the data.

@aweinert-MIT aweinert-MIT added this to To do in Metadata via automation Sep 23, 2020
@aweinert-MIT aweinert-MIT added the good first issue Good for newcomers label Sep 23, 2020
@aweinert-MIT aweinert-MIT added this to To do in GIS Annotations Sep 24, 2020
@kavila921x kavila921x moved this from To do to In progress in GIS Annotations Sep 29, 2020
@dnadia dnadia self-assigned this Sep 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
GIS Annotations
In progress
Metadata
  
To do
Development

No branches or pull requests

2 participants