Skip to content

Commit 2742c15

Browse files
committed
Update installation and example section in docs
1 parent 7ad405c commit 2742c15

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

docs/_toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
format: jb-book
22
root: introduction
33
parts:
4-
- caption: ''
4+
- caption: 'Getting Started'
55
chapters:
6+
- file: install_and_example
67
- file: thematic_requirements
78
- caption: 'Core Features'
89
chapters:
@@ -20,5 +21,4 @@ parts:
2021
- file: about
2122
# - url: https://smbyc.github.io/ThRasE/paper.pdf
2223
# title: Paper pdf
23-
- file: example
2424
- file: references
Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
# Example
1+
# Installation and Example
2+
3+
## Installation
4+
5+
ThRasE is available from the official QGIS Plugin Repository. To install it:
6+
7+
1. Open QGIS and go to `Plugins``Manage and Install Plugins…`.
8+
2. In the search bar, type `ThRasE` and click `Install Plugin`.
9+
3. Once installed, activate the plugin via the `Plugins` menu or `Plugins toolbar`.
10+
11+
## Example
212

313
```{image} images/tinigua.webp
414
:width: 30%
@@ -19,5 +29,5 @@ The example also includes mean composite maps for each year as a reference data.
1929
Unzip the file and load the ThRasE session file (`.yaml`) in the init ThRasE dialog.
2030

2131
```{important}
22-
All files in this example are for demonstration purposes only and do not represent official/real data.
32+
All files in this example are for demonstration purposes only and do not represent official data.
2333
```

docs/introduction.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
1-
# ThRasE - Thematic Raster Editor
1+
# ThRasE - Introduction
22

33
```{image} images/overview.webp
44
:width: 90%
55
:align: center
66
```
7+
78
## Overview
89

910
ThRasE is an open-source QGIS plugin designed for manual post-classification correction and quality assurance of thematic maps. It provides a comprehensive workspace for editing raster classifications through synchronized multi-view panel configurations that enable blending multiple layers for visual comparison. The plugin features a recode pixel table for modifying multiple classes simultaneously through precise editing tools for pixel-level corrections. An integrated modification tracking system records every change with timestamps and original values, enabling traceability and visual highlighting of edited areas. Systematic tile-based navigation ensures complete spatial coverage during inspection, while session persistence enables seamless multi-day workflows by preserving workspace configuration and review progress.
1011

11-
## Install
12-
13-
ThRasE is available from the official QGIS Plugin Repository. To install it:
14-
15-
1. Open QGIS and go to `Plugins``Manage and Install Plugins…`.
16-
2. In the search bar, type `ThRasE` and click `Install Plugin`.
17-
3. Once installed, activate the plugin via the `Plugins` menu or `Plugins toolbar`.
18-
1912
## When and Why Use ThRasE?
2013

2114
Thematic maps are essential tools that translate complex spatial data into actionable insights, but their reliability depends on rigorous quality assurance. Automated classification methods, while powerful, inevitably introduce errors. Satellite-based classifications can produce errors of omission or commission, scale mismatches, or temporal misalignments with ground conditions. These limitations don't undermine the value of thematic maps, but they highlight the critical importance of quality assurance.

0 commit comments

Comments
 (0)