cedadev / search-futures

Future Search Architecture
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Item granularity #182

Open rhysrevans3 opened 1 year ago

rhysrevans3 commented 1 year ago

Option 1: STAC compliant, internal > external consistency

A STAC Item represents only one file/asset. Multi-level collections.

Pro:

Con:

Option 2: STAC compliant, internal < external consistency

A STAC Item represents a group of files/assets. But if too many assets the item should be subdivided. Multi-level collections.

Pro:

Con:

Option 3: STAC defiant internal + external consistency

A STAC Item represents a group of files/assets. Extension to allow for large number of assets.

Pro:

Con: