Skip to content

Commit feaf9cc

Browse files
update
1 parent 7f93d8f commit feaf9cc

21 files changed

Lines changed: 201 additions & 25 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
_build/
12
# Byte-compiled / optimized / DLL files
23
__pycache__/
34
*.py[cod]
-210 KB
Binary file not shown.

_build/.doctrees/intro.doctree

3.61 KB
Binary file not shown.
2 Bytes
Binary file not shown.

_build/.doctrees/markdown.doctree

2 Bytes
Binary file not shown.

_build/.doctrees/notebooks.doctree

2 Bytes
Binary file not shown.
2 Bytes
Binary file not shown.

_build/html/.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: f0884126d02a214d8d702c7dbee89b7a
3+
config: 02fa226136f1c8c9c9d9c986fc56423c
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

_build/html/_sources/intro.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Geospatial Python Tutorials
22

3-
Spatial Analysis and Remote Sensing with Python.
3+
Welcome to Spatial Analysis and Remote Sensing Tutorials by [Spatial Thoughts](https://spatialthoughts.com/). These tutorials complement our open-access Python courses and are suitable for learners who want to advance their skills.
4+
5+
We highly recommend completing the following courses before diving into these tutorials. All our courses are open-access and freely available for self-study.
6+
7+
* [Python Foundation for Spatial Analysis](https://courses.spatialthoughts.com/python-foundation.html)
8+
* [Mapping and Data Visualization with Python](https://courses.spatialthoughts.com/python-dataviz.html)
9+
10+
## Before you begin
11+
12+
Each of the following tutorial is in form of a self-contained notebook and comes with step-by-step explanation and datasets. The preferred way to run each notebook is using [Google Colab](https://colab.research.google.com/). If you are new to Colab, see our [Hello Colab](https://www.youtube.com/watch?v=tF_a9ojB6nw&list=PLppGmFLhQ1HLzGl8auwYkdUMu_z0Hz7G6&index=2) tutorial.
13+
14+
## Tutorials
415

516
```{tableofcontents}
617
```

_build/html/genindex.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229

230230

231231

232-
<li><a href="https://github.com/executablebooks/jupyter-book" target="_blank"
232+
<li><a href="https://github.com/spatialthoughts/geopython-tutorials" target="_blank"
233233
class="btn btn-sm btn-source-repository-button dropdown-item"
234234
title="Source repository"
235235
data-bs-placement="left" data-bs-toggle="tooltip"
@@ -246,7 +246,7 @@
246246

247247

248248

249-
<li><a href="https://github.com/executablebooks/jupyter-book/issues/new?title=Issue%20on%20page%20%2Fgenindex.html&body=Your%20issue%20content%20here." target="_blank"
249+
<li><a href="https://github.com/spatialthoughts/geopython-tutorials/issues/new?title=Issue%20on%20page%20%2Fgenindex.html&body=Your%20issue%20content%20here." target="_blank"
250250
class="btn btn-sm btn-source-issues-button dropdown-item"
251251
title="Open an issue"
252252
data-bs-placement="left" data-bs-toggle="tooltip"

0 commit comments

Comments
 (0)