Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new platforms and clarify help message for check_platform #161

Merged
merged 2 commits into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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