MattArran

Results 4 issues of MattArran

1. Update `test_morphers.m`, specifying clusters for `to_spatial_contracted()` so as to catch the issue with mismatching node geometry (Ref. #243) 2. Modify `to_spatial_contracted()` in `morphers.m` to ensure that the order of...

**Describe the bug** When `to_spatial_contracted` is used to merge clusters of nodes, with the clusters indicated by a grouping variable that is not in ascending order, the geometries of some...

New method `.close()` closes any connection opened by e.g. `read_box`, to the ZarrTiffStore corresponding to the GeoTiff. Fixes #69. ``` >>> import geotiff >>> import os >>> geo_tiff = geotiff.GeoTiff('o41078a7.tif')...

Hi! Thanks for the package- it's good to have a GeoTIFF reader that doesn't require struggling with GDAL. Unfortunately, I've been running into a bug in applying geotiff to my...