You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Receive credentials from Ryan via keybase (S3_ACCESS_KEY_ID and S3_SECRET_ACCESS_KEY)
Try adapting Ryan's short user guide to read and write data from the bucket
Try to use rclone to copy data to / from the bucket
Try to use the aws s3 CLI to copy data to / from the bucket
Benchmark read performance from OSN with different file types
Upload a netcdf file from Pleiades (for a small amount of data, you can do the transfer from the head node--no job submission required)
Read back the file from a local python process using xarray and h5py (no kerchunk); benchmark the speed of common queries (report results in MB/s throughput)
Upload the kerchunk indexes and use kerchunk + fsspec reference file system for the same queries; compare results
Upload an equivalent Zarr and perform the same queries; compare results
Try to understand Chris Hill's upload scripts in https://github.com/ocean-transport/pleiades_llc_recipes/tree/master/osn_transfer - These are pretty confusing but ultimately they allow you to transfer files from Pleiades to OSN within a batch job. Let's refactor them to be more clear and understandable. As soon as the credits come online, we can start shipping data.
None of this requires submitting any jobs to the Pleiades queue.
cnh-bucket-1
)S3_ACCESS_KEY_ID
andS3_SECRET_ACCESS_KEY
)cc @rsaim
The text was updated successfully, but these errors were encountered: