jamal919/pycaz

:bulb: extent method in Hgrid/Gr3 object

Closed this issue · 0 comments

As the extent of the Gr3/Hgrid is often needed to data preparation, it would be nice to have an extent method. The signature could be the following -

def extent(self, buffer: int) -> tuple/named tuple of  (East, West, South, North)