Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mrms data #1

Merged
merged 2 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 4 additions & 11 deletions feedstock/catalog.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
# All the information important to cataloging.
"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 !!!
"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 !!!
tags:
- my-custom-tag
- zarr
stores:
- id: "small"
name: "The cool small Proto Dataset"
url: "gs://leap-scratch/data-library/feedstocks/proto_feedstock/small.zarr"
"ncviewjs:rechunking":
- path: "gs://some-bucket/small.zarr"
use_case: "multiscales"

- id: "large"
name: "The even cooler large Proto Dataset" # no pyramids
url: "gs://leap-scratch/data-library/feedstocks/proto_feedstock/large.zarr"
- id: "mrms"
name: "MRMS Rainfall Measurements"
url: "https://data.source.coop/bkr/mrms"
20 changes: 10 additions & 10 deletions feedstock/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
title: "LEAP Data Library Prototype"
title: "MRMS Rainfall Measurements"
description: >
A prototype test for the LEAP Data Library refactor
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.
recipes:
- id: "small"
object: "recipe:small"
- id: "large"
object: "recipe:large"
- id: "mrms"
provenance:
providers:
- name: "Julius"
description: "Just a guy testing some recipes. Nothing to see here."
- name: "Jacob Bieker"
roles:
- producer
- licensor
license: "Just a Test"
url: "https://source.coop/bkr"
- name: "Source.Coop"
roles:
- host
url: "https://source.coop"
license: "unknown"
maintainers:
- name: "Julius Busecke"
orcid: "0000-0001-8571-865X"
Expand Down