Skip to content

Commit 3bce2db

Browse files
authored
Merge pull request #1 from leap-stc/mrms
Add mrms data
2 parents eced4c8 + ee69d4c commit 3bce2db

File tree

2 files changed

+14
-21
lines changed

2 files changed

+14
-21
lines changed

feedstock/catalog.yaml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
# All the information important to cataloging.
2-
"ncviewjs:meta_yaml_url": "https://github.com/leap-stc/proto_feedstock/blob/main/feedstock/meta.yaml" # !!! MAKE SURE TO POINT TO THIS REPOS meta.yaml !!!
2+
"ncviewjs:meta_yaml_url": "https://github.com/leap-stc/demo-feedstock/blob/main/feedstock/meta.yaml" # !!! MAKE SURE TO POINT TO THIS REPOS meta.yaml !!!
33
tags:
44
- my-custom-tag
55
- zarr
66
stores:
7-
- id: "small"
8-
name: "The cool small Proto Dataset"
9-
url: "gs://leap-scratch/data-library/feedstocks/proto_feedstock/small.zarr"
10-
"ncviewjs:rechunking":
11-
- path: "gs://some-bucket/small.zarr"
12-
use_case: "multiscales"
13-
14-
- id: "large"
15-
name: "The even cooler large Proto Dataset" # no pyramids
16-
url: "gs://leap-scratch/data-library/feedstocks/proto_feedstock/large.zarr"
7+
- id: "mrms"
8+
name: "MRMS Rainfall Measurements"
9+
url: "https://data.source.coop/bkr/mrms"

feedstock/meta.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
title: "LEAP Data Library Prototype"
1+
title: "MRMS Rainfall Measurements"
22
description: >
3-
A prototype test for the LEAP Data Library refactor
3+
MRMS Rainfall Measurements, converted to Zarr format. All are the hourly accumulations. A few different options are included, including the Gauge measurement, MultiSensor MultiPass measurement, and the derived precipitation rate.
44
recipes:
5-
- id: "small"
6-
object: "recipe:small"
7-
- id: "large"
8-
object: "recipe:large"
5+
- id: "mrms"
96
provenance:
107
providers:
11-
- name: "Julius"
12-
description: "Just a guy testing some recipes. Nothing to see here."
8+
- name: "Jacob Bieker"
139
roles:
1410
- producer
15-
- licensor
16-
license: "Just a Test"
11+
url: "https://source.coop/bkr"
12+
- name: "Source.Coop"
13+
roles:
14+
- host
15+
url: "https://source.coop"
16+
license: "unknown"
1717
maintainers:
1818
- name: "Julius Busecke"
1919
orcid: "0000-0001-8571-865X"

0 commit comments

Comments
 (0)