Skip to content

Commit 95a328c

Browse files
Update documentation
1 parent de3c242 commit 95a328c

3 files changed

Lines changed: 15 additions & 10 deletions

File tree

_sources/notebooks/xarray_processing_satellite_images.ipynb

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
"source": [
1010
"# Processing Satellite Images with XArray\n",
1111
"\n",
12-
"The tutorial shows how to take satellite data from widely used sensors and process it using XArray. This tutorial uses data downloaded from the providers and the methods shown is suitable for uses in offline environments or when cloud-hosted datasets cannot be used.\n",
12+
"The tutorial shows how to take satellite data from widely used sensors and process it using XArray. This tutorial uses data downloaded from the providers and the methods shown is suitable for uses in **offline environments** or when cloud-hosted datasets cannot be used.\n",
13+
"\n",
14+
"> For cloud-based processing of satellite images, see our full course [Scalable Remote Sensing Workflows with Xarray](https://courses.spatialthoughts.com/python-remote-sensing.html)\n",
1315
"\n",
1416
"> For processing of ResourceSat-2/2A data, see our detailed post [LISS4 Image Processing using XArray and Dask\n",
1517
"](https://spatialthoughts.com/2023/12/25/liss4-processing-xarray/).\n",
@@ -422,7 +424,7 @@
422424
},
423425
{
424426
"cell_type": "code",
425-
"execution_count": 40,
427+
"execution_count": null,
426428
"id": "HGR85ZGnCNOM",
427429
"metadata": {
428430
"colab": {
@@ -457,7 +459,7 @@
457459
},
458460
{
459461
"cell_type": "code",
460-
"execution_count": 41,
462+
"execution_count": null,
461463
"id": "LDL-_XDfVgdQ",
462464
"metadata": {
463465
"colab": {
@@ -544,7 +546,7 @@
544546
},
545547
{
546548
"cell_type": "code",
547-
"execution_count": 42,
549+
"execution_count": null,
548550
"id": "9WQ01EC5XKDc",
549551
"metadata": {
550552
"colab": {
@@ -596,7 +598,7 @@
596598
},
597599
{
598600
"cell_type": "code",
599-
"execution_count": 43,
601+
"execution_count": null,
600602
"id": "7LfOvUlDYBaT",
601603
"metadata": {
602604
"colab": {
@@ -648,7 +650,7 @@
648650
},
649651
{
650652
"cell_type": "code",
651-
"execution_count": 44,
653+
"execution_count": null,
652654
"id": "9BVqlLjOYv_s",
653655
"metadata": {
654656
"colab": {
@@ -940,7 +942,7 @@
940942
},
941943
{
942944
"cell_type": "code",
943-
"execution_count": 45,
945+
"execution_count": null,
944946
"id": "dbb0bf6b",
945947
"metadata": {
946948
"id": "dbb0bf6b",
@@ -1116,7 +1118,7 @@
11161118
}
11171119
},
11181120
"id": "tqWXxper2ukh",
1119-
"execution_count": 46,
1121+
"execution_count": null,
11201122
"outputs": [
11211123
{
11221124
"output_type": "display_data",

notebooks/xarray_processing_satellite_images.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,10 @@ <h2> Contents </h2>
494494

495495
<section id="processing-satellite-images-with-xarray">
496496
<h1>Processing Satellite Images with XArray<a class="headerlink" href="#processing-satellite-images-with-xarray" title="Link to this heading">#</a></h1>
497-
<p>The tutorial shows how to take satellite data from widely used sensors and process it using XArray. This tutorial uses data downloaded from the providers and the methods shown is suitable for uses in offline environments or when cloud-hosted datasets cannot be used.</p>
497+
<p>The tutorial shows how to take satellite data from widely used sensors and process it using XArray. This tutorial uses data downloaded from the providers and the methods shown is suitable for uses in <strong>offline environments</strong> or when cloud-hosted datasets cannot be used.</p>
498+
<blockquote>
499+
<div><p>For cloud-based processing of satellite images, see our full course <a class="reference external" href="https://courses.spatialthoughts.com/python-remote-sensing.html">Scalable Remote Sensing Workflows with Xarray</a></p>
500+
</div></blockquote>
498501
<blockquote>
499502
<div><p>For processing of ResourceSat-2/2A data, see our detailed post <a class="reference external" href="https://spatialthoughts.com/2023/12/25/liss4-processing-xarray/">LISS4 Image Processing using XArray and Dask
500503
</a>.</p>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)