Skip to content

Commit

Permalink
Merge pull request #161 from simonrp84/AddSentinel
Browse files Browse the repository at this point in the history
Add new platforms and clarify help message for `check_platform`
  • Loading branch information
mraspaud authored Sep 11, 2024
2 parents cb02ca6 + 03580df commit f581c44
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Please make the PR against the `master` branch. -->
<!-- Please make the PR against the `main` branch. -->

<!-- Describe what your PR does, and why -->

Expand Down
2 changes: 1 addition & 1 deletion pyorbital/check_platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
9 changes: 9 additions & 0 deletions pyorbital/etc/platforms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f581c44

Please sign in to comment.