Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
cb7465a
Add best practices for STAC Zarr and N-Dimensional Arrays
emmanuelmathot Oct 15, 2025
78d0e06
Update best-practices-zarr-ndarray.md
emmanuelmathot Oct 15, 2025
aaad71c
Update best-practices-zarr-ndarray.md
emmanuelmathot Oct 15, 2025
7e44932
Update best-practices-zarr-ndarray.md
emmanuelmathot Oct 15, 2025
4cdb92a
Update best-practices-zarr-ndarray.md
emmanuelmathot Oct 15, 2025
384bbe8
Update best-practices-zarr-ndarray.md
emmanuelmathot Oct 15, 2025
c8e1e87
Update best-practices-zarr-ndarray.md
emmanuelmathot Oct 15, 2025
402faf1
Update best-practices-zarr-ndarray.md
emmanuelmathot Oct 15, 2025
92d89f6
Update best-practices-zarr-ndarray.md
emmanuelmathot Oct 15, 2025
c99feb9
Update best-practices-zarr-ndarray.md
emmanuelmathot Oct 15, 2025
7e7bd17
Update best-practices-zarr-ndarray.md
emmanuelmathot Oct 15, 2025
8357e03
Add Zarr and N-Dimensional Array Best Practices to README
emmanuelmathot Oct 15, 2025
b466ef8
Update best-practices-zarr-ndarray.md
emmanuelmathot Oct 15, 2025
52984c6
Update best practices for Zarr assets and refine STAC representation
emmanuelmathot Oct 15, 2025
6897cfc
Merge branch 'zarr-best-practises' of https://github.com/radiantearth…
emmanuelmathot Oct 15, 2025
48bf9be
Remove unnecessary projection shape from Zarr asset metadata example
emmanuelmathot Oct 15, 2025
049b416
Update best-practices-zarr-ndarray.md
emmanuelmathot Oct 15, 2025
bcfa747
Add projection shape and refine band descriptions in Zarr asset metadata
emmanuelmathot Oct 15, 2025
9ef2bf1
Merge branch 'zarr-best-practises' of https://github.com/radiantearth…
emmanuelmathot Oct 15, 2025
c415140
Update best-practices-zarr-ndarray.md
emmanuelmathot Oct 15, 2025
4869d92
Update best-practices-zarr-ndarray.md
emmanuelmathot Oct 15, 2025
d8eeff9
Remove reference asset from Zarr example and clarify key points regar…
emmanuelmathot Oct 15, 2025
c0936cb
Update best-practices-zarr-ndarray.md
emmanuelmathot Oct 15, 2025
dbcfc09
Update best-practices-zarr-ndarray.md
emmanuelmathot Oct 15, 2025
60fec91
Remove redundant example for Cloud Optimized GeoTIFF in Zarr best pra…
emmanuelmathot Oct 15, 2025
d6f3e5f
Merge branch 'zarr-best-practises' of https://github.com/radiantearth…
emmanuelmathot Oct 15, 2025
5a17583
Fix formatting of linkTemplates section in best practices for Zarr
emmanuelmathot Oct 15, 2025
5a4899c
Remove early draft section on multi-resolution and pyramid data from …
emmanuelmathot Oct 15, 2025
0f77f2c
Update reflectance asset type and roles in Zarr best practices
emmanuelmathot Oct 15, 2025
b1f18cb
Update best-practices-zarr-ndarray.md
emmanuelmathot Oct 16, 2025
71b1b2a
Restructure asset organization section, add example with updated data…
lukasbindreiter Oct 16, 2025
0be28ea
Major consolidation following discussions in https://github.com/stac-…
emmanuelmathot Nov 17, 2025
0e0c44c
Fix typos and improve clarity in best practices for Zarr and N-Dimens…
emmanuelmathot Nov 17, 2025
4834bf1
Add guidelines for multiple Zarr stores per collection and clarify as…
emmanuelmathot Nov 17, 2025
5e856b3
Update best-practices-zarr-ndarray.md
emmanuelmathot Nov 19, 2025
c17ad30
focus on Zarr only
emmanuelmathot Nov 23, 2025
5bf1f70
Enhance Zarr best practices documentation and example with detailed g…
emmanuelmathot Nov 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ in time some of these may evolve to become part of the core specification.
- [Asset and Link Best Practices](best-practices-asset-and-link.md)
- [Catalog and Collection Best Practices](best-practices-catalog-and-collection.md)
- [Metadata and Extension Best Practices](best-practices-metadata-and-extension.md)
- [Zarr Best Practices](best-practices-zarr.md)

## STAC API Specification

Expand Down
Loading