From 431ff9fd0acd479ea6e6c5fb728a0a59b20e9462 Mon Sep 17 00:00:00 2001 From: Simon Proud Date: Fri, 23 Aug 2024 10:38:44 +0200 Subject: [PATCH 1/2] Add new platforms and clarify help message for `check_platform` --- pyorbital/check_platform.py | 2 +- pyorbital/etc/platforms.txt | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/pyorbital/check_platform.py b/pyorbital/check_platform.py index 2a14e1d8..441a5e59 100755 --- a/pyorbital/check_platform.py +++ b/pyorbital/check_platform.py @@ -29,7 +29,7 @@ parser = argparse.ArgumentParser( description='Check if a satellite is supported.') parser.add_argument("-s", "--satellite", - help=("Name of the Satellite - following WMO Oscar naming."), + help=("Name of the Satellite [in upper case] - following WMO Oscar naming."), default=None, required=True, type=str) diff --git a/pyorbital/etc/platforms.txt b/pyorbital/etc/platforms.txt index cb5fb375..0a9d7676 100644 --- a/pyorbital/etc/platforms.txt +++ b/pyorbital/etc/platforms.txt @@ -28,10 +28,16 @@ FY-3A 32958 FY-3B 37214 FY-3C 39260 FY-3D 43010 +FY-3E 49008 +FY-3F 57490 +FY-3G 56232 GOES-13 29155 GOES-14 35491 GOES-15 36411 GOES-16 41866 +GOES-17 43226 +GOES-18 51850 +GOES-19 60133 Himawari-6 28622 Himawari-7 28937 Himawari-8 40267 @@ -70,6 +76,9 @@ NOAA-20 43013 NOAA-21 54234 RadarSat-2 32382 Sentinel-1A 39634 +Sentinel-1B 41456 +Sentinel-2A 40697 +Sentinel-2B 42063 Sentinel-3A 41335 Sentinel-3B 43437 Sentinel-5P 42969 From 03580df1433c1af870256763186bab3082713d6e Mon Sep 17 00:00:00 2001 From: Simon Proud Date: Fri, 23 Aug 2024 10:47:01 +0200 Subject: [PATCH 2/2] Replace `master` with `main` in PR template. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a8db991b..6deee859 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ - +