pytroll / pytroll-examples

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

Cleanup GOES-16 ABI examples #40

Closed djhoese closed 3 years ago

djhoese commented 3 years ago

This updates two examples:

  1. GOES-16 Mosaic: Use S3 and provide more information about other options.
  2. GOES-16 ABI True Color Animation: Use MultiScene.from_files.

I tried to have examples of using dask and S3 for the animation example but ran into two issues. S3 alone results in a broken pipe to ffmpeg. I'm not sure how this is possible, but I have a feeling it is a timeout of sorts (even though imageio-ffmpeg is not supposed to set one). The other issue is when combining FSFiles with dask multiprocess (create a Client object and save an animation) there is a serialization error somewhere. I don't have time to investigate this further.

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

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB