Skip to content

Commit 6db9d1c

Browse files
authored
Merge pull request #2813 from awslabs/nexrad-fix
NEXRAD new bucket and SNS topic
2 parents fe06c4c + 0b46c9c commit 6db9d1c

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

datasets/noaa-nexrad.yaml

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Name: NEXRAD on AWS
2-
Description: Real-time and archival data from the Next Generation Weather Radar (NEXRAD) network.
2+
Description: |
3+
Real-time and archival data from the Next Generation Weather Radar (NEXRAD) network.
4+
<br>
5+
<h4>Update</h4>
6+
The NEXRAD Level II archive data is moving to a new bucket: <code>unidata-nexrad-level2</code>
7+
and SNS topic: <code>arn:aws:sns:us-east-1:684042711724:NewNEXRADLevel2Archive</code>. The old
8+
bucket and SNS topic are now deprecated and will no longer be available starting September 1, 2025.
9+
<br><br>
310
Documentation: https://github.com/awslabs/open-data-docs/tree/main/docs/noaa/noaa-nexrad
411
512
ManagedBy: "[Unidata](https://www.unidata.ucar.edu/)"
@@ -18,11 +25,11 @@ Tags:
1825
License: NOAA data disseminated through NODD are open to the public and can be used as desired.<br/> <br/>NOAA makes data openly available to ensure maximum use of our data, and to spur and encourage exploration and innovation throughout the industry. NOAA requests attribution for the use or dissemination of unaltered NOAA data. However, it is not permissible to state or imply endorsement by or affiliation with NOAA. If you modify NOAA data, you may not state or imply that it is original, unaltered NOAA data.
1926
Resources:
2027
- Description: NEXRAD Level II archive data
21-
ARN: arn:aws:s3:::noaa-nexrad-level2
28+
ARN: arn:aws:s3:::unidata-nexrad-level2
2229
Region: us-east-1
2330
Type: S3 Bucket
2431
Explore:
25-
- '[Browse Bucket](https://noaa-nexrad-level2.s3.amazonaws.com/index.html)'
32+
- '[Browse Bucket](https://unidata-nexrad-level2.s3.amazonaws.com/index.html)'
2633
- Description: NEXRAD Level II real-time data
2734
ARN: arn:aws:s3:::unidata-nexrad-level2-chunks
2835
Region: us-east-1
@@ -37,14 +44,22 @@ Resources:
3744
ARN: arn:aws:sns:us-east-1:684042711724:NewNEXRADLevel2ObjectFilterable
3845
Region: us-east-1
3946
Type: SNS Topic
40-
- Description: Notifications for the Level II archival bucket
41-
ARN: arn:aws:sns:us-east-1:811054952067:NewNEXRADLevel2Archive
47+
- Description: Notifications for the new Level II archival bucket
48+
ARN: arn:aws:sns:us-east-1:684042711724:NewNEXRADLevel2Archive
4249
Region: us-east-1
4350
Type: SNS Topic
4451
- Description: Notifications for the Level III bucket
4552
ARN: arn:aws:sns:us-east-1:684042711724:NewNEXRADLevel3Object
4653
Region: us-east-1
4754
Type: SNS Topic
55+
- Description: "*OLD NEXRAD Level II archive bucket* which is now <b>Deprecated</b>. It is recommended to move to the new bucket: unidata-nexrad-level2 and SNS topic: arn:aws:sns:us-east-1:684042711724:NewNEXRADLevel2Archive"
56+
ARN: arn:aws:s3:::noaa-nexrad-level2
57+
Region: us-east-1
58+
Type: S3 Bucket
59+
- Description: "Notifications for the *OLD Level II archival bucket* which is now <b>Deprecated</b>. It is recommended to move to the new bucket: unidata-nexrad-level2 and SNS topic: arn:aws:sns:us-east-1:684042711724:NewNEXRADLevel2Archive"
60+
ARN: arn:aws:sns:us-east-1:811054952067:NewNEXRADLevel2Archive
61+
Region: us-east-1
62+
Type: SNS Topic
4863
DataAtWork:
4964
Tutorials:
5065
- Title: Using Python to Access NCEI Archived NEXRAD Level 2 Data (Jupyter notebook)

0 commit comments

Comments
 (0)