-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Changes Overview
NDBC buoy data services will be decommissioned on May 30, 2025, affecting domains:
https://www.ndbc.noaa.gov/
https://dods.ndbc.noaa.gov/thredds/
Data will transition to NCEI systems:
- HTTPS:
https://www.ncei.noaa.gov/data/oceans/ndbc/
- THREDDS:
https://www.ncei.noaa.gov/thredds-ocean/catalog/ndbc/cmanwx/catalog.html
Key Impacts
-
Station List Retrieval
- Current
https://www.ndbc.noaa.gov/wstat.shtml
will disappear - Need to switch to NCEI's station metadata systems
- Current
-
Data Retrieval
- All
ndbc_api
calls must be redirected to NCEI endpoints - Potential differences in data structure and access patterns
- All
Possible Actions
-
Update Code
- Modify endpoint URLs in
ndbc_api
- Test before cutoff date
- Modify endpoint URLs in
-
Address Station List
- Develop new method to obtain station metadata from NCEI
- Create appropriate fallbacks
-
Verify Data Equivalence
- Run parallel retrievals from both sources
- Document any discrepancies
Critical Questions for Experts
- Is there a direct replacement for https://www.ndbc.noaa.gov/wstat.shtml?
- Are there structural differences between NDBC and NCEI data?
- Are there different access requirements for NCEI endpoints?
- Is there a test environment available before cutover?
Metadata
Metadata
Assignees
Labels
No labels