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

fast collector size function projection issue #114

Closed
SorooshMani-NOAA opened this issue Oct 6, 2023 · 1 comment · Fixed by #115
Closed

fast collector size function projection issue #114

SorooshMani-NOAA opened this issue Oct 6, 2023 · 1 comment · Fixed by #115
Assignees

Comments

@SorooshMani-NOAA
Copy link
Collaborator

Since the fast method projects everything onto a new raster, we need to make sure that the raster covers all of the baseshape that we're interested in. No cutting corners!

image

@SorooshMani-NOAA SorooshMani-NOAA self-assigned this Oct 6, 2023
@SorooshMani-NOAA
Copy link
Collaborator Author

The fix is simple, just don't use plain box at:

box_epsg4326 = box(x0, y0, x1, y1)
poly_utm = ops.transform(transformer.transform, Polygon(box_epsg4326))

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 a pull request may close this issue.

1 participant