Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
calculate_map [2026/07/07 16:04] hermann |
calculate_map [2026/07/15 01:17] (current) hermann |
||
|---|---|---|---|
| Line 20: | Line 20: | ||
| | Null Value | [[Null Value Type]] | Based on Cell Type | Sentinel value representing "no data" in the output. | | | Null Value | [[Null Value Type]] | Based on Cell Type | Sentinel value representing "no data" in the output. | | ||
| | Result Is Sparse | [[Boolean Value Type]] | False | If true, only non-null cells are stored in memory โ saves memory but slows random access. | | | Result Is Sparse | [[Boolean Value Type]] | False | If true, only non-null cells are stored in memory โ saves memory but slows random access. | | ||
| - | | Result Format | [[Map Type]] | None | Optional reference map whose spatial format (extent, resolution, projection) is applied to the output. Category information in the reference map is ignored. | | + | | Result Format | [[Map Type]] | None | Optional reference map whose spatial format (extent, resolution, projection) is applied to the output. Category information in the reference map is ignored. Prefer this port over a ''Number Map'' hook when the map is needed only for format purposes โ a hook defines an identifier in the expression namespace and blocks abbreviated syntax if that identifier is unused in the expression. | |
| ===== Outputs ===== | ===== Outputs ===== | ||
| Line 74: | Line 74: | ||
| * [[calculate_functors#calculatemap_examples|CalculateMap practical examples]] in the Calculate Functors documentation | * [[calculate_functors#calculatemap_examples|CalculateMap practical examples]] in the Calculate Functors documentation | ||
| * [[lesson_5|Lesson 5: Implementing a simple map algebra]] | * [[lesson_5|Lesson 5: Implementing a simple map algebra]] | ||
| + | |||