Skip to content

Commit 4c7603e

Browse files
Update documentation
1 parent c54412a commit 4c7603e

139 files changed

Lines changed: 28331 additions & 28836 deletions

File tree

Some content is hidden

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

.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: 49 additions & 62 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

@@ -253,9 +242,14 @@
253242

254243

255244
<div class="sidebar-primary-items__end sidebar-primary__section">
245+
<div class="sidebar-primary-item">
246+
<div id="ethical-ad-placement"
247+
class="flat"
248+
data-ea-publisher="readthedocs"
249+
data-ea-type="readthedocs-sidebar"
250+
data-ea-manual="true">
251+
</div></div>
256252
</div>
257-
258-
<div id="rtd-footer-container"></div>
259253

260254

261255
</div>
@@ -399,24 +393,16 @@
399393

400394

401395

402-
<script>
403-
document.write(`
404-
<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">
405-
<i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light"></i>
406-
<i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark"></i>
407-
<i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto"></i>
408-
</button>
409-
`);
410-
</script>
396+
<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">
397+
<i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light" title="Light"></i>
398+
<i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark" title="Dark"></i>
399+
<i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto" title="System Settings"></i>
400+
</button>
411401

412402

413-
<script>
414-
document.write(`
415-
<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">
403+
<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">
416404
<i class="fa-solid fa-magnifying-glass fa-lg"></i>
417-
</button>
418-
`);
419-
</script>
405+
</button>
420406
<button class="sidebar-toggle secondary-toggle btn btn-sm" title="Toggle secondary sidebar" data-bs-placement="bottom" data-bs-toggle="tooltip">
421407
<span class="fa-solid fa-list"></span>
422408
</button>
@@ -561,7 +547,8 @@ <h2>License<a class="headerlink" href="#license" title="Link to this heading">#<
561547

562548

563549

564-
<div class="bd-sidebar-secondary bd-toc"><div class="sidebar-secondary-items sidebar-secondary__inner">
550+
<dialog id="pst-secondary-sidebar-modal"></dialog>
551+
<div id="pst-secondary-sidebar" class="bd-sidebar-secondary bd-toc"><div class="sidebar-secondary-items sidebar-secondary__inner">
565552

566553

567554
<div class="sidebar-secondary-item">
@@ -627,8 +614,8 @@ <h2>License<a class="headerlink" href="#license" title="Link to this heading">#<
627614
</div>
628615

629616
<!-- Scripts loaded after <body> so the DOM is not blocked -->
630-
<script src="_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b"></script>
631-
<script src="_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b"></script>
617+
<script defer src="_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf"></script>
618+
<script defer src="_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf"></script>
632619

633620
<footer class="bd-footer">
634621
</footer>

_images/yt_logo.png

-3.48 KB
Binary file not shown.

_sources/notebooks/dask_creating_spatial_data.ipynb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@
2424
"* `mountains.gpkg` : A GeoPackage containing a vector layer of mountains of the world.\n",
2525
"\n",
2626
"**Data Credit**:\n",
27-
"* [Geonames](http://www.geonames.org/). Retrieved 2025-02"
27+
"* [Geonames](http://www.geonames.org/). Retrieved 2025-02\n",
28+
"\n",
29+
"**Running the Notebook**:\n",
30+
"The preferred way to run this notebook is on Google Colab.\n",
31+
"<a href='https://colab.research.google.com/github/spatialthoughts/geopython-tutorials/blob/main/notebooks/dask_creating_spatial_data.ipynb' target='_parent'><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
2832
]
2933
},
3034
{

0 commit comments

Comments
 (0)