Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
calc_distance_map [2015/10/12 01:21] admin |
calc_distance_map [2026/06/29 13:20] (current) chrystian Add usage examples to functor documentation |
||
|---|---|---|---|
| Line 30: | Line 30: | ||
| The calculated distance is the [[wp>Euclidean_distance|Euclidean distance]] and the unit used is the meter. | The calculated distance is the [[wp>Euclidean_distance|Euclidean distance]] and the unit used is the meter. | ||
| + | |||
| + | The output map has layers named "distance_to_X", where X is the value of category for which the distances are being calculated. For instance, if the distance is being calculated for categories 2 and 13, the output map will have two layers named "distance_to_2" and "distance_to_13". | ||
| + | |||
| ===== Internal Name ===== | ===== Internal Name ===== | ||
| Line 35: | Line 38: | ||
| CalcDistanceMap | CalcDistanceMap | ||
| + | ===== Usage examples ===== | ||
| + | |||
| + | See practical examples of this functor in [[lesson_18|Lesson 18: Building a land-use and land-cover change simulation model]] | ||