forked from eurec4a/eurec4a-intake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updated JOANNE to version 0.7.0 via IPFS * add ipfsspec dependency * add IPFS info to README * link dropsonde dataset JOANNE also in the main catalog so that it can be accessed by cat.dropsondes.JOANNE
- Loading branch information
1 parent
e585799
commit b9aa86a
Showing
5 changed files
with
32 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
plugins: | ||
source: | ||
- module: intake_xarray | ||
- module: ipfsspec | ||
|
||
sources: | ||
level3: | ||
args: | ||
consolidated: true | ||
urlpath: ipfs://QmWcdcXqTQhyfwtttqh2DT2BiEk67uXxuGdskghDpuXYUw | ||
description: EUREC4A/ATOMIC JOANNE Level-3 gridded dropsonde dataset | ||
driver: zarr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
plugins: | ||
source: | ||
- module: intake_xarray | ||
|
||
sources: | ||
JOANNE: | ||
args: | ||
path: "{{CATALOG_DIR}}/JOANNE/main.yaml" | ||
description: The EUREC4A dropsonde dataset JOANNE contains HALO and P3 dropsonde data. | ||
driver: intake.catalog.local.YAMLFileCatalog | ||
metadata: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,6 @@ zarr | |
fsspec>=0.7.4 | ||
pydap | ||
s3fs | ||
ipfsspec | ||
requests | ||
intake-xarray>=0.3.2 |