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 determine if image was taken over the National Forest System #38

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

Comments

@aweinert-MIT
Copy link
Member

aweinert-MIT commented Sep 24, 2020

Create a python 3.x function to determine if an image was taken with the National Forest System

  • Inputs either a N X 1 imagery UUID or an image itself
  • Identify the forest administrative boundary that an image's (latitude, longitude) is within, if any
  • Output a N X 4 column of UUID, image latitude, image longitude, Boolean if image is within a boundary, UUID of nearest encompassing boundary (blank / empty if false)

setup.sh will needed to be updated to download Forest Administrative Boundaries (Feature Layer)
. A default data directory titled /data/USDA-ForestAdmin 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 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