Skip to content

Commit 74264c5

Browse files
Update documentation
1 parent e82f9a5 commit 74264c5

File tree

112 files changed

+4711
-3974
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+4711
-3974
lines changed

.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 09e5cea43acf49a22b9898f2336177d9
3+
config: 258449c5a17eec5800d52465022ef9e1
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

README.html

Lines changed: 51 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<head>
88
<meta charset="utf-8" />
9-
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
9+
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
1010

1111
<title>Geospatial Python Tutorials &#8212; Geospatial Python Tutorials</title>
1212

@@ -16,30 +16,33 @@
1616
document.documentElement.dataset.mode = localStorage.getItem("mode") || "light";
1717
document.documentElement.dataset.theme = localStorage.getItem("theme") || "light";
1818
</script>
19-
20-
<!-- Loaded before other Sphinx assets -->
21-
<link href="_static/styles/theme.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" />
22-
<link href="_static/styles/bootstrap.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" />
23-
<link href="_static/styles/pydata-sphinx-theme.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" />
19+
<!--
20+
this give us a css class that will be invisible only if js is disabled
21+
-->
22+
<noscript>
23+
<style>
24+
.pst-js-only { display: none !important; }
2425

26+
</style>
27+
</noscript>
2528

26-
<link href="_static/vendor/fontawesome/6.5.2/css/all.min.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" />
27-
<link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.5.2/webfonts/fa-solid-900.woff2" />
28-
<link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2" />
29-
<link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2" />
29+
<!-- Loaded before other Sphinx assets -->
30+
<link href="_static/styles/theme.css?digest=8878045cc6db502f8baf" rel="stylesheet" />
31+
<link href="_static/styles/pydata-sphinx-theme.css?digest=8878045cc6db502f8baf" rel="stylesheet" />
3032

3133
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" />
32-
<link rel="stylesheet" type="text/css" href="_static/styles/sphinx-book-theme.css?v=eba8b062" />
34+
<link rel="stylesheet" type="text/css" href="_static/styles/sphinx-book-theme.css?v=a3416100" />
3335
<link rel="stylesheet" type="text/css" href="_static/togglebutton.css?v=13237357" />
3436
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
35-
<link rel="stylesheet" type="text/css" href="_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css" />
37+
<link rel="stylesheet" type="text/css" href="_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" />
3638
<link rel="stylesheet" type="text/css" href="_static/sphinx-thebe.css?v=4fa983c6" />
3739
<link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=95c83b7e" />
3840

41+
<!-- So that users can add custom icons -->
42+
<script src="_static/scripts/fontawesome.js?digest=8878045cc6db502f8baf"></script>
3943
<!-- Pre-loaded scripts that we'll load fully later -->
40-
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
41-
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
42-
<script src="_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
44+
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
45+
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />
4346

4447
<script src="_static/documentation_options.js?v=9eb32ce0"></script>
4548
<script src="_static/doctools.js?v=9a2dae69"></script>
@@ -75,6 +78,7 @@
7578
<link rel="search" title="Search" href="search.html" />
7679
<meta name="viewport" content="width=device-width, initial-scale=1"/>
7780
<meta name="docsearch:language" content="en"/>
81+
<meta name="docsearch:version" content="" />
7882
</head>
7983

8084

@@ -90,36 +94,24 @@
9094
<i class="fa-solid fa-arrow-up"></i>Back to top</button>
9195

9296

93-
<input type="checkbox"
94-
class="sidebar-toggle"
95-
id="pst-primary-sidebar-checkbox"/>
96-
<label class="overlay overlay-primary" for="pst-primary-sidebar-checkbox"></label>
97-
98-
<input type="checkbox"
99-
class="sidebar-toggle"
100-
id="pst-secondary-sidebar-checkbox"/>
101-
<label class="overlay overlay-secondary" for="pst-secondary-sidebar-checkbox"></label>
102-
103-
<div class="search-button__wrapper">
104-
<div class="search-button__overlay"></div>
105-
<div class="search-button__search-container">
97+
<dialog id="pst-search-dialog">
98+
10699
<form class="bd-search d-flex align-items-center"
107100
action="search.html"
108101
method="get">
109102
<i class="fa-solid fa-magnifying-glass"></i>
110103
<input type="search"
111104
class="form-control"
112105
name="q"
113-
id="search-input"
114106
placeholder="Search this book..."
115107
aria-label="Search this book..."
116108
autocomplete="off"
117109
autocorrect="off"
118110
autocapitalize="off"
119111
spellcheck="false"/>
120112
<span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd>K</kbd></span>
121-
</form></div>
122-
</div>
113+
</form>
114+
</dialog>
123115

124116
<div class="pst-async-banner-revealer d-none">
125117
<aside id="bd-header-version-warning" class="d-none d-print-none" aria-label="Version warning"></aside>
@@ -137,7 +129,8 @@
137129

138130

139131

140-
<div class="bd-sidebar-primary bd-sidebar">
132+
<dialog id="pst-primary-sidebar-modal"></dialog>
133+
<div id="pst-primary-sidebar" class="bd-sidebar-primary bd-sidebar">
141134

142135

143136

@@ -165,21 +158,17 @@
165158

166159

167160
<img src="_static/logo.png" class="logo__image only-light" alt="Geospatial Python Tutorials - Home"/>
168-
<script>document.write(`<img src="_static/logo.png" class="logo__image only-dark" alt="Geospatial Python Tutorials - Home"/>`);</script>
161+
<img src="_static/logo.png" class="logo__image only-dark pst-js-only" alt="Geospatial Python Tutorials - Home"/>
169162

