File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
# input into another program.
22
22
# Documentation: http://www.ssec.wisc.edu/software/polar2grid/
23
23
"""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
25
25
Imager (ABI) instrument. The ABI L2 NetCDF reader works off of the input
26
26
filenames to determine if a file is supported by Geo2Grid. Files usually have
27
27
the following naming scheme::
28
28
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
30
30
31
31
and::
32
32
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
34
34
35
- These are the mission compliant radiance file naming conventions
35
+ These are the mission compliant file naming conventions
36
36
used by the NOAA Comprehensive Large Array-data Stewardship
37
37
System (CLASS) archive and the CSPP Geo AIT Framework Level 2 software.
38
38
The ABI L2 NetCDF reader supports most L2 products, but Geo2Grid is tested with
You can’t perform that action at this time.
0 commit comments