Skip to content

Commit 67f6a63

Browse files
committed
reformat of the property list and some minor fixes to mosaic configuration
1 parent 9ee08f2 commit 67f6a63

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

articles/planetary-computer/mosaic-configurations-for-collections.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,14 @@ Before you can configure a mosaic, ensure the following prerequisite steps are c
2424

2525
## Components in a Mosaic
2626

27-
A STAC collection's mosaic configuration objects is a list of individual specific search criteria, each called a mosaic. Each individual mosaic includes:
28-
29-
- `id`: A unique identifier for the mosaic
30-
- `name`: A human-readable title
31-
- `description`: Info about the mosaic
32-
- `cql`: A [CQL2](https://github.com/stac-api-extensions/filter) (Common Query Language) expression that defines the search parameters for STAC items to be found and visualized
27+
A STAC collection's mosaic configuration is a list of individual mosaic objects each defining a specific search criteria. Each individual mosaic object includes the following propoerties:
28+
29+
| Property | Type | Description |
30+
|-------------|----------|-----------------------------------------------------------------------------------------------------------------|
31+
| `id` | String | A unique, user-specified text identifier for the mosaic. This id should not contain spaces. |
32+
| `name` | String | A human-readable name for the Mosaic. This name will appear in the Explorer UI |
33+
| `description` | String | A user-defined helpful description of the mosaic. |
34+
| `cql` | Array | A [CQL2](https://github.com/stac-api-extensions/filter) (Common Query Language) expression defining search parameters for STAC items to be found and visualized |
3335

3436
## Configuring Mosaics from the Collection Page
3537

0 commit comments

Comments
 (0)