Skip to content

Commit b5078b6

Browse files
committed
deploy: c4fde0c
1 parent 52ccebb commit b5078b6

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ <h1 class="title">QGIS-Tim</h1>
181181

182182
<div class="quarto-listing quarto-listing-container-grid" id="listing-listing">
183183
<div class="list grid quarto-listing-cols-3">
184-
<div class="g-col-1" data-index="0" data-listing-file-modified-sort="1702985164620" data-listing-reading-time-sort="1">
184+
<div class="g-col-1" data-index="0" data-listing-file-modified-sort="1703148889342" data-listing-reading-time-sort="1">
185185
<a href="./tutorial.html" class="quarto-grid-link">
186186
<div class="quarto-grid-item card h-100 card-left">
187187
<p class="card-img-top">

install.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,11 @@ <h2 id="toc-title">On this page</h2>
125125
<li><a href="#method-a-from-the-qgis-plugin-database" id="toc-method-a-from-the-qgis-plugin-database" class="nav-link" data-scroll-target="#method-a-from-the-qgis-plugin-database">Method A: From the QGIS plugin database</a></li>
126126
<li><a href="#method-b-from-zip-file-recommended-for-now" id="toc-method-b-from-zip-file-recommended-for-now" class="nav-link" data-scroll-target="#method-b-from-zip-file-recommended-for-now">Method B: From ZIP file (recommended for now)</a></li>
127127
</ul></li>
128-
<li><a href="#install-the-timml-and-ttim-server" id="toc-install-the-timml-and-ttim-server" class="nav-link" data-scroll-target="#install-the-timml-and-ttim-server">3. Install the TimML and TTim server</a></li>
128+
<li><a href="#install-the-timml-and-ttim-server" id="toc-install-the-timml-and-ttim-server" class="nav-link" data-scroll-target="#install-the-timml-and-ttim-server">3. Install the TimML and TTim server</a>
129+
<ul class="collapse">
130+
<li><a href="#method-a-install-from-github-requires-internet-connection" id="toc-method-a-install-from-github-requires-internet-connection" class="nav-link" data-scroll-target="#method-a-install-from-github-requires-internet-connection">Method A: Install from GitHub (requires internet connection)</a></li>
131+
<li><a href="#method-b-install-from-zip-file" id="toc-method-b-install-from-zip-file" class="nav-link" data-scroll-target="#method-b-install-from-zip-file">Method B: Install from ZIP file</a></li>
132+
</ul></li>
129133
</ul>
130134
</nav>
131135
</div>
@@ -186,11 +190,16 @@ <h3 class="anchored" data-anchor-id="method-b-from-zip-file-recommended-for-now"
186190
<section id="install-the-timml-and-ttim-server" class="level2">
187191
<h2 class="anchored" data-anchor-id="install-the-timml-and-ttim-server">3. Install the TimML and TTim server</h2>
188192
<p>With the plugin installed, we can already define model input and convert it to Python scripts or JSON files. To run TimML and TTim computations directly from QGIS, we need to install a server program which contains TimML and TTim.</p>
193+
<section id="method-a-install-from-github-requires-internet-connection" class="level3">
194+
<h3 class="anchored" data-anchor-id="method-a-install-from-github-requires-internet-connection">Method A: Install from GitHub (requires internet connection)</h3>
189195
<ol type="1">
190196
<li>Start the QGIS-Tim plugin by clicking the QGIS-Tim icon in the toolbar.</li>
191197
<li>Find and click the “Install TimML and TTim server” button at the bottom of the plugin window.</li>
192198
<li>Click the “Install latest release from GitHub” button to download and install the server program.</li>
193199
</ol>
200+
</section>
201+
<section id="method-b-install-from-zip-file" class="level3">
202+
<h3 class="anchored" data-anchor-id="method-b-install-from-zip-file">Method B: Install from ZIP file</h3>
194203
<p>Specific releases can also be manually downloaded from the <a href="https://github.com/Deltares/QGIS-Tim/releases">GitHub Releases page</a>:</p>
195204
<ol type="1">
196205
<li>Download the gistim ZIP file for your platform: Windows, macOS, or Linux.</li>
@@ -200,6 +209,7 @@ <h2 class="anchored" data-anchor-id="install-the-timml-and-ttim-server">3. Insta
200209
</ol>
201210

202211

212+
</section>
203213
</section>
204214

205215
</main> <!-- /main -->

search.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"href": "install.html#install-the-timml-and-ttim-server",
4747
"title": "Install",
4848
"section": "3. Install the TimML and TTim server",
49-
"text": "3. Install the TimML and TTim server\nWith the plugin installed, we can already define model input and convert it to Python scripts or JSON files. To run TimML and TTim computations directly from QGIS, we need to install a server program which contains TimML and TTim.\n\nStart the QGIS-Tim plugin by clicking the QGIS-Tim icon in the toolbar.\nFind and click the “Install TimML and TTim server” button at the bottom of the plugin window.\nClick the “Install latest release from GitHub” button to download and install the server program.\n\nSpecific releases can also be manually downloaded from the GitHub Releases page:\n\nDownload the gistim ZIP file for your platform: Windows, macOS, or Linux.\nFind and click the “Install TimML and TTim server” button at the bottom of the plugin window.\nSet the path to the downloaded ZIP file in the “Install from ZIP file” section.\nClick the “Install” button."
49+
"text": "3. Install the TimML and TTim server\nWith the plugin installed, we can already define model input and convert it to Python scripts or JSON files. To run TimML and TTim computations directly from QGIS, we need to install a server program which contains TimML and TTim.\n\nMethod A: Install from GitHub (requires internet connection)\n\nStart the QGIS-Tim plugin by clicking the QGIS-Tim icon in the toolbar.\nFind and click the “Install TimML and TTim server” button at the bottom of the plugin window.\nClick the “Install latest release from GitHub” button to download and install the server program.\n\n\n\nMethod B: Install from ZIP file\nSpecific releases can also be manually downloaded from the GitHub Releases page:\n\nDownload the gistim ZIP file for your platform: Windows, macOS, or Linux.\nFind and click the “Install TimML and TTim server” button at the bottom of the plugin window.\nSet the path to the downloaded ZIP file in the “Install from ZIP file” section.\nClick the “Install” button."
5050
},
5151
{
5252
"objectID": "tutorial_TheHague.html",

tutorial.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ <h1 class="title"><i class="fa-solid fa-book" aria-label="book"></i> Tutorials</
222222

223223
<div class="quarto-listing quarto-listing-container-grid" id="listing-listing">
224224
<div class="list grid quarto-listing-cols-3">
225-
<div class="g-col-1" data-index="0" data-listing-file-modified-sort="1702985164624" data-listing-reading-time-sort="30">
225+
<div class="g-col-1" data-index="0" data-listing-file-modified-sort="1703148889342" data-listing-reading-time-sort="30">
226226
<a href="./tutorial_Rijsenhout.html" class="quarto-grid-link">
227227
<div class="quarto-grid-item card h-100 card-left">
228228
<p class="card-img-top"><img src="figures/tutorial/GeoTOP-Verticaledoorsnede.png" style="height: 150px;" class="thumbnail-image card-img"/></p>
@@ -242,7 +242,7 @@ <h5 class="no-anchor card-title listing-title">
242242
</div>
243243
</a>
244244
</div>
245-
<div class="g-col-1" data-index="1" data-listing-file-modified-sort="1702985164624" data-listing-reading-time-sort="45">
245+
<div class="g-col-1" data-index="1" data-listing-file-modified-sort="1703148889346" data-listing-reading-time-sort="45">
246246
<a href="./tutorial_TheHague.html" class="quarto-grid-link">
247247
<div class="quarto-grid-item card h-100 card-left">
248248
<p class="card-img-top"><img src="figures/tutorial/photo-TheHagueCityCentre.png" style="height: 150px;" class="thumbnail-image card-img"/></p>

0 commit comments

Comments
 (0)