From c9e585820ce9dfec9ea2c040cf114022cbf1c77f Mon Sep 17 00:00:00 2001 From: amsnyder <asnyder@usgs.gov> Date: Tue, 9 Apr 2024 13:31:36 -0500 Subject: [PATCH] remove comment --- workflows/archive/cprep_create_collection_from_zarr.ipynb | 1 - 1 file changed, 1 deletion(-) diff --git a/workflows/archive/cprep_create_collection_from_zarr.ipynb b/workflows/archive/cprep_create_collection_from_zarr.ipynb index 1ed26c7c..62531c30 100644 --- a/workflows/archive/cprep_create_collection_from_zarr.ipynb +++ b/workflows/archive/cprep_create_collection_from_zarr.ipynb @@ -8,7 +8,6 @@ }, "source": [ "# C-PrEP Zarr -> Collection Workflow\n", - "## In progress - figuring out how to label bnds dim of dataset\n", "\n", "This is a workflow to build [STAC collections](https://github.com/radiantearth/stac-spec/blob/master/collection-spec/collection-spec.md) from the zarr assets for the dataset named above. We use the [datacube extension](https://github.com/stac-extensions/datacube) to define the spatial and temporal dimensions of the zarr store, as well as the variables it contains.\n", "\n", -- GitLab