You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _sources/notebooks/xee_calculating_spi.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
"\n",
11
11
"## **Overview**\n",
12
12
"\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)."
Copy file name to clipboardExpand all lines: notebooks/xee_calculating_spi.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -466,7 +466,7 @@ <h2> Contents </h2>
466
466
<h1>Calculating Standardized Precipitation Index (SPI)<aclass="headerlink" href="#calculating-standardized-precipitation-index-spi" title="Link to this heading">#</a></h1>
467
467
<sectionid="overview">
468
468
<h2><strong>Overview</strong><aclass="headerlink" href="#overview" title="Link to this heading">#</a></h2>
469
-
<p>One of the key advantages of <aclass="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 <aclass="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 <aclass="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 <aclass="reference external" href="https://climate-indices.readthedocs.io/en/latest/">Climate Indicies</a> Python package to calculate the Calculating Standardized Precipitation (SPI).</p>
470
470
</section>
471
471
<sectionid="setup-and-data-download">
472
472
<h2>Setup and Data Download<aclass="headerlink" href="#setup-and-data-download" title="Link to this heading">#</a></h2>
0 commit comments