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
XarrayInternally it uses the multi-scale-spatialimage library to convert OME-NGFF formatted data into
Xarray.DataTrees ofDatasets
DeLTA is a research software using Deep Learning for the analysis (segmentation and tracking) of microscopy images of cells. It uses
xr.DataArrays to store the image data, andxr.Datasets to save the result of the analysis as netCDF4 files.