|
205 | 205 | <li class="toctree-l1"><a class="reference internal" href="notebooks/xarray_raster_sampling.html">Sampling Raster Data with XArray</a></li> |
206 | 206 | <li class="toctree-l1"><a class="reference internal" href="notebooks/xarray_zonal_stats.html">Zonal Statistics with XArray</a></li> |
207 | 207 | <li class="toctree-l1"><a class="reference internal" href="notebooks/xarray_extracting_time_series.html">Extracting a Time Series</a></li> |
208 | | -<li class="toctree-l1"><a class="reference internal" href="notebooks/xarray_aggregating_time_series.html">Aggregating Time Series</a></li> |
209 | | -<li class="toctree-l1"><a class="reference internal" href="notebooks/xarray_wrap_longitude.html">Transform Longitude Values</a></li> |
210 | 208 | <li class="toctree-l1"><a class="reference internal" href="notebooks/xarray_create_raster.html">Create a Raster from Array</a></li> |
211 | 209 | </ul> |
212 | 210 | <p aria-level="2" class="caption" role="heading"><span class="caption-text">XArray for Climate Data</span></p> |
213 | 211 | <ul class="nav bd-sidenav"> |
| 212 | +<li class="toctree-l1"><a class="reference internal" href="notebooks/xarray_aggregating_time_series.html">Aggregating Precipitation Time Series</a></li> |
214 | 213 | <li class="toctree-l1"><a class="reference internal" href="notebooks/xarray_climate_anomaly.html">Calculating Climate Anomaly</a></li> |
215 | 214 | <li class="toctree-l1"><a class="reference internal" href="notebooks/xarray_climate_trends.html">Computing Climate Trends</a></li> |
| 215 | +<li class="toctree-l1"><a class="reference internal" href="notebooks/xarray_wrap_longitude.html">Transform Longitude Values</a></li> |
216 | 216 | </ul> |
217 | 217 | <p aria-level="2" class="caption" role="heading"><span class="caption-text">Dask for Parallel Processing</span></p> |
218 | 218 | <ul class="nav bd-sidenav"> |
@@ -478,16 +478,16 @@ <h2>Tutorials<a class="headerlink" href="#tutorials" title="Link to this heading |
478 | 478 | <li class="toctree-l1"><a class="reference internal" href="notebooks/xarray_raster_sampling.html">Sampling Raster Data with XArray</a></li> |
479 | 479 | <li class="toctree-l1"><a class="reference internal" href="notebooks/xarray_zonal_stats.html">Zonal Statistics with XArray</a></li> |
480 | 480 | <li class="toctree-l1"><a class="reference internal" href="notebooks/xarray_extracting_time_series.html">Extracting a Time Series</a></li> |
481 | | -<li class="toctree-l1"><a class="reference internal" href="notebooks/xarray_aggregating_time_series.html">Aggregating Time Series</a></li> |
482 | | -<li class="toctree-l1"><a class="reference internal" href="notebooks/xarray_wrap_longitude.html">Transform Longitude Values</a></li> |
483 | 481 | <li class="toctree-l1"><a class="reference internal" href="notebooks/xarray_create_raster.html">Create a Raster from Array</a></li> |
484 | 482 | </ul> |
485 | 483 | </div> |
486 | 484 | <div class="toctree-wrapper compound"> |
487 | 485 | <p aria-level="2" class="caption" role="heading"><span class="caption-text">XArray for Climate Data</span></p> |
488 | 486 | <ul> |
| 487 | +<li class="toctree-l1"><a class="reference internal" href="notebooks/xarray_aggregating_time_series.html">Aggregating Precipitation Time Series</a></li> |
489 | 488 | <li class="toctree-l1"><a class="reference internal" href="notebooks/xarray_climate_anomaly.html">Calculating Climate Anomaly</a></li> |
490 | 489 | <li class="toctree-l1"><a class="reference internal" href="notebooks/xarray_climate_trends.html">Computing Climate Trends</a></li> |
| 490 | +<li class="toctree-l1"><a class="reference internal" href="notebooks/xarray_wrap_longitude.html">Transform Longitude Values</a></li> |
491 | 491 | </ul> |
492 | 492 | </div> |
493 | 493 | <div class="toctree-wrapper compound"> |
|
0 commit comments