Skip to content

Commit c973227

Browse files
Update documentation
1 parent dc63063 commit c973227

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

_sources/notebooks/xee_calculating_spi.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"\n",
1111
"## **Overview**\n",
1212
"\n",
13-
"One of the key advantages of [XEE](https://github.com/google/Xee) package is the ability to use Python packages to work with data from Google Earth Engine. This allows you to easily extract data from the vast data catalog of GEE and use widely used implementations available as Python libraries. This notebook shows how to extract a precipitation time-series images from Earth Engine and then use the [Climate Indicies](https://climate-indices.readthedocs.io/en/latest/) Python package to calculate the Calculating Standardized Precipitation (SPI)."
13+
"One of the key advantages of the [XEE](https://github.com/google/Xee) package is the ability to use Python packages to work with data from Google Earth Engine. This package allows you to easily extract data from the vast data catalog of GEE and use widely used implementations available as Python libraries. This notebook shows how to extract a precipitation time-series images from Earth Engine and then use the [Climate Indicies](https://climate-indices.readthedocs.io/en/latest/) Python package to calculate the Calculating Standardized Precipitation (SPI)."
1414
]
1515
},
1616
{

notebooks/xee_calculating_spi.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ <h2> Contents </h2>
466466
<h1>Calculating Standardized Precipitation Index (SPI)<a class="headerlink" href="#calculating-standardized-precipitation-index-spi" title="Link to this heading">#</a></h1>
467467
<section id="overview">
468468
<h2><strong>Overview</strong><a class="headerlink" href="#overview" title="Link to this heading">#</a></h2>
469-
<p>One of the key advantages of <a class="reference external" href="https://github.com/google/Xee">XEE</a> package is the ability to use Python packages to work with data from Google Earth Engine. This allows you to easily extract data from the vast data catalog of GEE and use widely used implementations available as Python libraries. This notebook shows how to extract a precipitation time-series images from Earth Engine and then use the <a class="reference external" href="https://climate-indices.readthedocs.io/en/latest/">Climate Indicies</a> Python package to calculate the Calculating Standardized Precipitation (SPI).</p>
469+
<p>One of the key advantages of the <a class="reference external" href="https://github.com/google/Xee">XEE</a> package is the ability to use Python packages to work with data from Google Earth Engine. This package allows you to easily extract data from the vast data catalog of GEE and use widely used implementations available as Python libraries. This notebook shows how to extract a precipitation time-series images from Earth Engine and then use the <a class="reference external" href="https://climate-indices.readthedocs.io/en/latest/">Climate Indicies</a> Python package to calculate the Calculating Standardized Precipitation (SPI).</p>
470470
</section>
471471
<section id="setup-and-data-download">
472472
<h2>Setup and Data Download<a class="headerlink" href="#setup-and-data-download" title="Link to this heading">#</a></h2>

0 commit comments

Comments
 (0)