Skip to content

Commit 7a28ecd

Browse files
committed
create collection web interface updates
1 parent 29325be commit 7a28ecd

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

articles/planetary-computer/create-collection-web-interface.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To complete this quickstart, you need:
2222

2323
## Navigating the Microsoft Planetary Computer Pro web interface
2424

25-
The Microsoft Planetary Computer Pro web interface is a web-based platform that allows you to manage your geospatial data. **You can access the web interface by using the URI provided in your GeoCatalog resource in Azure portal:
25+
The Microsoft Planetary Computer Pro web interface is a web-based platform that allows you to manage your geospatial data. **You can access the web interface by using the URI provided in your GeoCatalog resource in Azure portal:***
2626

2727
:::image type="content" source="./media/geocatalog-uri-example.jpeg" alt-text="Screenshot of URI in geocatalog resource in Azure portal.":::
2828

@@ -50,25 +50,25 @@ The **Explorer** page is where you can visualize your data on a map. Here, you c
5050
OR
5151
* Upload a collection JSON from your local machine
5252

53-
[!NOTE]
53+
> [!NOTE]
5454
> Whichever method you use to create your STAC collection, your JSON file must include the following fields:
55-
56-
| Field | Required | Description |
57-
|-----------------|----------------------|-----------------------------------------------------------------------------|
58-
| `type` | **Required** | The type of the STAC object, which should be set to `Collection`. |
59-
| `stac_version` | **Required** | The version of the STAC specification that your collection adheres to. |
60-
| `stac_extensions`| | A list of STAC extensions that your collection uses. |
61-
| `id` | **Required** | A unique identifier for your collection. |
62-
| `title` | | A one-line title for your collection. |
63-
| `description` | **Required** | A description of your collection. |
64-
| `keywords` | | A list of keywords that describe your collection. |
65-
| `license` | **Required** | The license under which your collection is published. |
66-
| `providers` | | A list of providers capturing or processing the data for your collection. |
67-
| `extent` | **Required** | The spatial and temporal extent of your collection. |
68-
| `summaries` | **Strongly recommended** | A map of property summaries, either a set or range of values. |
69-
| `links` | **Required** | A list of links for your collection. |
70-
| `assets` | | A dictionary of asset objects for your collection, each with unique keys. |
71-
| `item_assets` | [**Required for Visualization**](./render-configuration.md#step-1-define-item_assets-in-your-collection-json) | A dictionary of assets that can be found in member items. |
55+
>
56+
> | Field | Required | Description |
57+
> |-----------------|----------------------|-----------------------------------------------------------------------------|
58+
> | `type` | **Required** | The type of the STAC object, which should be set to `Collection`. |
59+
> | `stac_version` | **Required** | The version of the STAC specification that your collection adheres to. |
60+
> | `stac_extensions`| | A list of STAC extensions that your collection uses. |
61+
> | `id` | **Required** | A unique identifier for your collection. |
62+
> | `title` | | A one-line title for your collection. |
63+
> | `description` | **Required** | A description of your collection. |
64+
> | `keywords` | | A list of keywords that describe your collection. |
65+
> | `license` | **Required** | The license under which your collection is published. |
66+
> | `providers` | | A list of providers capturing or processing the data for your collection. |
67+
> | `extent` | **Required** | The spatial and temporal extent of your collection. |
68+
> | `summaries` | **Strongly recommended** | A map of property summaries, either a set or range of values. |
69+
> | `links` | **Required** | A list of links for your collection. |
70+
> | `assets` | | A dictionary of asset objects for your collection, each with unique keys. |
71+
> | `item_assets` | [**Required for Visualization**](./render-configuration.md#step-1-define-item_assets-in-your-collection-json) | A dictionary of assets that can be found in member items. |
7272
7373
3. Once the JSON is complete, select the **Create** button to create your collection. This selection takes you to the **Overview** tab of your collection, where you can view and edit your collection's metadata, manage your data ingestions, and [configure your collection for visualization in the Explorer](./collection-configuration-concept.md).
7474
:::image type="content" source="./media/collection-overview.jpeg" alt-text="Screenshot of Collection overview page.":::

0 commit comments

Comments
 (0)