Skip to content

Commit e4b1d80

Browse files
committed
Fix links
1 parent 12f2cdb commit e4b1d80

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/how-to/scientific-data/landscape-guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ Zarr has seen widespread adoption across scientific domains, for example:
130130
- Optimising Zarr chunk size is a nuanced topic and largely dependent on the access patterns of data
131131
- The established convention is to try to align Zarr chunk sizes with the IPFS maximal chunk size of 1 MiB whenever possible so that each Zarr chunk fetched maps to a single IPFS block.
132132
- There are many resources that cover this in more details:
133-
- https://zarr.readthedocs.io/en/stable/user-guide/performance/
134-
- https://element84.com/software-engineering/chunks-and-chunkability-tyranny-of-the-chunk/
135-
- https://eopf-toolkit.github.io/eopf-101/03_about_chunking/31_zarr_chunking_intro.html
136-
- https://esipfed.github.io/cloud-computing-cluster/optimization-practices.html
133+
- [https://zarr.readthedocs.io/en/stable/user-guide/performance/](https://zarr.readthedocs.io/en/stable/user-guide/performance/)
134+
- [https://element84.com/software-engineering/chunks-and-chunkability-tyranny-of-the-chunk/](https://element84.com/software-engineering/chunks-and-chunkability-tyranny-of-the-chunk/)
135+
- [https://eopf-toolkit.github.io/eopf-101/03_about_chunking/31_zarr_chunking_intro.html](https://eopf-toolkit.github.io/eopf-101/03_about_chunking/31_zarr_chunking_intro.html)
136+
- [https://esipfed.github.io/cloud-computing-cluster/optimization-practices.html](https://esipfed.github.io/cloud-computing-cluster/optimization-practices.html)
137137
- There are a number of trade-offs to consider with UnixFS:
138138
- Overhead of around 0.5%-1% for the additional metadata and proto
139139
- But you might want to keep original copy of the data before encoding with UnixFS so that might double it

0 commit comments

Comments
 (0)