Skip to content
Snippets Groups Projects
Commit 242b4af5 authored by Lemmer, Jan's avatar Lemmer, Jan
Browse files

Upload File from origin project

parent 1701ab52
No related branches found
No related tags found
No related merge requests found
import h5py
#Shows how to create an externalLink (symbolic) to a hdf5 File
#Documentation available at: https://docs.h5py.org/en/stable/high/group.html#external-links
myfile = h5py.File('./example.h5','w')
myfile['ext link'] = h5py.ExternalLink("testdata_2.h5", "/")
myfile.close()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment