Skip to content

Commit 4d80a4d

Browse files
authored
Merge pull request #308902 from prasadko/ai-assisted-update-test
Copy editing changes and customer feedback notes for MPC Pro docs
2 parents 64fd391 + 437b9dc commit 4d80a4d

3 files changed

Lines changed: 93 additions & 87 deletions

File tree

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

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@ author: beharris
55
ms.author: brentharris
66
ms.service: planetary-computer-pro
77
ms.topic: quickstart
8-
ms.date: 05/08/2025
8+
ms.date: 12/01/2025
99
#customer intent: As a user of geospatial data, I want to create a STAC collection so that I can organize metadata for geospatial assets for later querying.
1010
ms.custom:
11-
- build-2025
1211
---
1312

1413
# Quickstart: Create a collection with the Microsoft Planetary Computer Pro web interface
1514

16-
This quickstart explains how to create a collection in Microsoft Planetary Computer Pro via the web interface.
15+
This quickstart explains how to create a collection in Microsoft Planetary Computer Pro through the web interface.
1716

1817
## Prerequisites
1918

@@ -24,11 +23,11 @@ To complete this quickstart, you need:
2423

2524
## Navigating the Microsoft Planetary Computer Pro web interface
2625

27-
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:**
26+
The Microsoft Planetary Computer Pro web interface is a web-based platform that you use to manage your geospatial data. **Access the web interface by using the URI provided in your GeoCatalog resource in Azure portal:**
2827

