Install Pre-computed Dataset
Note: If you only want to use the dataset, this is unnecessary.
Note: Make sure you install HSDS before running this step
First, download the data set as a raw .h5 file from Zenodo:
export PROP3D_DATA=/home/$USER/Prop3D.h5 #Change to wherever you want to store the Prop3D within HSDS
wget https://zenodo.org/record/6873024/files/Prop3D-20.h5
Then, import the .h5 file into the HSDS endpoint:
hsload Prop3D.h5 /home/$USER/Prop3D.h5 #Change last path to whatever you want to name the file in HSDS
Warning: loading the Prop3D-20sf dataset with hsload can take seevral days.