Skip to content

Commit

Permalink
Update 'oci_l2_bgc' to allow .nc4 and .nc filename extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Feb 11, 2025
1 parent d1352a4 commit f7d5dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satpy/etc/readers/oci_l2_bgc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ file_types:
bgc_nc:
file_patterns:
# Example: PACE_OCI.20240907T191809.L2.OC_BGC.V2_0.NRT.nc4
- '{platform:s}_{sensor:s}.{start_time:%Y%m%dT%H%M%S}.L2.OC_BGC.V{sw_version:s}.{processing_type:s}nc4'
- '{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}'
file_reader: !!python/name:satpy.readers.seadas_l2.SEADASL2NetCDFFileHandler
geo_resolution: 1000

Expand Down

0 comments on commit f7d5dba

Please sign in to comment.