You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: