juseg / hyoga

Paleoglacier modelling framework
https://hyoga.io
GNU General Public License v3.0
8 stars 0 forks source link

Replace extent kwarg with rasterio bounds. #62

Closed juseg closed 1 year ago

juseg commented 1 year ago

Reorder domain extent tuple from (west, east, south, north) to (west, south, east, north) and rename extent keyword-argument to bounds. The new bounds argument is now compatible with rio.bounds() and the bounds keyword-argument in rasterio and rioxarray methods.