blaylockbk / goes2go

Download and process GOES-16 and GOES-17 data from NOAA's archive on AWS using Python.
https://goes2go.readthedocs.io/
MIT License
193 stars 33 forks source link

GOES-EAST product match #70

Closed EmanuelCastanho closed 1 year ago

EmanuelCastanho commented 1 year ago

Hi,

I am starting to work with GOES data and while looking for an API to download the data I found your package :)

I have doubts after checking your list of products, what would be the codes of the following two products underlined in red? Are they available? I need to access the most recent data from one of these products and convert to GeoTIFF.

Thank you

Screenshot 2023-08-01 at 16 15 27

cmo84 commented 1 year ago

Hi Emanuel, I was one of the algorithm developers for the GOES ground system. These products are created downstream of the actual level 2 processing, so there wouldn't be product codes for download from the bucket. You should check out the RGB recipes section of the docs in order to be able to produce these images from the ABI L2 CMIP data https://blaylockbk.github.io/goes2go/_build/html/reference_guide/index.html#rgb-recipes

EmanuelCastanho commented 1 year ago

Amazing, thank you!