170163

171164
</a></div>
172165
<div class="sidebar-primary-item">
173166

174-
<script>
175-
document.write(`
176-
<button class="btn search-button-field search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
177-
<i class="fa-solid fa-magnifying-glass"></i>
178-
<span class="search-button__default-text">Search</span>
179-
<span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span>
180-
</button>
181-
`);
182-
</script></div>
167+
<button class="btn search-button-field search-button__button pst-js-only" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
168+
<i class="fa-solid fa-magnifying-glass"></i>
169+
<span class="search-button__default-text">Search</span>
170+
<span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span>
171+
</button></div>
183172
<div class="sidebar-primary-item"><nav class="bd-links bd-docs-nav" aria-label="Main">
184173
<div class="bd-toc-item navbar-nav active">
185174

@@ -203,7 +192,8 @@
203192
<li class="toctree-l1"><a class="reference internal" href="notebooks/xarray_mosaic_and_clip.html">Raster Mosaicing and Clipping</a></li>
204193
<li class="toctree-l1"><a class="reference internal" href="notebooks/xarray_raster_sampling.html">Sampling Raster Data with XArray</a></li>
205194
<li class="toctree-l1"><a class="reference internal" href="notebooks/xarray_zonal_stats.html">Zonal Statistics with XArray</a></li>
206-
<li class="toctree-l1"><a class="reference internal" href="notebooks/xarray_extracting_time_series.html">Extracting a Time Series</a></li>
195+
<li class="toctree-l1"><a class="reference internal" href="notebooks/xarray_extracting_time_series.html">Extracting Time Series</a></li>
196+
<li class="toctree-l1"><a class="reference internal" href="notebooks/xarray_extracting_time_series_multiple.html">Extracting Time-Series at Multiple Locations</a></li>
207197
<li class="toctree-l1"><a class="reference internal" href="notebooks/xarray_create_raster.html">Create a Raster from Array</a></li>
208198
<li class="toctree-l1"><a class="reference internal" href="notebooks/xarray_processing_satellite_images.html">Processing Satellite Images with XArray</a></li>
209199
</ul>
@@ -244,9 +234,14 @@
244234

245235

246236
<div class="sidebar-primary-items__end sidebar-primary__section">
237+
<div class="sidebar-primary-item">
238+
<div id="ethical-ad-placement"
239+
class="flat"
240+
data-ea-publisher="readthedocs"
241+
data-ea-type="readthedocs-sidebar"
242+
data-ea-manual="true">
243+
</div></div>
247244
</div>
248-
249-
<div id="rtd-footer-container"></div>
250245

251246

252247
</div>
@@ -390,24 +385,16 @@
390385

391386

392387

393-
<script>
394-
document.write(`
395-
<button class="btn btn-sm nav-link pst-navbar-icon theme-switch-button" title="light/dark" aria-label="light/dark" data-bs-placement="bottom" data-bs-toggle="tooltip">
396-
<i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light"></i>
397-
<i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark"></i>
398-
<i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto"></i>
399-
</button>
400-
`);
401-
</script>
388+
<button class="btn btn-sm nav-link pst-navbar-icon theme-switch-button pst-js-only" aria-label="Color mode" data-bs-title="Color mode" data-bs-placement="bottom" data-bs-toggle="tooltip">
389+
<i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light" title="Light"></i>
390+
<i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark" title="Dark"></i>
391+
<i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto" title="System Settings"></i>
392+
</button>
402393

403394

404-
<script>
405-
document.write(`
406-
<button class="btn btn-sm pst-navbar-icon search-button search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
395+
<button class="btn btn-sm pst-navbar-icon search-button search-button__button pst-js-only" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
407396
<i class="fa-solid fa-magnifying-glass fa-lg"></i>
408-
</button>
409-
`);
410-
</script>
397+
</button>
411398
<button class="sidebar-toggle secondary-toggle btn btn-sm" title="Toggle secondary sidebar" data-bs-placement="bottom" data-bs-toggle="tooltip">
412399
<span class="fa-solid fa-list"></span>
413400
</button>
@@ -552,7 +539,8 @@ <h2>License<a class="headerlink" href="#license" title="Link to this heading">#<
552539

553540

554541

555-
<div class="bd-sidebar-secondary bd-toc"><div class="sidebar-secondary-items sidebar-secondary__inner">
542+
<dialog id="pst-secondary-sidebar-modal"></dialog>
543+
<div id="pst-secondary-sidebar" class="bd-sidebar-secondary bd-toc"><div class="sidebar-secondary-items sidebar-secondary__inner">
556544

557545

558546
<div class="sidebar-secondary-item">
@@ -618,8 +606,8 @@ <h2>License<a class="headerlink" href="#license" title="Link to this heading">#<
618606
</div>
619607

620608
<!-- Scripts loaded after <body> so the DOM is not blocked -->
621-
<script src="_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b"></script>
622-
<script src="_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b"></script>
609+
<script defer src="_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf"></script>
610+
<script defer src="_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf"></script>
623611

624612
<footer class="bd-footer">
625613
</footer>
45.5 KB
Loading

_sources/notebooks/samgeo_mine_perimeter_detection.ipynb

Lines changed: 33 additions & 33 deletions
Large diffs are not rendered by default.

_sources/notebooks/xarray_extracting_time_series.ipynb

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)