Software using Xarray#
Note
Do you know of something that should be included here? Please open an Issue or Pull Request on Github to add it!
spatial-data and the packages that build uses
Xarray
Internally it uses the multi-scale-spatialimage library to convert OME-NGFF formatted data into
Xarray.DataTree
s ofDataset
s
DeLTA is a research software using Deep Learning for the analysis (segmentation and tracking) of microscopy images of cells. It uses
xr.DataArray
s to store the image data, andxr.Dataset
s to save the result of the analysis as netCDF4 files.