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

update usgs-landsat sns topics #2020

Merged
merged 2 commits into from
Oct 9, 2023
Merged
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
19 changes: 16 additions & 3 deletions datasets/usgs-landsat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ Description: |
This joint NASA/USGS program provides the longest continuous space-based record of
Earth’s land in existence. Every day, Landsat satellites provide essential information
to help land managers and policy makers make wise decisions about our resources and our environment.
Data is provided for Landsats 1, 2, 3, 4, 5, 7, and 8.
Data is provided for Landsats 1, 2, 3, 4, 5, 7, 8, and 9 (excludes Landsat 6).

As of June 28, 2023 ([announcement](https://www.usgs.gov/landsat-missions/news/changes-coming-landsats-simple-notification-service-amazon-web-service)),
the previous single SNS topic `arn:aws:sns:us-west-2:673253540267:public-c2-notify` was replaced with
three new SNS topics for different types of scenes.
Documentation: https://www.usgs.gov/core-science-systems/nli/landsat/landsat-commercial-cloud-data-access
Contact: https://answers.usgs.gov/
ManagedBy: "[United States Geological Survey](https://www.usgs.gov)"
Expand Down Expand Up @@ -33,10 +37,19 @@ Resources:
RequesterPays: True
Explore:
- '[STAC Catalog](https://landsatlook.usgs.gov/stac-server/collections)'
- Description: New scene notifications
ARN: arn:aws:sns:us-west-2:673253540267:public-c2-notify
- Description: New scene notifications, Level-1 and Level-2 Scenes
ARN: arn:aws:sns:us-west-2:673253540267:public-c2-notify-v2
Region: us-west-2
Type: SNS Topic
- Description: New scene notifications, Level 3 Science Products
ARN: arn:aws:sns:us-west-2:673253540267:public-c2-level-3-tile-notify-v2
Region: us-west-2
Type: SNS Topic
- Description: New scene notifications, U.S. ARD Tiles
ARN: arn:aws:sns:us-west-2:673253540267:public-c2-ard-tile-notify-v2
Region: us-west-2
Type: SNS Topic

DataAtWork:
Tutorials:
- Title: "How to Work with Landsat and Sentinel-2 on AWS with Python"
Expand Down