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

Make it easier to warn users about spatial reference mismatches or SRS being unset #341

Open
phargogh opened this issue Aug 29, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@phargogh
Copy link
Member

In the interest of consistency across pygeoprocessing, it would be great if we had some way to warn users about problems with their spatial references, specifically:

  • Whether a file's spatial reference is unset (as is the case with some GDAL formats that do not support georeferencing)
  • Whether two input files that should overlap really do overlap
  • Whether two input files that should have the same SRS really do have the same SRS

Maybe this could be a function, maybe a decorator for a function, maybe something else.

This came up in #338 and was discussed in our software team meeting 2023-08-29.

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