Skip to content

Commit

Permalink
Merge pull request #2953 from chorng/fix-mersi_ll_l1b-reader
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese authored Nov 4, 2024
2 parents 8ff966e + 392267f commit 7e24c97
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ The following people have made contributions to this project:
- [Gerrit Holl (gerritholl)](https://github.com/gerritholl) - Deutscher Wetterdienst
- [David Hoese (djhoese)](https://github.com/djhoese)
- [Marc Honnorat (honnorat)](https://github.com/honnorat)
- [Chung-Hsiang Horng(chorng)](https://github.com/chorng)
- [Mario Hros (k3a)](https://github.com/k3a)
- [Lloyd Hughes (system123)](https://github.com/system123)
- [Sara Hörnquist (shornqui)](https://github.com/shornqui)
Expand Down
24 changes: 24 additions & 0 deletions satpy/etc/readers/mersi_ll_l1b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,3 +272,27 @@ datasets:
coordinates: [longitude, latitude]
file_type: mersi_ll_l1b_1000_geo
file_key: Geolocation/MoonAzimuth
altitude:
name: altitude
units: degree
standard_name: altitude
resolution: 1000
coordinates: [longitude, latitude]
file_type: mersi_ll_l1b_1000_geo
file_key: Geolocation/Altitude
landcover:
name: landcover
units: degree
standard_name: landcover
resolution: 1000
coordinates: [longitude, latitude]
file_type: mersi_ll_l1b_1000_geo
file_key: Geolocation/LandCover
landseamask:
name: landseamask
units: degree
standard_name: landseamask
resolution: 1000
coordinates: [longitude, latitude]
file_type: mersi_ll_l1b_1000_geo
file_key: Geolocation/LandSeaMask

0 comments on commit 7e24c97

Please sign in to comment.