pytroll / pytroll/pyresample

Add satpy's resampler classes to pyresample

Open
#194 2 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.