Skip to content

Commit

Permalink
Add remaining JPSS satellite platform aliases to "mirs" reader
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Dec 11, 2023
1 parent ad6af05 commit 101c44d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion satpy/readers/mirs.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
PLATFORMS = {"n18": "NOAA-18",
"n19": "NOAA-19",
"np": "NOAA-19",
"n20": "NOAA-20",
"n21": "NOAA-21",
"n22": "NOAA-22",
"n23": "NOAA-23",
"m2": "MetOp-A",
"m1": "MetOp-B",
"m3": "MetOp-C",
Expand All @@ -60,11 +64,14 @@
"f17": "DMSP-F17",
"f18": "DMSP-F18",
"gpm": "GPM",
"n20": "NOAA-20",
}
SENSOR = {"n18": amsu,
"n19": amsu,
"n20": "atms",
"n21": "atms",
"n22": "atms",
"n23": "atms",
"n24": "atms",
"np": amsu,
"m1": amsu,
"m2": amsu,
Expand Down

0 comments on commit 101c44d

Please sign in to comment.