Skip to content

Data format

Arnaud Delorme edited this page Nov 21, 2024 · 3 revisions

Data is stored on AWS Open Science Program.

The data is stored in the x-array data format on top of Zarr.

In the context of SignalStore, the Zarr data format is utilized to handle multidimensional labeled arrays effectively, facilitating seamless integration with SignalStore’s storage and retrieval mechanisms.

To work with Zarr data within SignalStore, you can follow these steps:

  • Create or Load an xarray Dataset and store it on S3.
  • Initialize SignalStore’s to create the necessary MongoDB record pointing to the S3 file.

This is done in this script (the attributes contain the location on S3 to store the file).

Clone this wiki locally