ssec / polar2grid

Tools for reading, remapping, and writing satellite instrument data.
http://www.ssec.wisc.edu/software/polar2grid/
GNU General Public License v3.0
72 stars 34 forks source link

Are there any plans to add more GOES ABI L2 products to the Geo2Grid queue of products? #721

Closed jpnIII closed 1 week ago

jpnIII commented 1 week ago

Greetings, all -- Are there any plans to add any more GOES ABI L2 products to the current queue of Geo2Grid L2 products:

  'AOD', 'HT', 'LST', 'TEMP', 'Fog_Depth', 'IFR_Fog_Prob', 'LIFR_Fog_Prob', 'MVFR_Fog_Prob'

1.) For our (JPN, Tim, Mat) $0.02-worth, we would vote for adding both CMIP and MCMIP (multi-band) L2 products.
2.) As you know, there are a ton of GOES ABI L2 products. You may have already considered this -- but would some type of generic reader be a reasonable approach to handle the remaining L2 products? I would think that all of the L2 products list min/max values within the file. Some type of generic linear colorscale might then a general enhancement? I know -- words are cheap...

Thank you for your considerations!

Sincerely,

Jim

djhoese commented 1 week ago

The CMIP and MCMIP files and all other L2 files should be supported already but are not an advertised feature. They fall under the "satpy supports it, but Geo2Grid doesn't" umbrella. So if you specify those types of files for the abi_l2_nc reader and say --list-products-all you should see the names of the datasets/variables you can load from the files. Again, no guarantees but I would still be interested in how it goes for you.

jpnIII commented 1 week ago

Ahh – I’ll take a look. Thank you, Dave!

Sincerely,

Jim

