Skip to content

Commit

Permalink
Add data from SWIFT ocean drifters at NOAA PSL. (eurec4a#19)
Browse files Browse the repository at this point in the history
Add data from SWIFT ocean drifters hosted at NOAA PSL, using platform names consistent with EUREC4A-meta
  • Loading branch information
RobertPincus authored Dec 8, 2020
1 parent 90abb85 commit e585799
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
7 changes: 7 additions & 0 deletions catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,10 @@ sources:
description: 'Data from the specMACS sensors'
driver: intake.catalog.local.YAMLFileCatalog
metadata: {}

swifts:
description: SWIFT ocean surface drifters
args:
path: "{{CATALOG_DIR}}/swifts.yml"
driver: intake.catalog.local.YAMLFileCatalog
metadata: {}
46 changes: 46 additions & 0 deletions swifts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
plugins:
source:
- module: intake_xarray

sources:
SWIFT16:
driver: opendap
args:
auth: null
chunks: {}
urlpath: https://psl.noaa.gov/thredds/dodsC/Datasets/ATOMIC/data/swift_drifters/EUREC4A_ATOMIC_SWIFT16_All_v1.1.nc

SWIFT17:
driver: opendap
args:
auth: null
chunks: {}
urlpath: https://psl.noaa.gov/thredds/dodsC/Datasets/ATOMIC/data/swift_drifters/EUREC4A_ATOMIC_SWIFT17_All_v1.1.nc

SWIFT22:
driver: opendap
args:
auth: null
chunks: {}
urlpath: https://psl.noaa.gov/thredds/dodsC/Datasets/ATOMIC/data/swift_drifters/EUREC4A_ATOMIC_SWIFT22_All_v1.1.nc

SWIFT23:
driver: opendap
args:
auth: null
chunks: {}
urlpath: https://psl.noaa.gov/thredds/dodsC/Datasets/ATOMIC/data/swift_drifters/EUREC4A_ATOMIC_SWIFT23_All_v1.1.nc

SWIFT24:
driver: opendap
args:
auth: null
chunks: {}
urlpath: https://psl.noaa.gov/thredds/dodsC/Datasets/ATOMIC/data/swift_drifters/EUREC4A_ATOMIC_SWIFT24_All_v1.1.nc

SWIFT25:
driver: opendap
args:
auth: null
chunks: {}
urlpath: https://psl.noaa.gov/thredds/dodsC/Datasets/ATOMIC/data/swift_drifters/EUREC4A_ATOMIC_SWIFT25_All_v1.1.nc

0 comments on commit e585799

Please sign in to comment.