Skip to content

Commit 63f583b

Browse files
update
1 parent 8b0e2e1 commit 63f583b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

notebooks/xarray_extracting_time_series.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"\n",
1111
"## Introduction\n",
1212
"\n",
13-
"Xarray makes it very easy to work with time-series data. The [DataArray](https://docs.xarray.dev/en/stable/user-guide/data-structures.html#dataarray) structure provides an efficient way to organize and represent earth observation time-series. We also get the benefit of many time-series processing functiions for temporal interpolation and smoothing. This tutorial shows how we can take individual GeoTIFF files and organize them as a Xarray Dataset, extract time-series at any coordinate and do linear interpolation of masked observation.\n",
13+
"Xarray makes it very easy to work with time-series data. The [DataArray](https://docs.xarray.dev/en/stable/user-guide/data-structures.html#dataarray) structure provides an efficient way to organize and represent earth observation time-series. We also get the benefit of many time-series processing functiions for temporal interpolation and smoothing. This tutorial shows how we can take individual GeoTIFF files and organize them as an Xarray Dataset, extract time-series at any coordinate and do linear interpolation of masked observations.\n",
1414
"\n",
1515
"## Overview of the Task\n",
1616
"\n",
@@ -292,7 +292,7 @@
292292
},
293293
{
294294
"cell_type": "code",
295-
"execution_count": 98,
295+
"execution_count": null,
296296
"metadata": {
297297
"colab": {
298298
"base_uri": "https://localhost:8080/",
@@ -1891,7 +1891,7 @@
18911891
},
18921892
{
18931893
"cell_type": "code",
1894-
"execution_count": 101,
1894+
"execution_count": null,
18951895
"metadata": {
18961896
"colab": {
18971897
"base_uri": "https://localhost:8080/",
@@ -1949,7 +1949,7 @@
19491949
},
19501950
{
19511951
"cell_type": "code",
1952-
"execution_count": 102,
1952+
"execution_count": null,
19531953
"metadata": {
19541954
"colab": {
19551955
"base_uri": "https://localhost:8080/",
@@ -2081,4 +2081,4 @@
20812081
},
20822082
"nbformat": 4,
20832083
"nbformat_minor": 0
2084-
}
2084+
}

0 commit comments

Comments
 (0)