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

Some ACSPO SST AWIPS filenames not compatible with other AWIPS naming conventions #659

Closed kathys closed 10 months ago

kathys commented 10 months ago

Douglas Schumacher noticed that for both Metop and SNPP satellites, the output file ACSPO SST AWIPS file naming conventions were not following the same standards as other products names. Specifically, it is the satellite names that are different.

Examples: SSEC_AII_MetOpB_avhrr_sst_Pacific_TD03_20231130_2038.nc, and SSEC_AII_NPP_viirs_sst_Pacific_TR01_20231130_2213.nc .

The Metop sat name should be metopb and NPP should be npp.

Dave already figure out where the problem is:

I'm missing entries for metopa/b/c with no hyphen and npp -> npp here: https://github.com/ssec/polar2grid/blob/82b25996247e206bd2c34c48afb814312430896a/polar2grid/glue.py#L64-L96 .