MCPcopy Create free account
hub / github.com/WebODM/WebODM / padded_window

Function padded_window

app/raster_utils.py:88–89  ·  view source on GitHub ↗
(w, pad)

Source from the content-addressed store, hash-verified

86 return subwins
87
88def padded_window(w, pad):
89 return Window(w.col_off - pad, w.row_off - pad, w.width + pad * 2, w.height + pad * 2)
90
91def export_raster(input, output, progress_callback=None, **opts):
92 now = time.time()

Callers 1

export_rasterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected