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

Create function to determine if image was taken over the National Forest System #38

@aweinert-MIT

Description

@aweinert-MIT

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions