Skip to content

Commit ffca7d9

Browse files
committed
added dimensions
1 parent db08062 commit ffca7d9

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

PRR/CareHeat_v2.ipynb

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@
425425
},
426426
{
427427
"cell_type": "code",
428-
"execution_count": 6,
428+
"execution_count": null,
429429
"id": "ee61a0f7",
430430
"metadata": {},
431431
"outputs": [],
@@ -472,8 +472,9 @@
472472
" ds,\n",
473473
" template,\n",
474474
" temporal_dimension=\"time\" if 'time' in ds.coords else False,\n",
475-
" x_dimension=False,\n",
476-
" y_dimension=False\n",
475+
" x_dimension='lon',\n",
476+
" y_dimension='lat',\n",
477+
" reference_system=False\n",
477478
" )\n",
478479
"\n",
479480
" # validate and add the STAC Item to the collection\n",
@@ -483,7 +484,7 @@
483484
},
484485
{
485486
"cell_type": "code",
486-
"execution_count": 7,
487+
"execution_count": 8,
487488
"id": "2c2ee4de-afd1-41fb-9afd-73ccbfe8ef98",
488489
"metadata": {},
489490
"outputs": [
@@ -1078,7 +1079,7 @@
10781079
"<Collection id=careheat-marine-heatwaves-cold-spells>"
10791080
]
10801081
},
1081-
"execution_count": 7,
1082+
"execution_count": 8,
10821083
"metadata": {},
10831084
"output_type": "execute_result"
10841085
}
@@ -1089,7 +1090,7 @@
10891090
},
10901091
{
10911092
"cell_type": "code",
1092-
"execution_count": 10,
1093+
"execution_count": 13,
10931094
"id": "93172305",
10941095
"metadata": {},
10951096
"outputs": [],
@@ -1103,7 +1104,7 @@
11031104
},
11041105
{
11051106
"cell_type": "code",
1106-
"execution_count": 11,
1107+
"execution_count": 12,
11071108
"id": "6114f728-d75a-4447-87a9-673bf7b219ef",
11081109
"metadata": {},
11091110
"outputs": [
@@ -1791,14 +1792,22 @@
17911792
"<Collection id=careheat-marine-heatwaves-cold-spells>"
17921793
]
17931794
},
1794-
"execution_count": 11,
1795+
"execution_count": 12,
17951796
"metadata": {},
17961797
"output_type": "execute_result"
17971798
}
17981799
],
17991800
"source": [
18001801
"collection"
18011802
]
1803+
},
1804+
{
1805+
"cell_type": "code",
1806+
"execution_count": null,
1807+
"id": "5b716252",
1808+
"metadata": {},
1809+
"outputs": [],
1810+
"source": []
18021811
}
18031812
],
18041813
"metadata": {

0 commit comments

Comments
 (0)