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 user warning when data crs conflicts with provided crs #490

Closed
wants to merge 1 commit into from

Conversation

savente93
Copy link
Contributor

@savente93 savente93 commented Aug 28, 2023

Issue addressed

Fixes #462

Explanation

Does what it says on the tin. Wasn't able to add a test for the rasterdataset adapter that the warning is actually emitted because the kwargs don't get passed to the underlying funtions always, but I figured it was good to keep the warning there anyway just to be sure. The logic is the same as with the other adapters so it should be fine.

Checklist

  • Updated tests or added new tests
  • Branch is up to date with main
  • Tests & pre-commit hooks pass
  • Updated documentation if needed
  • Updated changelog.rst if needed

Additional Notes (optional)

Add any additional notes or information that may be helpful.

@savente93
Copy link
Contributor Author

Once again the step seems to fail due to some segfault I can't pin down but the tests do pass, so justas with theprevious, I'm just opening this one up for review anyway.

@savente93 savente93 marked this pull request as ready for review August 28, 2023 14:13
@savente93 savente93 closed this Sep 5, 2023
@savente93
Copy link
Contributor Author

Fixed in #481 instead

@savente93 savente93 deleted the crs-debug-message branch September 5, 2023 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a debug message for ignoring user defined crs when reading raster
1 participant