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

adjust latitude in WarpedVRT parameter calculation #660

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

vincentsarago
Copy link
Member

Simple fix for #654

src_dst.crs == WGS84_CRS
and dst_crs == WEB_MERCATOR_CRS
and (src_bounds[1] < -85.06 or src_bounds[3] > 85.06)
):
Copy link
Member Author

Choose a reason for hiding this comment

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

In theory we should do this for all projection combination but rasterio does not surface CRS area of use

@vincentsarago vincentsarago merged commit a1f26c5 into main Nov 29, 2023
7 checks passed
@vincentsarago vincentsarago deleted the patch/reduce-bounds-for-world-files branch November 29, 2023 20:20
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.

1 participant