Skip to content

Commit c776b26

Browse files
authored
Merge pull request #3055 from djhoese/bugfix-oci-l2-bgc-filename
Update 'oci_l2_bgc' to allow .nc4 and .nc filename extensions
2 parents d1352a4 + f7d5dba commit c776b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

satpy/etc/readers/oci_l2_bgc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ file_types:
1212
bgc_nc:
1313
file_patterns:
1414
# Example: PACE_OCI.20240907T191809.L2.OC_BGC.V2_0.NRT.nc4
15-
- '{platform:s}_{sensor:s}.{start_time:%Y%m%dT%H%M%S}.L2.OC_BGC.V{sw_version:s}.{processing_type:s}nc4'
15+
- '{platform:s}_{sensor:s}.{start_time:%Y%m%dT%H%M%S}.L2.OC_BGC.V{sw_version:s}.{processing_type:s}nc{nc_version}'
1616
file_reader: !!python/name:satpy.readers.seadas_l2.SEADASL2NetCDFFileHandler
1717
geo_resolution: 1000
1818

0 commit comments

Comments
 (0)