You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: intermediate/intro-to-zarr.ipynb
+10-16Lines changed: 10 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -541,7 +541,7 @@
541
541
},
542
542
{
543
543
"cell_type": "markdown",
544
-
"id": "a571acec-7a65-4a51-ad1e-c80b17494cd3",
544
+
"id": "46",
545
545
"metadata": {},
546
546
"source": [
547
547
"Note that while Zarr-Python supports consolidated metadata for v2 and v3 formatted Zarr stores, it is not technically part of the specification (hence the warning above). \n",
@@ -554,7 +554,7 @@
554
554
},
555
555
{
556
556
"cell_type": "markdown",
557
-
"id": "46",
557
+
"id": "47",
558
558
"metadata": {},
559
559
"source": [
560
560
"### Object Storage as a Zarr Store\n",
@@ -565,7 +565,7 @@
565
565
},
566
566
{
567
567
"cell_type": "markdown",
568
-
"id": "47",
568
+
"id": "48",
569
569
"metadata": {},
570
570
"source": [
571
571
"Here are some examples of Zarr stores on the cloud:\n",
@@ -578,7 +578,7 @@
578
578
},
579
579
{
580
580
"cell_type": "markdown",
581
-
"id": "48",
581
+
"id": "49",
582
582
"metadata": {},
583
583
"source": [
584
584
"### Xarray and Zarr\n",
@@ -590,7 +590,7 @@
590
590
{
591
591
"cell_type": "code",
592
592
"execution_count": null,
593
-
"id": "49",
593
+
"id": "50",
594
594
"metadata": {},
595
595
"outputs": [],
596
596
"source": [
@@ -605,7 +605,7 @@
605
605
{
606
606
"cell_type": "code",
607
607
"execution_count": null,
608
-
"id": "50",
608
+
"id": "51",
609
609
"metadata": {},
610
610
"outputs": [],
611
611
"source": [
@@ -614,7 +614,7 @@
614
614
},
615
615
{
616
616
"cell_type": "markdown",
617
-
"id": "51",
617
+
"id": "52",
618
618
"metadata": {},
619
619
"source": [
620
620
"::::{admonition} Exercise\n",
@@ -634,7 +634,7 @@
634
634
},
635
635
{
636
636
"cell_type": "markdown",
637
-
"id": "52",
637
+
"id": "53",
638
638
"metadata": {},
639
639
"source": [
640
640
"In the next exercise, you will use the Xarray + Zarr to open CMIP6 dataset.\n",
0 commit comments