Skip to content

Commit 9a2549c

Browse files
committed
deploy: 4dd8da5
1 parent 66ed8e3 commit 9a2549c

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

_sources/global_editing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@
77
<br>
88
ThRasE provides two powerful global editing options that allow you to apply changes to multiple areas simultaneously.
99

10-
## Apply to Whole Image
10+
## Apply to Entire Thematic Raster
1111

1212
This option applies the changes defined in the pixel recoding table to the entire thematic raster.
1313

1414
```{warning}
1515
This operation cannot be undone, so use with caution.
1616
```
1717

18-
## Apply from Thematic Classes
18+
## Apply Within Selected Classes
1919

2020
```{image} images/global_editing_classes.webp
2121
:width: 60%
2222
:align: center
2323
```
2424
<br>
2525

26-
ThRasE enables you to apply recode pixel table changes selectively within areas defined by classes from another categorical raster file. This capability is crucial when corrections need to respect existing spatial boundaries or land management units. For example, you might need to reclassify forest types only within protected areas, correct agricultural classes exclusively in irrigated zones, or refine land cover classifications within specific administrative boundaries. This feature applies more precise and contextually appropriate post-classification corrections to the whole image.
26+
ThRasE enables you to apply recode pixel table changes selectively within areas defined by selected classes from another categorical raster file. This capability is crucial when corrections need to respect existing spatial boundaries or land management units. For example, you might need to reclassify forest types only within protected areas, correct agricultural classes exclusively in irrigated zones, or refine land cover classifications within specific administrative boundaries. This feature applies more precise and contextually appropriate post-classification corrections to the entire thematic raster.
2727

2828
```{warning}
2929
The categorical raster file used to define constraint areas must have the same projection, pixel size, and extent as your thematic map

global_editing.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ <h2> Contents </h2>
334334
</div>
335335
<nav aria-label="Page">
336336
<ul class="visible nav section-nav flex-column">
337-
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#apply-to-whole-image">Apply to Whole Image</a></li>
338-
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#apply-from-thematic-classes">Apply from Thematic Classes</a></li>
337+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#apply-to-entire-thematic-raster">Apply to Entire Thematic Raster</a></li>
338+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#apply-within-selected-classes">Apply Within Selected Classes</a></li>
339339
</ul>
340340
</nav>
341341
</div>
@@ -353,20 +353,20 @@ <h1>Global Editing Tools<a class="headerlink" href="#global-editing-tools" title
353353
</a>
354354
<br>
355355
ThRasE provides two powerful global editing options that allow you to apply changes to multiple areas simultaneously.
356-
<section id="apply-to-whole-image">
357-
<h2>Apply to Whole Image<a class="headerlink" href="#apply-to-whole-image" title="Link to this heading">#</a></h2>
356+
<section id="apply-to-entire-thematic-raster">
357+
<h2>Apply to Entire Thematic Raster<a class="headerlink" href="#apply-to-entire-thematic-raster" title="Link to this heading">#</a></h2>
358358
<p>This option applies the changes defined in the pixel recoding table to the entire thematic raster.</p>
359359
<div class="admonition warning">
360360
<p class="admonition-title">Warning</p>
361361
<p>This operation cannot be undone, so use with caution.</p>
362362
</div>
363363
</section>
364-
<section id="apply-from-thematic-classes">
365-
<h2>Apply from Thematic Classes<a class="headerlink" href="#apply-from-thematic-classes" title="Link to this heading">#</a></h2>
364+
<section id="apply-within-selected-classes">
365+
<h2>Apply Within Selected Classes<a class="headerlink" href="#apply-within-selected-classes" title="Link to this heading">#</a></h2>
366366
<a class="reference internal image-reference" href="_images/global_editing_classes.webp"><img alt="_images/global_editing_classes.webp" class="align-center" src="_images/global_editing_classes.webp" style="width: 60%;" />
367367
</a>
368368
<br>
369-
<p>ThRasE enables you to apply recode pixel table changes selectively within areas defined by classes from another categorical raster file. This capability is crucial when corrections need to respect existing spatial boundaries or land management units. For example, you might need to reclassify forest types only within protected areas, correct agricultural classes exclusively in irrigated zones, or refine land cover classifications within specific administrative boundaries. This feature applies more precise and contextually appropriate post-classification corrections to the whole image.</p>
369+
<p>ThRasE enables you to apply recode pixel table changes selectively within areas defined by selected classes from another categorical raster file. This capability is crucial when corrections need to respect existing spatial boundaries or land management units. For example, you might need to reclassify forest types only within protected areas, correct agricultural classes exclusively in irrigated zones, or refine land cover classifications within specific administrative boundaries. This feature applies more precise and contextually appropriate post-classification corrections to the entire thematic raster.</p>
370370
<div class="admonition warning">
371371
<p class="admonition-title">Warning</p>
372372
<p>The categorical raster file used to define constraint areas must have the same projection, pixel size, and extent as your thematic map</p>

0 commit comments

Comments
 (0)