pytroll-examples icon indicating copy to clipboard operation
pytroll-examples copied to clipboard

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

Open raybellwaves opened this issue 4 years ago • 1 comments

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

raybellwaves avatar Aug 03 '20 01:08 raybellwaves

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

djhoese avatar Aug 03 '20 14:08 djhoese