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
Copy file name to clipboardExpand all lines: lsd/tutorial/notebooks/lsd_data_download.ipynb
+28-41Lines changed: 28 additions & 41 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,7 @@
4
4
"metadata": {
5
5
"colab": {
6
6
"name": "lsd_data_download.ipynb",
7
-
"provenance": [],
8
-
"collapsed_sections": []
7
+
"provenance": []
9
8
},
10
9
"kernelspec": {
11
10
"name": "python3",
@@ -30,14 +29,14 @@
30
29
" * the s3 bucket contains about 1.7 tb of data, so bear in mind before downloading the whole bucket\n",
31
30
" * boto3 is a python api useful for accessing s3 data, you can use it to find sizes of folders before committing to downloading a directory (here is an example https://stackoverflow.com/questions/49759940/how-to-find-size-of-a-folder-inside-an-s3-bucket), and there are examples for downloading some data below (links at bottom of cell)\n",
32
31
" * s3 bucket contains a mixture of zarr, n5, nml, json, bson\n",
33
-
" * google bucket volume metadata is stored in info files. zarr/n5 metadata is stored in attributes files. To see offsets/shapes of cropped data (i.e hemi roi 1) check these files.\n",
32
+
" * google bucket volume metadata is stored in info files. zarr/n5 metadata is stored in attributes files. To see offsets/shapes of cropped data (i.e hemi roi 1) check these files.\n",
34
33
" * google bucket volumes are in xyz voxel space.\n",
35
34
" * zarr volumes are in zyx world space (i.e nanometers)\n",
0 commit comments