From 1c8bbbd3180a1ce37196422cd34d459a8a702af7 Mon Sep 17 00:00:00 2001 From: Julius Busecke Date: Tue, 15 Oct 2024 19:57:44 -0400 Subject: [PATCH 1/2] Add mrms data --- feedstock/catalog.yaml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/feedstock/catalog.yaml b/feedstock/catalog.yaml index 3503ca1..edafc38 100644 --- a/feedstock/catalog.yaml +++ b/feedstock/catalog.yaml @@ -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" From ee69d4c74d3e82820875d408d0c535e7007f377e Mon Sep 17 00:00:00 2001 From: Julius Busecke Date: Tue, 15 Oct 2024 20:02:51 -0400 Subject: [PATCH 2/2] Update meta.yaml --- feedstock/meta.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/feedstock/meta.yaml b/feedstock/meta.yaml index 7ad7da5..dc5d701 100644 --- a/feedstock/meta.yaml +++ b/feedstock/meta.yaml @@ -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"