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

Better support for rio methods such as clip/reproject when parse_coordinates=False #142

Closed
snowman2 opened this issue Jun 24, 2020 · 0 comments · Fixed by #145
Closed

Better support for rio methods such as clip/reproject when parse_coordinates=False #142

snowman2 opened this issue Jun 24, 2020 · 0 comments · Fixed by #145
Labels
bug Something isn't working

Comments

@snowman2
Copy link
Member

snowman2 commented Jun 24, 2020

Currently they just don't work. When the coordinates don't exist or aren't defined, they are auto-generated incorrectly.

Issue: recalc=True is default in transform. This can cause incorrect results. Need to find a way to detect this and return the cached instead.

rio.clip_box - potentially use from_bounds with rio.isel_window.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant