A multi-dimensional spatial image data structure for scientific Python, providing SpatialImage class with coordinate metadata. Current version 1.2.3. Released approximately monthly.
pip install spatial-imageNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a spatial image from a numpy array and inspect its coordinates.
Use `from spatial_image import SpatialImage` instead of `from spatial_image.spatial_image import SpatialImage`.
Ensure the length of `dims` tuple equals the number of array dimensions.
Replace `spatial_image.to_xarray()` with `spatial_image.to_xarray_dataarray()`.
Use `from spatial_image import SpatialImage`
Ensure `dims` tuple has the same length as the number of axes in the input array.
Use `spatial_image.to_xarray_dataarray()` instead.
No resource links recorded.