Skip to content

Add satpy's resampler classes to pyresample #194

@mraspaud

Description

@mraspaud

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions