We're currently padding the DEM with 10 pixels. We need to find a way to determine the padding value automatically. The best idea to date is to use a neighborhood_size*2 heuristic. However, when the neighborhood size is 1, it might not be enough padding to prevent out-of-bounds errors when rasterizing line features.
We're currently padding the DEM with 10 pixels. We need to find a way to determine the padding value automatically. The best idea to date is to use a
neighborhood_size*2heuristic. However, when the neighborhood size is 1, it might not be enough padding to prevent out-of-bounds errors when rasterizing line features.