Skip to content

Commit

Permalink
Merge pull request #1035 from JohannesSMHI/feature-new-olci_2-datasets
Browse files Browse the repository at this point in the history
Sentinel 3 olci_2 - new datasets
  • Loading branch information
mraspaud committed Jan 10, 2020
2 parents d5be3aa + 42237e6 commit 2485b0b
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ The following people have made contributions to this project:
- [David Hoese (djhoese)](https://github.com/djhoese)
- [Marc Honnorat (honnorat)](https://github.com/honnorat)
- [Mikhail Itkin (mitkin)](https://github.com/mitkin)
- [JohannesSMHI (JohannesSMHI)](https://github.com/JohannesSMHI)
- [Tommy Jasmin (tommyjasmin)](https://github.com/tommyjasmin)
- [Johannes Johansson (JohannesSMHI)](https://github.com/JohannesSMHI)
- [Sauli Joro (sjoro)](https://github.com/sjoro)
- [Janne Kotro (jkotro)](https://github.com/jkotro)
- [Ralph Kuehn (ralphk11)](https://github.com/ralphk11)
Expand Down
45 changes: 45 additions & 0 deletions satpy/etc/readers/olci_l2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ file_types:
esa_l2_chl_oc4me:
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/chl_oc4me.nc']
esa_l2_iop_nn:
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/iop_nn.nc']
esa_l2_trsp:
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/trsp.nc']
esa_l2_tsm_nn:
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/tsm_nn.nc']
esa_l2_wqsf:
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/wqsf.nc']
Expand Down Expand Up @@ -339,6 +348,42 @@ datasets:
file_type: esa_l2_chl_nn
nc_key: CHL_NN

iop_nn:
name: iop_nn
sensor: olci
resolution: 300
calibration:
reflectance:
standard_name: cdm_absorption_coefficient
units: "lg(re m-l)"
coordinates: [longitude, latitude]
file_type: esa_l2_iop_nn
nc_key: ADG443_NN

trsp:
name: trsp
sensor: olci
resolution: 300
calibration:
reflectance:
standard_name: diffuse_attenuation_coefficient
units: "lg(re m-l)"
coordinates: [longitude, latitude]
file_type: esa_l2_trsp
nc_key: KD490_M07

tsm_nn:
name: tsm_nn
sensor: olci
resolution: 300
calibration:
reflectance:
standard_name: total_suspended_matter_concentration
units: "lg(re g.m-3)"
coordinates: [longitude, latitude]
file_type: esa_l2_tsm_nn
nc_key: TSM_NN

wqsf:
name: wqsf
sensor: olci
Expand Down

0 comments on commit 2485b0b

Please sign in to comment.