pytroll / pytroll-examples

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

Feature request: update data in Hurricane Florence example to use data from GCP #29

Open raybellwaves opened 4 years ago

raybellwaves commented 4 years ago

https://github.com/pytroll/pytroll-examples/blob/master/satpy/GOES-16%20ABI%20-%20True%20Color%20Animation%20-%20Hurricane%20Florence.ipynb

I guess you could edit https://satpy.readthedocs.io/en/latest/api/satpy.demo.html#satpy.demo.get_hurricane_florence_abi

to get the data needed for this example

djhoese commented 4 years ago

Thanks for the issue. You wouldn't even need to edit the code, just pass different kwargs to get_hurricane_florence_abi to only get C01-C03 and get 100 frames instead:

https://github.com/pytroll/satpy/blob/f80c5687135c952e0150ad4ad92542e71bb16a21/satpy/demo/__init__.py#L101-L123