From: David Hoese @.> Sent: Monday, November 11, 2024 3:33 PM To: ssec/polar2grid @.> Cc: James P. Nelson @.>; Author @.> Subject: Re: [ssec/polar2grid] Are there any plans to add more GOES ABI L2 products to the Geo2Grid queue of products? (Issue #721)

The CMIP and MCMIP files and all other L2 files should be supported already but are not an advertised feature. They fall under the "satpy supports it, but Geo2Grid doesn't" umbrella. So if you specify those types of files for the abi_l2_nc reader and say --list-products-all you should see the names of the datasets/variables you can load from the files. Again, no guarantees but I would still be interested in how it goes for you.

— Reply to this email directly, view it on GitHubhttps://urldefense.com/v3/__https:/github.com/ssec/polar2grid/issues/721*issuecomment-2469057108__;Iw!!Mak6IKo!KzuyR2e6vqvcOo5ER2WFr3JzOPwCfpjbYB0NJkkyfOqkK8zuDXisnnEZb9yyfhikAw8xGJwdYGMNndLMv9kPoVjucAsbSw$, or unsubscribehttps://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/AARELF42VIO7C5A2HLEREM32AEPBLAVCNFSM6AAAAABRSUNCU6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRZGA2TOMJQHA__;!!Mak6IKo!KzuyR2e6vqvcOo5ER2WFr3JzOPwCfpjbYB0NJkkyfOqkK8zuDXisnnEZb9yyfhikAw8xGJwdYGMNndLMv9kPoVg0QRS3JA$. You are receiving this because you authored the thread.Message ID: @.**@.>>

jpnIII commented 1 week ago

Hi Dave et al. – I have had some luck using abi_l2_reader and specifying the correct input L2 file pathname.

Please see: https://cimss.ssec.wisc.edu/goes/rt/jimn/geo2grid/

Later.

Jim

From: James P. Nelson @.> Sent: Monday, November 11, 2024 4:10 PM To: ssec/polar2grid @.>; ssec/polar2grid @.> Cc: James P. Nelson @.>; Tim J Schmit - NOAA Federal @.>; Mat Gunshor @.> Subject: RE: [ssec/polar2grid] Are there any plans to add more GOES ABI L2 products to the Geo2Grid queue of products? (Issue #721)

Ahh – I’ll take a look. Thank you, Dave!

Sincerely,

Jim

From: David Hoese @.**@.>> Sent: Monday, November 11, 2024 3:33 PM To: ssec/polar2grid @.**@.>> Cc: James P. Nelson @.**@.>>; Author @.**@.>> Subject: Re: [ssec/polar2grid] Are there any plans to add more GOES ABI L2 products to the Geo2Grid queue of products? (Issue #721)

The CMIP and MCMIP files and all other L2 files should be supported already but are not an advertised feature. They fall under the "satpy supports it, but Geo2Grid doesn't" umbrella. So if you specify those types of files for the abi_l2_nc reader and say --list-products-all you should see the names of the datasets/variables you can load from the files. Again, no guarantees but I would still be interested in how it goes for you.

— Reply to this email directly, view it on GitHubhttps://urldefense.com/v3/__https:/github.com/ssec/polar2grid/issues/721*issuecomment-2469057108__;Iw!!Mak6IKo!KzuyR2e6vqvcOo5ER2WFr3JzOPwCfpjbYB0NJkkyfOqkK8zuDXisnnEZb9yyfhikAw8xGJwdYGMNndLMv9kPoVjucAsbSw$, or unsubscribehttps://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/AARELF42VIO7C5A2HLEREM32AEPBLAVCNFSM6AAAAABRSUNCU6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRZGA2TOMJQHA__;!!Mak6IKo!KzuyR2e6vqvcOo5ER2WFr3JzOPwCfpjbYB0NJkkyfOqkK8zuDXisnnEZb9yyfhikAw8xGJwdYGMNndLMv9kPoVg0QRS3JA$. You are receiving this because you authored the thread.Message ID: @.**@.>>

jpnIII commented 1 week ago

Wow – Really impressive!

I have been able to generate C02 and C13 loops from L1b, L2 CMIPC and L2 MCMIPC input NetCDF files via Geo2Grid (see the loops at https://cimss.ssec.wisc.edu/goes/rt/jimn/geo2grid/).

Programmatically, I assume that you must be internally (within Geo2Grid) “linking up” for example C02 (that is the Geo2Grid variable I am specifying on the geo2grid.sh commandline) to the following NetCDF variables: Rad (L1b sector=RadC), CMI (L2 sector=CMIPC) and CMI_C02 (L2 sector=MCMIPC). And then I was able to use the same colortable for all three of the TIF output images. Very nice. ☺

Thank you!

Sincerely,

Jim

From: James P. Nelson Sent: Monday, November 11, 2024 6:28 PM To: ssec/polar2grid @.>; ssec/polar2grid @.> Cc: Tim J Schmit - NOAA Federal @.>; Mat Gunshor @.>; James P. Nelson @.***> Subject: RE: [ssec/polar2grid] Are there any plans to add more GOES ABI L2 products to the Geo2Grid queue of products? (Issue #721)

Hi Dave et al. – I have had some luck using abi_l2_reader and specifying the correct input L2 file pathname.

Please see: https://cimss.ssec.wisc.edu/goes/rt/jimn/geo2grid/

Later.

Jim

From: James P. Nelson @.**@.>> Sent: Monday, November 11, 2024 4:10 PM To: ssec/polar2grid @.**@.>>; ssec/polar2grid @.**@.>> Cc: James P. Nelson @.**@.>>; Tim J Schmit - NOAA Federal @.**@.>>; Mat Gunshor @.**@.>> Subject: RE: [ssec/polar2grid] Are there any plans to add more GOES ABI L2 products to the Geo2Grid queue of products? (Issue #721)

Ahh – I’ll take a look. Thank you, Dave!

Sincerely,

Jim

From: David Hoese @.**@.>> Sent: Monday, November 11, 2024 3:33 PM To: ssec/polar2grid @.**@.>> Cc: James P. Nelson @.**@.>>; Author @.**@.>> Subject: Re: [ssec/polar2grid] Are there any plans to add more GOES ABI L2 products to the Geo2Grid queue of products? (Issue #721)

The CMIP and MCMIP files and all other L2 files should be supported already but are not an advertised feature. They fall under the "satpy supports it, but Geo2Grid doesn't" umbrella. So if you specify those types of files for the abi_l2_nc reader and say --list-products-all you should see the names of the datasets/variables you can load from the files. Again, no guarantees but I would still be interested in how it goes for you.

— Reply to this email directly, view it on GitHubhttps://urldefense.com/v3/__https:/github.com/ssec/polar2grid/issues/721*issuecomment-2469057108__;Iw!!Mak6IKo!KzuyR2e6vqvcOo5ER2WFr3JzOPwCfpjbYB0NJkkyfOqkK8zuDXisnnEZb9yyfhikAw8xGJwdYGMNndLMv9kPoVjucAsbSw$, or unsubscribehttps://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/AARELF42VIO7C5A2HLEREM32AEPBLAVCNFSM6AAAAABRSUNCU6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRZGA2TOMJQHA__;!!Mak6IKo!KzuyR2e6vqvcOo5ER2WFr3JzOPwCfpjbYB0NJkkyfOqkK8zuDXisnnEZb9yyfhikAw8xGJwdYGMNndLMv9kPoVg0QRS3JA$. You are receiving this because you authored the thread.Message ID: @.**@.>>

djhoese commented 1 week ago

Glad it worked!