Add satpy's resampler classes to pyresample
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 385
- Forks
- 102
- Avg merge
- 4d 2h
- Merged PRs (30d)
- 9
Description
Problem description
Satpy implemented a series of high level resampler classes that would fit better as an upgraded interface to the different resampling methods in pyresample.
The basic workflow with these classes is:
resampler = Resampler(source_geo_def, target_geo_def)
result = resampler(data)
This is related to issues #181
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.
Research direction
Start by reviewing Satpy's high-level resampler classes and pyresample's existing resampling methods; the issue does not identify files or tests. Done means providing an upgraded pyresample interface supporting the documented Resampler(source_geo_def, target_geo_def) workflow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100