Tutorials
Run a simple example: Writing and Reading HDF5 files from Cloud
Prerequisites:
- AWS or Azure cloud account with credentials
- S3 bucket or Azure container
- ArrayMorph dependencies installed
Steps:
-
Activate conda environment
conda activate arraymorph
-
Write sample HDF5 data to the cloud
cd examples/python
python3 write.py -
Read data back from cloud HDF5 file
cd examples/python
python3 read.py