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

Pansharp window #2

Merged
merged 27 commits into from
Aug 4, 2016
Merged

Pansharp window #2

merged 27 commits into from
Aug 4, 2016

Conversation

perrygeo
Copy link
Contributor

@perrygeo perrygeo commented Jan 7, 2016

The "half-window" approach assumes the panchromatic band was exactly half the resolution but otherwise aligned. The geotransform of B8 indicates that the pan band is off by 7.5 meters from the color bands - the assumption might be the source of shifting/"embossing" issues?

This PR, instead of assuming a half window, takes a more flexible approach by using rasterio's internal logic for determining windows, bounds and affine transforms. It also adds some padding in case any interpolation needs to happen around the edges.

This is a "works for me" PR, @celoyd can I get your help testing on some of your known problem cases?

resolves #1

@perrygeo
Copy link
Contributor Author

ping @celoyd

@virginiayung
Copy link
Collaborator

virginiayung commented Aug 1, 2016

This PR implements:

@dnomadb mind 👀 before we merge into master? Thanks!!

@virginiayung virginiayung merged commit 3e2163c into master Aug 4, 2016
@virginiayung virginiayung deleted the pansharp_window branch August 4, 2016 00:30
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.

We should pansharpen with padded windows
2 participants