Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

The Table Reclassification (single grid) applies a reclassification on one map using a classification table. For example, all values of the input map between 0 and 1 will be 0 in the result map, all values from 1 to 5 will be 0.5 and all values larger then 5 will be 1 in the result map. You can add this modeltype with right click at a composite model or project and select 'Add New Model' and the select the Table Reclassification (single grid). To change the name of the model, type a name in the Properties window. Learn more about how to add models.

Open the Table Reclassification (single) window by double clicking in the Project Explorer, both windows look like the figure below. The numbers correspond with the steps to implement the response curve.

...

  1. Enter a name for the input variable.
  2. Double click at the field and select a map by browsing or by selecting a map from previous models or composite models. You can also use results from previous models by linking the maps in the Project Explorer.
  3. Fill out the classification table (see also below, note that the order of the columns can differ from the figures)
  4. Enter a name for the output file

...

Please note that it is also possible to fill out this table by copying a cell block from EXCEL Excel and paste the information to the model window. This can be done by clicking on the selected cell and typing Ctrl+v or right click on the cell and choose 'paste'.

...

The first column must contain the range and value of the classification.

Please pay attention to the notation of the classification range syntax: "\[" if the extreme value belongs to the range, ">" it does not. For example:

Info
titleUseful Information

Wiki Markup

HABITATDOC:<1, 3]

All grid cells with a value from 1 to 3 (without 1 and including 3) <ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="011b1318-617c-4de2-9a0f-97502322b436"><ac:plain-text-body><![CDATA[

[5,>

All grid cells with a value equal or larger than 5

]]></ac:plain-text-body></ac:structured-macro>

4

All grid cells with exact the value 4

<,>

All values

...

You can insert a description of the classification in the third column (ranges of classification need no further explanation).

To List of contents
To top of page