Skip to content
Snippets Groups Projects

include max radius and MAX_RADIUS, WINDOW_SIZE constants

All threads resolved!
Files
5
@@ -302,17 +302,17 @@
},
"rastertools_window_size": {
"id": "rastertools_window_size",
"default": 1024,
"default": 2048,
"description": "Define size of tiles to distribute processing",
"title": "the rastertools_window_size schema",
"type": "boolean"
"type": "integer"
},
"rastertools_radius": {
"id": "rastertools_radius",
"default": null,
"default": 512,
"description": "Max distance (in pixels) around a point to evaluate horizontal elevation angle",
"title": "the rastertools_radius schema",
"type": "boolean"
"type": "integer"
}
}
},
Loading