Skip to content

Commit

Permalink
Add t865 dataset to olci l2 list
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Dec 4, 2024
1 parent 0a74e38 commit 0589f61
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions satpy/etc/readers/olci_l2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ file_types:
file_patterns:
- '{mission_id:3s}_OL_2_{datatype_id:_<6s}_{start_time:%Y%m%dT%H%M%S}_{end_time:%Y%m%dT%H%M%S}_{creation_time:%Y%m%dT%H%M%S}_{duration:4d}_{cycle:3d}_{relative_orbit:3d}_{frame:4d}_{centre:3s}_{mode:1s}_{timeliness:2s}_{collection:3s}.SEN3/wqsf.nc'
- '{mission_id:3s}_OL_2_{datatype_id:_<6s}_{start_time:%Y%m%dT%H%M%S}_{end_time:%Y%m%dT%H%M%S}_{creation_time:%Y%m%dT%H%M%S}_{duration:4d}_{cycle:3d}_{relative_orbit:3d}______{centre:3s}_{mode:1s}_{timeliness:2s}_{collection:3s}.SEN3/wqsf.nc'
esa_l2_w_aer:
file_reader: !!python/name:satpy.readers.olci_nc.NCOLCI2
file_patterns:
- '{mission_id:3s}_OL_2_{datatype_id:_<6s}_{start_time:%Y%m%dT%H%M%S}_{end_time:%Y%m%dT%H%M%S}_{creation_time:%Y%m%dT%H%M%S}_{duration:4d}_{cycle:3d}_{relative_orbit:3d}_{frame:4d}_{centre:3s}_{mode:1s}_{timeliness:2s}_{collection:3s}.SEN3/w_aer.nc'
- '{mission_id:3s}_OL_2_{datatype_id:_<6s}_{start_time:%Y%m%dT%H%M%S}_{end_time:%Y%m%dT%H%M%S}_{creation_time:%Y%m%dT%H%M%S}_{duration:4d}_{cycle:3d}_{relative_orbit:3d}______{centre:3s}_{mode:1s}_{timeliness:2s}_{collection:3s}.SEN3/w_aer.nc'
esa_l2_gifapar:
file_reader: !!python/name:satpy.readers.olci_nc.NCOLCI2
file_patterns:
Expand Down Expand Up @@ -426,6 +431,16 @@ datasets:
file_type: esa_l2_wqsf
nc_key: WQSF

t865:
name: w_aer
sensor: olci
resolution: 300
standard_name: aerosol_optical_thickness
units: "lg(re g.m-3)"
coordinates: [longitude, latitude]
file_type: esa_l2_w_aer
nc_key: T865

iwv:
name: iwv
sensor: olci
Expand Down

0 comments on commit 0589f61

Please sign in to comment.