From cd8813317f5516b22b1b8034aab97dfc6bb650be Mon Sep 17 00:00:00 2001 From: Mattia Almansi Date: Mon, 27 May 2024 12:51:24 +0200 Subject: [PATCH] add tags --- ...ration_climate-impact-indicators_q01.ipynb | 107 +++++++++++++++--- 1 file changed, 89 insertions(+), 18 deletions(-) diff --git a/Satellite_ECVs/Land_Hydrology&Cryosphere_ECVs/satellite_satellite-sea-ice-concentration_climate-impact-indicators_q01.ipynb b/Satellite_ECVs/Land_Hydrology&Cryosphere_ECVs/satellite_satellite-sea-ice-concentration_climate-impact-indicators_q01.ipynb index d0ad8d81..796bfd1c 100644 --- a/Satellite_ECVs/Land_Hydrology&Cryosphere_ECVs/satellite_satellite-sea-ice-concentration_climate-impact-indicators_q01.ipynb +++ b/Satellite_ECVs/Land_Hydrology&Cryosphere_ECVs/satellite_satellite-sea-ice-concentration_climate-impact-indicators_q01.ipynb @@ -44,7 +44,11 @@ "cell_type": "code", "execution_count": 1, "id": "3dee06d0-49b9-4bf5-992d-8ad45b8b6f40", - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [], "source": [ "import warnings\n", @@ -75,7 +79,11 @@ "cell_type": "code", "execution_count": 2, "id": "193d0bf9-6180-4ebb-a2c5-4175ef735605", - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [], "source": [ "# Time\n", @@ -98,7 +106,11 @@ "cell_type": "code", "execution_count": 3, "id": "bc529245-b695-4847-94f2-0a78ca16bedf", - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [], "source": [ "collection_id = 'satellite-sea-ice-concentration'\n", @@ -147,7 +159,11 @@ "cell_type": "code", "execution_count": 4, "id": "5c21a29b-acb7-425b-be0f-da2b00406412", - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [], "source": [ "def compute_siconc_time_series(ds, sic_threshold):\n", @@ -206,7 +222,11 @@ "cell_type": "code", "execution_count": 5, "id": "fb250f9a-dfd9-45f1-9b03-6a9b6656f773", - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [], "source": [ "def rearrange_year_vs_dayofyear(ds):\n", @@ -259,7 +279,11 @@ "cell_type": "code", "execution_count": 6, "id": "f6d31549-018a-4aac-87e4-a064b99aec4e", - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [], "source": [ "def full_year_only_resample(ds, reduction, sel_dict=None):\n", @@ -348,7 +372,10 @@ "execution_count": 7, "id": "05ce7d25-388e-4c33-bc24-066fc0556e54", "metadata": { - "scrolled": true + "scrolled": true, + "tags": [ + "hide-input" + ] }, "outputs": [ { @@ -479,7 +506,11 @@ "cell_type": "code", "execution_count": 8, "id": "6ce831d5-24b3-4d1f-b6c2-a832bf5f0d13", - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [], "source": [ "datasets_diagnostics_rearranged = {}\n", @@ -519,7 +550,11 @@ "cell_type": "code", "execution_count": 9, "id": "7528b657-a520-4aa0-8823-7e97b9db8d74", - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [ { "data": { @@ -551,7 +586,11 @@ "cell_type": "code", "execution_count": 10, "id": "d9beb03b-30e8-4159-8c7d-d72b6107d252", - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [ { "data": { @@ -582,7 +621,11 @@ "cell_type": "code", "execution_count": 11, "id": "682232a2-2de1-4fcb-b8bd-98456533ac7c", - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [ { "data": { @@ -611,7 +654,11 @@ "cell_type": "code", "execution_count": 12, "id": "064267c2-f115-43a4-8308-82fb553c5c23", - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [ { "data": { @@ -640,7 +687,11 @@ "cell_type": "code", "execution_count": 13, "id": "fc257e5b-2be1-49a3-9bea-1e1942ee5f93", - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [ { "data": { @@ -679,7 +730,11 @@ "cell_type": "code", "execution_count": 14, "id": "11beb472-8c1c-4341-b397-b96381a44008", - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [ { "data": { @@ -710,7 +765,11 @@ "cell_type": "code", "execution_count": 15, "id": "b466872a-0bef-4754-b104-db8ae73fb6dd", - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [ { "data": { @@ -741,7 +800,11 @@ "cell_type": "code", "execution_count": 16, "id": "44f7b5db-0b5a-4699-bac2-c890bedcf3e7", - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [ { "data": { @@ -771,7 +834,11 @@ "cell_type": "code", "execution_count": 17, "id": "49d1b817-957d-4e18-9a19-3af336ef5c59", - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [ { "data": { @@ -801,7 +868,11 @@ "cell_type": "code", "execution_count": 18, "id": "9c33abe9-3586-4351-bf5b-7af11bac2ae7", - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [ { "data": {