pytroll / pytroll-examples

Collection of examples for pytroll satellite data processing
GNU General Public License v3.0
76 stars 34 forks source link

Add a notebook about different resampling methods #18

Closed pnuu closed 4 years ago

pnuu commented 4 years ago

Add a notebook that demonstrates all the different resampling methods available in Pytroll. For each method, show how to use them directly with Pyresample, and also the corresponding call via Satpy.

djhoese commented 4 years ago

I would prefer separate notebooks for the satpy versus pyresample examples. I'm worried the pyresample examples might be a little confusing since we don't have a consistent interfaces for all of the resampling methods (pyresample 2.0!).

pnuu commented 4 years ago

And that also clarifies the structure if I add a new directory for Pyresample examples.