Skip to content

Commit f77e611

Browse files
Update documentation
1 parent 9f1c7bf commit f77e611

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

_sources/notebooks/xarray_processing_satellite_images.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"\n",
3030
"## Part-1: Processing Sentinel-2 L1C Data\n",
3131
"\n",
32-
"In this section, we will take a single Sentinel-2 L1C scene downloaded from the [Copernicus Browser](https://dataspace.copernicus.eu/) and learn how to read it using XArray, visualize it and compute spectral indices.\n",
32+
"In this section, we will take a single Sentinel-2 L1C scene and learn how to read it using XArray, visualize it and compute spectral indices.\n",
3333
"\n",
3434
"**Input Layers**:\n",
35-
"* `S2A_MSIL1C_20230212T050931_N0509_R019_T43PGQ_20230212T065641.SAFE.zip`: A Sentinel-2 L1C scene.\n",
35+
"* `S2A_MSIL1C_20230212T050931_N0509_R019_T43PGQ_20230212T065641.SAFE.zip`: A Sentinel-2 L1C scene downloaded from the [Copernicus Browser](https://dataspace.copernicus.eu/).\n",
3636
"* `bangalore.geojson`: A GeoJSON file representing the municipal boundary for the city of Bengaluru, India.\n",
3737
"\n",
3838
"**Output**:\n",
@@ -726,10 +726,10 @@
726726
"\n",
727727
"## Part-2: Processing Landsat-8 Data\n",
728728
"\n",
729-
"In this section, we will take a single Landsat 8 scene downloaded from the [USGS EarthExplorer](https://earthexplorer.usgs.gov/) and learn how to read it using XArray, visualize it and mask clouds.\n",
729+
"In this section, we will take a single Landsat 8 scene and learn how to read it using XArray, visualize it and mask clouds.\n",
730730
"\n",
731731
"**Input Layers**:\n",
732-
"* `LC08_L2SP_144052_20190209_20200829_02_T1.zip`: A Landsat 8 scene.\n",
732+
"* `LC08_L2SP_144052_20190209_20200829_02_T1.zip`: A Landsat 8 scene downloaded from the [USGS EarthExplorer](https://earthexplorer.usgs.gov/).\n",
733733
"\n",
734734
"**Output Layers**:\n",
735735
"* `landsat_masked.tif`: Cloud-masked RGB composite of Landsat-8.\n",

notebooks/xarray_processing_satellite_images.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -491,10 +491,10 @@ <h1>Processing Satellite Images with XArray<a class="headerlink" href="#processi
491491
<p>The tutorial is divided into 2 parts showing how to work with Sentinel-2 and Landsat-8 scenes.</p>
492492
<section id="part-1-processing-sentinel-2-l1c-data">
493493
<h2>Part-1: Processing Sentinel-2 L1C Data<a class="headerlink" href="#part-1-processing-sentinel-2-l1c-data" title="Link to this heading">#</a></h2>
494-
<p>In this section, we will take a single Sentinel-2 L1C scene downloaded from the <a class="reference external" href="https://dataspace.copernicus.eu/">Copernicus Browser</a> and learn how to read it using XArray, visualize it and compute spectral indices.</p>
494+
<p>In this section, we will take a single Sentinel-2 L1C scene and learn how to read it using XArray, visualize it and compute spectral indices.</p>
495495
<p><strong>Input Layers</strong>:</p>
496496
<ul class="simple">
497-
<li><p><code class="docutils literal notranslate"><span class="pre">S2A_MSIL1C_20230212T050931_N0509_R019_T43PGQ_20230212T065641.SAFE.zip</span></code>: A Sentinel-2 L1C scene.</p></li>
497+
<li><p><code class="docutils literal notranslate"><span class="pre">S2A_MSIL1C_20230212T050931_N0509_R019_T43PGQ_20230212T065641.SAFE.zip</span></code>: A Sentinel-2 L1C scene downloaded from the <a class="reference external" href="https://dataspace.copernicus.eu/">Copernicus Browser</a>.</p></li>
498498
<li><p><code class="docutils literal notranslate"><span class="pre">bangalore.geojson</span></code>: A GeoJSON file representing the municipal boundary for the city of Bengaluru, India.</p></li>
499499
</ul>
500500
<p><strong>Output</strong>:</p>
@@ -863,10 +863,10 @@ <h3>Saving the results<a class="headerlink" href="#saving-the-results" title="Li
863863
</section>
864864
<section id="part-2-processing-landsat-8-data">
865865
<h2>Part-2: Processing Landsat-8 Data<a class="headerlink" href="#part-2-processing-landsat-8-data" title="Link to this heading">#</a></h2>
866-
<p>In this section, we will take a single Landsat 8 scene downloaded from the <a class="reference external" href="https://earthexplorer.usgs.gov/">USGS EarthExplorer</a> and learn how to read it using XArray, visualize it and mask clouds.</p>
866+
<p>In this section, we will take a single Landsat 8 scene and learn how to read it using XArray, visualize it and mask clouds.</p>
867867
<p><strong>Input Layers</strong>:</p>
868868
<ul class="simple">
869-
<li><p><code class="docutils literal notranslate"><span class="pre">LC08_L2SP_144052_20190209_20200829_02_T1.zip</span></code>: A Landsat 8 scene.</p></li>
869+
<li><p><code class="docutils literal notranslate"><span class="pre">LC08_L2SP_144052_20190209_20200829_02_T1.zip</span></code>: A Landsat 8 scene downloaded from the <a class="reference external" href="https://earthexplorer.usgs.gov/">USGS EarthExplorer</a>.</p></li>
870870
</ul>
871871
<p><strong>Output Layers</strong>:</p>
872872
<ul class="simple">

0 commit comments

Comments
 (0)