Skip to content

Commit

Permalink
update oci l2 BGC file pattern, make netCDF version optional in the f…
Browse files Browse the repository at this point in the history
…ile ext
  • Loading branch information
Yufei Zhu committed Nov 21, 2024
1 parent 1a7a342 commit ad45b67
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 ad45b67

Please sign in to comment.