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

Add stitching utilities #30

Open
adamjstewart opened this issue Jul 2, 2021 · 1 comment
Open

Add stitching utilities #30

adamjstewart opened this issue Jul 2, 2021 · 1 comment
Labels
utilities Utilities for working with geospatial data

Comments

@adamjstewart
Copy link
Collaborator

adamjstewart commented Jul 2, 2021

We should add a torchgeo.utils package that provides utilities for common operations, including stitching together patches to create a prediction on an entire tile. This is equivalent to torchvision.utils. See https://arxiv.org/pdf/1805.12219.pdf for a survey of common stitching techniques that we should support. This includes clipping (best default) and averaging. May also want to add weighted averaging. Let's see what libraries exist for this. If rasterio can do this for us for free, that would be awesome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
utilities Utilities for working with geospatial data
Projects
None yet
Development

No branches or pull requests

2 participants