pytroll / pytroll-examples

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

Add resampling examples for Pyresample and Satpy #19

Closed pnuu closed 4 years ago

pnuu commented 4 years ago

This PR adds example notebooks for using resampling both via Pyresample and Satpy.

Closes #18

review-notebook-app[bot] commented 4 years ago

Check out this pull request on  ReviewNB

You'll be able to see Jupyter notebook diff and discuss changes. Powered by ReviewNB.

mraspaud commented 4 years ago

LGTM, just one thing: can you remove the warnings from the cell outputs when possible ?

pnuu commented 4 years ago

Should I suppress the warnings by ignoring all? Then it would be visible in the example, and that's not generally a good idea (although I hate these "unnecessary" warnings)...

mraspaud commented 4 years ago

I was just thinking of editing the file manually, but maybe that's not a good idea ideed