csiro-coasts / emsarray

xarray extension that supports EMS model formats
BSD 3-Clause "New" or "Revised" License
13 stars 2 forks source link

Make clip buffer configurable #20

Closed mx-moth closed 1 year ago

mx-moth commented 1 year ago

Adds a buffer: int = 0 argument to make_clip_mask() that allows users to opt-in to a buffer around the clip geometry.

Closes #12