jgrss / geowombat

GeoWombat: Utilities for geospatial data
https://geowombat.readthedocs.io
MIT License
184 stars 10 forks source link

typo in mosaic min option #240

Closed klwalker-sb closed 1 year ago

klwalker-sb commented 1 year ago

typo in line 457 in backends/Xarray_: darray = np.mininum(darray, darrayb)`

klwalker-sb commented 1 year ago

also, same typo in line 452

jgrss commented 1 year ago

Could you describe the issue or post the error that you are seeing?

jgrss commented 1 year ago

Ah, I see it now. mininum

Thanks!