cloudnativegeo / cloud-optimized-geospatial-formats-guide

https://guide.cloudnativegeo.org
Creative Commons Attribution 4.0 International
121 stars 17 forks source link

Zarr Review #66

Open wildintellect opened 9 months ago

wildintellect commented 9 months ago

I'm going through the Zarr pages to review, this ticket documents the findings in order to make a list of fixes to generate.

See also Glossary proposal

wildintellect commented 9 months ago

https://guide.cloudnativegeo.org/zarr/intro.html wondering what we need to explain more:

Zarr arrays are similar to numpy arrays

Assumes people know what numpy is, should we also mention R matrix/array - or give generic explanation

compatibility with object storage

Do we need a glossary? I feel like this is a key point of Cloud Native but doesn't make sense if you don't know what object storage is (edited)

Zarr array’s shape is the tuple of the length of the array

If the length is a single number why does it matter if it's a tuple, or did we mean a tuple where each dimension size is listed ?