2928
[ ![Screenshot of URI in geocatalog resource in Azure portal.](media/geocatalog-uri-example.jpeg) ](media/geocatalog-uri-example.jpeg#lightbox)
3029

31-
Upon entering the web interface, you land on the Planetary Computer Pro page, showing your recent collections (if any) and a button to create a new one.
30+
When you enter the web interface, you land on the Planetary Computer Pro page. The page shows your recent collections (if any) and a button to create a new one.
3231

3332
[ ![Screenshot of Planetary Computer Pro landing page.](./media/landing-page.jpeg) ](./media/landing-page.jpeg#lightbox)
3433

@@ -46,7 +45,7 @@ The **Explorer** page is where you can visualize your data on a map. Here, you c
4645

4746
## Create a collection
4847

49-
1. Whether you are on the Planetary Computer Pro landing page or the Collections page, you can select the **Create Collection** button. This takes you to the **Create Collection** panel, where you enter the details of your collection in JSON format adhering to the [STAC specification](https://github.com/radiantearth/stac-spec/blob/master/collection-spec/collection-spec.md).
48+
1. From the Planetary Computer Pro landing page or the Collections page, select the **Create Collection** button to open the **Create Collection** panel. In the panel, enter the details of your collection in JSON format adhering to the [STAC specification](https://github.com/radiantearth/stac-spec/blob/master/collection-spec/collection-spec.md).
5049

5150
[ ![Screenshot of Create Collection panel.](./media/create-collection-panel.jpeg) ](./media/create-collection-panel.jpeg#lightbox)
5251

@@ -56,37 +55,39 @@ The **Explorer** page is where you can visualize your data on a map. Here, you c
5655
OR
5756
* Upload a collection JSON from your local machine
5857

59-
> [!NOTE]
60-
> Whichever method you use to create your STAC collection, your JSON file must include the following fields:
61-
>
62-
> | Field | Required | Description |
63-
> |-----------------|----------------------|-----------------------------------------------------------------------------|
64-
> | `type` | **Required** | The type of the STAC object, which should be set to `Collection`. |
65-
> | `stac_version` | **Required** | The version of the STAC specification that your collection adheres to. |
66-
> | `stac_extensions`| | A list of STAC extensions that your collection uses. |
67-
> | `id` | **Required** | A unique identifier for your collection. |
68-
> | `title` | | A one-line title for your collection. |
69-
> | `description` | **Required** | A description of your collection. |
70-
> | `keywords` | | A list of keywords that describe your collection. |
71-
> | `license` | **Required** | The license under which your collection is published. |
72-
> | `providers` | | A list of providers capturing or processing the data for your collection. |
73-
> | `extent` | **Required** | The spatial and temporal extent of your collection. |
74-
> | `summaries` | **Strongly recommended** | A map of property summaries, either a set or range of values. |
75-
> | `links` | **Required** | A list of links for your collection. |
76-
> | `assets` | | A dictionary of asset objects for your collection, each with unique keys. |
77-
> | `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. |
58+
The following table describes the standard STAC collection fields. Fields marked as **Required** must be included in your collection. You can also add custom fields as needed.
59+
60+
| Field | Required | Description |
61+
|-----------------|----------------------|-----------------------------------------------------------------------------|
62+
| `type` | **Required** | The type of the STAC object, which should be set to `Collection`. |
63+
| `stac_version` | **Required** | The version of the STAC specification that your collection adheres to. |
64+
| `stac_extensions`| | A list of STAC extensions that your collection uses. |
65+
| `id` | **Required** | A unique identifier for your collection. |
66+
| `title` | | A one-line title for your collection. |
67+
| `description` | **Required** | A description of your collection. |
68+
| `keywords` | | A list of keywords that describe your collection. |
69+
| `license` | **Required** | The license for your STAC collection. |
70+
| `providers` | | A list of providers capturing or processing the data for your collection. |
71+
| `extent` | **Required** | The spatial and temporal extent of your collection. |
72+
| `summaries` | **Strongly recommended** | A map of property summaries, either a set or range of values. |
73+
| `links` | **Required** | A list of links for your collection. |
74+
| `assets` | | A dictionary of asset objects for your collection, each with unique keys. |
75+
| `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. |
76+
77+
> [!NOTE]
78+
> The `item_assets` keys in the STAC collection should match the asset keys present in your STAC items. Mismatches can cause incorrect asset display.
7879
7980
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).
8081

8182
[ ![Screenshot of Collection overview page.](./media/collection-overview.jpeg) ](./media/collection-overview.jpeg#lightbox)
8283

8384
## Next steps
84-
Now that you have a collection, you can now ingest data into it.
85+
Now that you have a collection, you can ingest data into it.
8586

8687
> [!div class="nextstepaction"]
8788
> [Quickstart: Ingesting data in the Microsoft Planetary Computer Pro web interface](./ingest-via-web-interface.md)
8889
89-
## Related Content
90+
## Related content
9091

9192
- [Quickstart: Create a STAC collection with Microsoft Planetary Computer Pro GeoCatalog using Python](./create-stac-collection.md)
9293
- [Configure your collection for visualization in the Explorer](./collection-configuration-concept.md)

articles/planetary-computer/get-started-planetary-computer.md

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@ author: prasadko
55
ms.author: prasadkomma
66
ms.service: planetary-computer-pro
77
ms.topic: get-started
8-
ms.date: 05/08/2025
8+
ms.date: 12/01/2025
99
#customer intent: As a new customer, I want to learn how to use Microsoft Planetary Computer Pro to solve my geospatial data management challenges.
1010
ms.custom:
11-
- build-2025
1211
---
1312

1413
# Get started with Microsoft Planetary Computer Pro
1514

16-
Microsoft Planetary Computer Pro is an Azure cloud service for storing, cataloging, and securely distributing geospatial data across an enterprise. This Get Started guide assists you with the basics of deploying the service and creating your first [SpatioTemporal Asset Catalog (STAC) Collection](./stac-overview.md) to store and distribute your geospatial data.
15+
Microsoft Planetary Computer Pro is an Azure cloud service for storing, cataloging, and securely distributing geospatial data across an enterprise. This article helps you with the basics of deploying the service and creating your first [SpatioTemporal Asset Catalog (STAC) Collection](./stac-overview.md) to store and distribute your geospatial data.
1716

1817
## Prerequisites
1918

@@ -29,90 +28,90 @@ Microsoft Planetary Computer Pro is an Azure cloud service for storing, catalogi
2928
| [Configure Your STAC Collection for Visualization](#configure-your-stac-collection-for-visualization) | [Concept: STAC Collection Configuration & Visualization](./configure-collection-web-interface.md) |
3029
| [Connect and Build Applications with your Data](#connect-and-build-applications-with-your-data) | [Connect and Build Applications with Your Data](./build-applications-with-planetary-computer-pro.md) |
3130

32-
## Deploy a GeoCatalog Resource in your Azure Subscription
31+
## Deploy a GeoCatalog resource in your Azure subscription
3332

3433
A Microsoft Planetary Computer Pro deployment is called a GeoCatalog and is available to deploy through the Azure portal.
3534

36-
To deploy a GeoCatalog, navigate to the [Azure portal](https://portal.azure.com/) and search for "GeoCatalog"
35+
To deploy a GeoCatalog, go to the [Azure portal](https://portal.azure.com/) and search for "GeoCatalog"
3736

3837
[ ![Screenshot of searching for GeoCatalogs in the Azure portal.](media/search-for-geocatalogs.png) ](media/search-for-geocatalogs.png#lightbox)
3938

40-
Full details of the deployment process are available in the [Deploy GeoCatalog Quickstart](./deploy-geocatalog-resource.md).
39+
For more information about the deployment process, see the [Deploy GeoCatalog Quickstart](./deploy-geocatalog-resource.md).
4140

42-
Once the service is deployed, access to the GeoCatalog resource can be controlled through the **Access control (IAM)** tab in the left sidebar:
41+
After you deploy the service, you can control access to the GeoCatalog resource through the **Access control (IAM)** tab in the left sidebar:
4342

4443
[ ![Screenshot of the Access control (IAM) tab in the Azure portal, showing options to manage role assignments.](media/role-based-access-control-identity-access-management-blade.png) ](media/role-based-access-control-identity-access-management-blade.png#lightbox)
4544

46-
More details on the **GeoCatalog Administrator** and **GeoCatalog Reader** roles are available in [Manage Access](./manage-access.md) documentation.
45+
For more information about the **GeoCatalog Administrator** and **GeoCatalog Reader** roles, see [Manage Access](./manage-access.md).
4746

4847
## Create a STAC Collection to organize your data
4948

50-
All data managed in Microsoft Planetary Computer Pro is organized into groupings conforming to the [STAC Collection standard.](./stac-overview.md#stac-collections)
49+
All data managed in Microsoft Planetary Computer Pro is organized into groupings that conform to the [STAC Collection standard](./stac-overview.md#stac-collections).
5150

52-
To create a new STAC Collection, open the GeoCatalog web interface by clicking on the GeoCatalog URI link on the Resource overview page in the Azure Portal. After opening the web interface, select the **Create collection** button:
51+
To create a new STAC Collection, open the GeoCatalog web interface by selecting the GeoCatalog URI link on the Resource overview page in the Azure portal. After opening the web interface, select the **Create collection** button:
5352

5453
[ ![Screenshot of the Create collection button in the GeoCatalog web interface.](media/create-collection-button.png) ](media/create-collection-button.png#lightbox)
5554

56-
More details setting up your STAC collection can be found in the [Create Collection from the Web Interface](./create-collection-web-interface.md) and [Create Collection from the API](./create-stac-collection.md) quickstarts.
55+
For more information about setting up your STAC collection, see the [Create Collection from the Web Interface](./create-collection-web-interface.md) and [Create Collection from the API](./create-stac-collection.md) quickstarts.
5756

58-
## Ingest Data into a STAC Collection
57+
## Ingest data into a STAC collection
5958

60-
[Ingestion](./ingestion-overview.md) is the process of copying your data from an external data store to your GeoCatalog resource and cataloging it. Data that isn't in a cloud-optimized format is converted into cloud-optimized format during ingestion.
59+
[Ingestion](./ingestion-overview.md) is the process of copying your data from an external data store to your GeoCatalog resource and cataloging it. During ingestion, the process converts data that isn't in a cloud-optimized format into a cloud-optimized format.
6160

62-
The recommended and most secure method for ingesting data is to have the data stored in Azure Blob Storage and for you to provide read access to Blob Storage container using Managed Identity.
61+
The recommended and most secure method for ingesting data is to store the data in Azure Blob Storage and provide read access to the Blob Storage container by using Managed Identity.
6362

6463
>[!WARNING]
6564
>All data ingested into Planetary Computer Pro requires [STAC Items](./stac-overview.md#introduction-to-stac-items).
6665
6766
>[!TIP]
68-
> To accelerate the creation of STAC Items, we have a [detailed tutorial](./create-stac-item.md) and also have an open source tool called STAC Forge.
67+
> To accelerate the creation of STAC Items, use the [detailed tutorial](./create-stac-item.md) and the open source tool called STAC Forge.
6968
7069
[ ![Diagram illustrating the secure data ingestion process into Microsoft Planetary Computer Pro using Azure Blob Storage and Managed Identity.](media/ingestion-secure.png) ](media/ingestion-secure.png#lightbox)
7170

72-
### Get your data ready for Ingestion
71+
### Get your data ready for ingestion
7372
> [!div class="checklist"]
7473
> * [Set up Managed Identity Access to your Azure Blob Storage](./set-up-ingestion-credentials-managed-identity.md)
7574
> * [Create STAC Items for your data](./create-stac-item.md)
76-
> * Ingest Your Data a [single item at a time](./add-stac-item-to-collection.md) or through [bulk ingestion](./bulk-ingestion-api.md)
75+
> * Ingest your data a [single item at a time](./add-stac-item-to-collection.md) or through [bulk ingestion](./bulk-ingestion-api.md)
7776
7877

79-
## Configure Your STAC Collection for Visualization
78+
## Configure your STAC Collection for visualization
8079

81-
Ingested data can be visualized both in the built-in [Data Explorer](./use-explorer.md) or through your own applications.
80+
You can visualize ingested data in the built-in [Data Explorer](./use-explorer.md) or through your own applications.
8281

8382
>[!NOTE]
84-
> A STAC Collection must be configured to support visualization before it is visible in the Data Explorer.
83+
> You must configure a STAC Collection to support visualization before it appears in the Data Explorer.
8584
86-
Planetary Computer Pro's Tiler service [requires configuration](./collection-configuration-concept.md) to properly display your ingested data. All of these configuration options are available under the **Configuration** tab in the STAC Collection view:
85+
Planetary Computer Pro's Tiler service [requires configuration](./collection-configuration-concept.md) to properly display your ingested data. You can find all of these configuration options under the **Configuration** tab in the STAC Collection view:
8786

8887
[ ![Screenshot of the Configure collection button in the GeoCatalog web interface.](media/configure-collection-button.png) ](media/configure-collection-button.png#lightbox)
8988

90-
### Get your STAC Collection ready for Visualization
89+
### Get your STAC Collection ready for visualization
9190
> [!div class="checklist"]
9291
> * [Review Supported Data Types](./supported-data-types.md)
9392
> * [Configure Mosaic Settings](./mosaic-configurations-for-collections.md)
9493
> * [Set up Rendering](./render-configuration.md)
9594
> * [Adjust Tile Settings](./tile-settings.md)
9695
9796

98-
## Connect and Build Applications with your Data
97+
## Connect and build applications with your data
9998

100-
Once data has been ingested, it's available for use in [applications inside and outside of Microsoft Planetary Computer Pro](./build-applications-with-planetary-computer-pro.md).
99+
After you ingest data, you can use it in [applications inside and outside of Microsoft Planetary Computer Pro](./build-applications-with-planetary-computer-pro.md).
101100

102-
Data that is [configured for visualization](./configure-collection-web-interface.md) can be searched and viewed through the [Data Explorer tab](./use-explorer.md).
101+
If you [configure data for visualization](./configure-collection-web-interface.md), you can search and view it through the [Data Explorer tab](./use-explorer.md).
103102

104103
[ ![Screenshot showing where the Data Explorer tab is.](media/explorer-link.png) ](media/explorer-link.png#lightbox)
105104

106-
Data can also be accessed directly using the [GeoCatalog APIs](/rest/api/planetarycomputer). For details on establishing permissions for your applications, review the [Application Authentication](./application-authentication.md) documentation.
105+
You can also access data directly by using the [GeoCatalog APIs](/rest/api/planetarycomputer). For details on establishing permissions for your applications, review the [Application Authentication](./application-authentication.md) documentation.
107106

108107
Planetary Computer Pro supports [connecting collections to ESRI's ArcGIS Pro Service](./create-connection-arc-gis-pro.md) to enable GIS-type work flows.
109108
You can also use [QGIS](./configure-qgis.md) to work with your GeoCatalog data in an open-source desktop GIS.
110109

111110
## Get help
112111

113112
1. Review the [rest of the documentation](/azure/planetary-computer) for relevant articles
114-
2. [Check out Microsoft Q&A](/answers/tags/775/planetary-computer-pro) to ask a question or find answers from others
115-
3. [File a Support Ticket](https://azure.microsoft.com/support/create-ticket)
113+
1. [Check out Microsoft Q&A](/answers/tags/775/planetary-computer-pro) to ask a question or find answers from others
114+
1. [File a Support Ticket](https://azure.microsoft.com/support/create-ticket)
116115

117116

118117
## Next steps

0 commit comments

Comments
 (0)