Skip to content

Commit

Permalink
doc: more container type uri examples
Browse files Browse the repository at this point in the history
  • Loading branch information
bogovicj committed Dec 6, 2024
1 parent d90f962 commit aa760c6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,19 @@ for example: `zarr://s3://my-bucket/my-key`

* Filesystem N5
* Specify a URL starting with `n5:`
* example `n5:/path/to/my/data.ext`
* Specify a directory ending in `.n5`
* example `/path/to/my/data.n5`
* example `/path/to/my/data.n5`
* Zarr
* Specify a URL starting with `zarr:`
* example `zarr:/Users/user/Documents/sample`
* Specify a directory ending in `.zarr`
* example `/Users/user/Documents/sample.zarr`
* example `/Users/user/Documents/sample.zarr`
* HDF5
* Specify a URL starting with `hdf5:`
* example `hdf5:C:\user\docs\example.ims`
* Specify a file ending in `.h5` ,`.hdf5`, or `.hdf`
* example `C:\user\docs\example.h5`
* example `C:\user\docs\example.h5`

### Backend

Expand Down

0 comments on commit aa760c6

Please sign in to comment.