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

add a coordinate out of bounds check #116

Open
RobLBaker opened this issue Dec 18, 2023 · 0 comments
Open

add a coordinate out of bounds check #116

RobLBaker opened this issue Dec 18, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@RobLBaker
Copy link
Member

Similar to dates out of bounds, check if any coordinates in the dataset are outside the boundaries of the parks listed in the metadata.

potential issues: need to identify GPS coordinates in both data and metadata
potential issues: currently, content units are described by rectangles that completely enclose the actual park; this includes a lot of non-park areas points that are adjacent to parks may not get flagged by this function if those same content unit boundaries are used to check.

Look at QCkit::validate_coord as a starting place:

https://nationalparkservice.github.io/QCkit/reference/validate_coord.html

@RobLBaker RobLBaker added the enhancement New feature or request label Dec 18, 2023
@RobLBaker RobLBaker self-assigned this Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant