Correct resampling of multiple swaths that do not fit into memory
Open
@cpaulik is already working on this.
Since Apr 26, 2018.
enhancement
- Dominant language
- Python
- Stars
- 385
- Forks
- 102
- Avg merge
- 4d 2h
- Merged PRs (30d)
- 9
Description
We are currently working on the problem of resampling multiple swaths in a correct manner. Our main concern are edge effects when stitching swaths or parts of orbits together. We mostly use a hamming window for resampling so we do not want to ignore the edges of our swaths. We do have a working solution for the problem and I am currently looking into the best way to open source it.
My main questions are:
- Would you consider this functionality a part of pyresample or should wrappers around pyresample manage inter-swath resampling.
- Are you aware of other projects that tackle the same issue which we could contact if your answer to question 1 is no.
Otherwise we will open source it as our own project and keep you informed if you are interested.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.