Skip to content

Commit 7b04465

Browse files
committed
Made small updates in the text for G2G Version 1.2 release.
1 parent 0114833 commit 7b04465

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

polar2grid/readers/abi_l2_nc.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@
2121
# input into another program.
2222
# Documentation: http://www.ssec.wisc.edu/software/polar2grid/
2323
"""The ABI Level 2 Reader operates on NOAA Level 2 (L2) NetCDF files
24-
from the GOES-16 (GOES-East) and GOES-17 (GOES-West) Advanced Baseline
24+
from the GOES-16 (GOES-East), GOES-17/18 (GOES-West) Advanced Baseline
2525
Imager (ABI) instrument. The ABI L2 NetCDF reader works off of the input
2626
filenames to determine if a file is supported by Geo2Grid. Files usually have
2727
the following naming scheme::
2828
29-
OR_ABI-L2-{PROD}F-M3_G16_s20182531700311_e20182531711090_c20182531711149.nc
29+
OR_ABI-L2-{PROD}F-M3_G{SAT}_s20182531700311_e20182531711090_c20182531711149.nc
3030
3131
and::
3232
33-
CG_ABI-L2-{PROD}F-M6_G17_s20223271830316_e20223271839394_c20223271842100.nc
33+
CG_ABI-L2-{PROD}F-M6_G{SAT}_s20223271830316_e20223271839394_c20223271842100.nc
3434
35-
These are the mission compliant radiance file naming conventions
35+
These are the mission compliant file naming conventions
3636
used by the NOAA Comprehensive Large Array-data Stewardship
3737
System (CLASS) archive and the CSPP Geo AIT Framework Level 2 software.
3838
The ABI L2 NetCDF reader supports most L2 products, but Geo2Grid is tested with

0 commit comments

Comments
 (0)