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

FIX: Handle invalid geometries for rectangular projections #2262

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

greglucas
Copy link
Contributor

Rectangular projections have an extra fast-path check to see if points can be transformed faster. This check requires valid geometries though, so ignore this case when dealing with invalid geometries.

closes #2260

Rectangular projections have an extra fast-path check to see
if points can be transformed faster. This check requires valid
geometries though, so ignore this case when dealing with invalid
geometries.
Copy link
Member

@QuLogic QuLogic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems reasonable.

@rcomer rcomer merged commit 616fa19 into SciTools:main Oct 17, 2023
15 checks passed
@greglucas greglucas deleted the fix-rectangular-invalid branch October 17, 2023 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Plotting custom coastline fails in some projections since Matplolib 3.8
3 participants