Skip to content
logo
In Silico Framework
numpy_to_zarr
Initializing search
    in_silico_framework
    • API reference
    • Tutorials
    • Installation
    • File & data formats
    • Bibliography
    in_silico_framework
    • API reference
      • Interface
      • biophysics_fitting
      • data_base
        • IO
          • LoaderDumper
            • cell
            • dask_to_categorized_msgpack
            • dask_to_msgpack
            • dask_to_parquet
            • just_create_folder
            • just_create_isf_db
            • meta
            • numpy_to_msgpack
            • numpy_to_npy
            • numpy_to_npz
            • numpy_to_zarr
              • Loader
              • check
              • dump
            • numpy_to_zarr
              • Loader
              • check
              • dump
              • Classes
              • Functions
            • pandas_to_msgpack
            • pandas_to_parquet
            • pandas_to_pickle
            • parent_classes
            • reduced_lda_model
            • shared_numpy_store
            • to_cloudpickle
            • to_msgpack
            • to_pickle
            • utils
            • resolve_loader_dumper_path
            • load
            • get_dumper_string_by_dumper_module
            • get_dumper_string_by_savedir
          • dask_wrappers
        • analyze
        • db_initializers
        • data_base_register
        • dbopen
        • distributed_lock
        • exceptions
        • isf_data_base
        • utils
        • is_data_base
        • is_sub_data_base
        • get_db_by_unique_id
      • simrun
      • single_cell_parser
      • singlecell_input_mapper
      • spike_analysis
      • visualize
    • Tutorials
    • Installation
    • File & data formats
    • Bibliography
    • Classes
    • Functions

    ❭ API reference ❭ data_base ❭ IO ❭ LoaderDumper ❭

    numpy_to_zarr¶

    Read and write a numpy array to the zarr format.

    See also

    https://zarr.readthedocs.io/en/stable/api/zarr/storage/index.html#zarr.storage.LocalStore

    Classes¶

    Loader

    Loader for zarr objects

    Functions¶

    check(obj)

    Check whether the object can be saved with this dumper

    dump(obj, savedir)

    Write out an object in .zarr format.

    Documentation unclear, incomplete, broken or wrong? Let us know

    Previous dump
    Next Loader
    © Copyright 2025 Max Planck Institute for Neurobiology of Behavior - CAESAR.
    Created using Sphinx 7.2.6. and Sphinx-Immaterial