You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _manual-v2/10-generalization.md
+19-6Lines changed: 19 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ parameters):
160
160
| Parameter | Type | Description |
161
161
| ----------------- | ---- | ----------- |
162
162
| id_column | text | The name of the id column in the source table. |
163
-
| importance_column | text | The column in the source table with the importance metric. Column type must be a number type. |
163
+
| importance_column | text | The column in the source table with the importance metric. Column type must be a number type. Numbers must be positive, larger number means more important. |
164
164
{:.desc}
165
165
166
166
The `src_table` and `dest_table` have always to be the same.
@@ -173,9 +173,9 @@ configurable:
173
173
174
174
| Column | Type | Description |
175
175
| --------- | ---- | ----------- |
176
-
| discr_iso | real | Discrete isolation value |
177
-
| irank | int |Importance rank |
178
-
| dirank | int | Discrete isolation rank |
176
+
| discr_iso | real | Discrete isolation value. This is the smallest distance from this feature to all other features on the map in map units.|
177
+
| irank | int |Absolute importance rank derived from `importance_column`. Most important feature gets 0, next important one gets 1, and so on.|
178
+
| dirank | int | Discrete isolation rank derived from the discrete isolation value. Most important feature gets 0, next important one gets 1, and so on. |
179
179
{:.desc}
180
180
181
181
Use these column definitions in your config file to add them:
@@ -186,9 +186,22 @@ Use these column definitions in your config file to add them:
0 commit comments