Skip to content

Commit

Permalink
deploy: f69a35d
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Aug 18, 2024
1 parent c77c556 commit 4e2786e
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 37 deletions.
2 changes: 1 addition & 1 deletion _sources/book/about/instructor.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "a3a70094",
"id": "88093564",
"metadata": {},
"source": [
"## Instructor\n",
Expand Down
2 changes: 1 addition & 1 deletion _sources/book/about/schedule.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "e953b092",
"id": "8c07c1b3",
"metadata": {},
"source": [
"# Schedule\n",
Expand Down
2 changes: 1 addition & 1 deletion _sources/book/about/syllabus.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "f86e8e3f",
"id": "4db0bf27",
"metadata": {},
"source": [
"# Syllabus\n",
Expand Down
40 changes: 20 additions & 20 deletions _sources/book/python/04_string_operations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "bcb4d025",
"id": "0",
"metadata": {},
"source": [
"# String Operations\n",
Expand All @@ -12,7 +12,7 @@
},
{
"cell_type": "markdown",
"id": "b8d33eeb",
"id": "1",
"metadata": {},
"source": [
"## Creating and Manipulating Strings\n",
Expand All @@ -23,7 +23,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "0ef1fb56",
"id": "2",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -32,7 +32,7 @@
},
{
"cell_type": "markdown",
"id": "f5e965b3",
"id": "3",
"metadata": {},
"source": [
"You can concatenate (join) strings using the `+` operator:"
Expand All @@ -41,7 +41,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "42526b7a",
"id": "4",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -51,7 +51,7 @@
},
{
"cell_type": "markdown",
"id": "eae07d43",
"id": "5",
"metadata": {},
"source": [
"You can also repeat strings using the `*` operator:"
Expand All @@ -60,7 +60,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "508b11d4",
"id": "6",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -70,7 +70,7 @@
},
{
"cell_type": "markdown",
"id": "5669c026",
"id": "7",
"metadata": {},
"source": [
"## String Methods for Geospatial Data\n",
Expand All @@ -85,7 +85,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "caefbc57",
"id": "8",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -96,7 +96,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "14c657bd",
"id": "9",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -107,7 +107,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "640f1423",
"id": "10",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -118,7 +118,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "827dd307",
"id": "11",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -128,7 +128,7 @@
},
{
"cell_type": "markdown",
"id": "b24b43e0",
"id": "12",
"metadata": {},
"source": [
"## Formatting Strings\n",
Expand All @@ -139,7 +139,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "248322a2",
"id": "13",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -152,7 +152,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "616a001f",
"id": "14",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -162,7 +162,7 @@
},
{
"cell_type": "markdown",
"id": "58262850",
"id": "15",
"metadata": {},
"source": [
"## Parsing and Extracting Information from Strings\n",
Expand All @@ -173,7 +173,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "bc54dbed",
"id": "16",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -186,7 +186,7 @@
},
{
"cell_type": "markdown",
"id": "6f54635f",
"id": "17",
"metadata": {},
"source": [
"## Exercises\n",
Expand All @@ -199,10 +199,10 @@
},
{
"cell_type": "markdown",
"id": "f910f3f0",
"id": "18",
"metadata": {},
"source": [
"### Conclusion\n",
"## Conclusion\n",
"\n",
"String operations are crucial in geospatial programming, especially when dealing with textual geographic data. Mastering these operations will enable you to handle and manipulate geographic information effectively in your projects."
]
Expand Down
2 changes: 1 addition & 1 deletion _sources/book/software/miniconda.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "a91c3820",
"id": "5e67bd49",
"metadata": {},
"source": [
"# Miniconda\n",
Expand Down
2 changes: 1 addition & 1 deletion _sources/book/software/overview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "6e11a36a",
"id": "22c8e721",
"metadata": {},
"source": [
"# Overview\n",
Expand Down
4 changes: 2 additions & 2 deletions book/python/03_data_structures.html
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ <h2><span class="section-number">3.3. </span>Sets<a class="headerlink" href="#se
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Updated regions: {&#39;North America&#39;, &#39;Africa&#39;, &#39;Europe&#39;, &#39;Asia&#39;}
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Updated regions: {&#39;Europe&#39;, &#39;Africa&#39;, &#39;North America&#39;, &#39;Asia&#39;}
</pre></div>
</div>
</div>
Expand All @@ -611,7 +611,7 @@ <h2><span class="section-number">3.3. </span>Sets<a class="headerlink" href="#se
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Regions after attempting to add duplicate: {&#39;North America&#39;, &#39;Africa&#39;, &#39;Europe&#39;, &#39;Asia&#39;}
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Regions after attempting to add duplicate: {&#39;Europe&#39;, &#39;Africa&#39;, &#39;North America&#39;, &#39;Asia&#39;}
</pre></div>
</div>
</div>
Expand Down
16 changes: 6 additions & 10 deletions book/python/04_string_operations.html
Original file line number Diff line number Diff line change
Expand Up @@ -486,10 +486,8 @@ <h2> Contents </h2>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#string-methods-for-geospatial-data">4.2. String Methods for Geospatial Data</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#formatting-strings">4.3. Formatting Strings</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#parsing-and-extracting-information-from-strings">4.4. Parsing and Extracting Information from Strings</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#exercises">4.5. Exercises</a><ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#conclusion">4.5.1. Conclusion</a></li>
</ul>
</li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#exercises">4.5. Exercises</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#conclusion">4.6. Conclusion</a></li>
</ul>
</nav>
</div>
Expand Down Expand Up @@ -665,11 +663,11 @@ <h2><span class="section-number">4.5. </span>Exercises<a class="headerlink" href
<li><p>Create a formatted string that includes the name of a location and its coordinates. Use both the <code class="docutils literal notranslate"><span class="pre">format()</span></code> method and f-strings to achieve this.</p></li>
<li><p>Replace a substring in the name of a place (e.g., change ‘San Francisco’ to ‘San Diego’) and print the result.</p></li>
</ol>
</section>
<section id="conclusion">
<h3><span class="section-number">4.5.1. </span>Conclusion<a class="headerlink" href="#conclusion" title="Link to this heading">#</a></h3>
<h2><span class="section-number">4.6. </span>Conclusion<a class="headerlink" href="#conclusion" title="Link to this heading">#</a></h2>
<p>String operations are crucial in geospatial programming, especially when dealing with textual geographic data. Mastering these operations will enable you to handle and manipulate geographic information effectively in your projects.</p>
</section>
</section>
</section>

<script type="text/x-thebe-config">
Expand Down Expand Up @@ -740,10 +738,8 @@ <h3><span class="section-number">4.5.1. </span>Conclusion<a class="headerlink" h
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#string-methods-for-geospatial-data">4.2. String Methods for Geospatial Data</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#formatting-strings">4.3. Formatting Strings</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#parsing-and-extracting-information-from-strings">4.4. Parsing and Extracting Information from Strings</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#exercises">4.5. Exercises</a><ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#conclusion">4.5.1. Conclusion</a></li>
</ul>
</li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#exercises">4.5. Exercises</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#conclusion">4.6. Conclusion</a></li>
</ul>
</nav></div>

Expand Down

0 comments on commit 4e2786e

Please sign in to comment.