You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/planetary-computer/create-collection-web-interface.md
+28-27Lines changed: 28 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,14 @@ author: beharris
5
5
ms.author: brentharris
6
6
ms.service: planetary-computer-pro
7
7
ms.topic: quickstart
8
-
ms.date: 05/08/2025
8
+
ms.date: 12/01/2025
9
9
#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.
10
10
ms.custom:
11
-
- build-2025
12
11
---
13
12
14
13
# Quickstart: Create a collection with the Microsoft Planetary Computer Pro web interface
15
14
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.
17
16
18
17
## Prerequisites
19
18
@@ -24,11 +23,11 @@ To complete this quickstart, you need:
24
23
25
24
## Navigating the Microsoft Planetary Computer Pro web interface
26
25
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:**
28
27
29
28
[](media/geocatalog-uri-example.jpeg#lightbox)
30
29
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.
32
31
33
32
[](./media/landing-page.jpeg#lightbox)
34
33
@@ -46,7 +45,7 @@ The **Explorer** page is where you can visualize your data on a map. Here, you c
46
45
47
46
## Create a collection
48
47
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** buttonto 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).
50
49
51
50
[](./media/create-collection-panel.jpeg#lightbox)
52
51
@@ -56,37 +55,39 @@ The **Explorer** page is where you can visualize your data on a map. Here, you c
56
55
OR
57
56
* Upload a collection JSON from your local machine
58
57
59
-
> [!NOTE]
60
-
> Whichever method you use to create your STAC collection, your JSON file must include the following fields:
> |`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.
|`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.
78
79
79
80
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).
80
81
81
82
[](./media/collection-overview.jpeg#lightbox)
82
83
83
84
## 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.
85
86
86
87
> [!div class="nextstepaction"]
87
88
> [Quickstart: Ingesting data in the Microsoft Planetary Computer Pro web interface](./ingest-via-web-interface.md)
88
89
89
-
## Related Content
90
+
## Related content
90
91
91
92
-[Quickstart: Create a STAC collection with Microsoft Planetary Computer Pro GeoCatalog using Python](./create-stac-collection.md)
92
93
-[Configure your collection for visualization in the Explorer](./collection-configuration-concept.md)
Copy file name to clipboardExpand all lines: articles/planetary-computer/get-started-planetary-computer.md
+27-28Lines changed: 27 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,14 @@ author: prasadko
5
5
ms.author: prasadkomma
6
6
ms.service: planetary-computer-pro
7
7
ms.topic: get-started
8
-
ms.date: 05/08/2025
8
+
ms.date: 12/01/2025
9
9
#customer intent: As a new customer, I want to learn how to use Microsoft Planetary Computer Pro to solve my geospatial data management challenges.
10
10
ms.custom:
11
-
- build-2025
12
11
---
13
12
14
13
# Get started with Microsoft Planetary Computer Pro
15
14
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.
17
16
18
17
## Prerequisites
19
18
@@ -29,90 +28,90 @@ Microsoft Planetary Computer Pro is an Azure cloud service for storing, catalogi
29
28
|[Configure Your STAC Collection for Visualization](#configure-your-stac-collection-for-visualization)|[Concept: STAC Collection Configuration & Visualization](./configure-collection-web-interface.md)|
30
29
|[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)|
31
30
32
-
## Deploy a GeoCatalog Resource in your Azure Subscription
31
+
## Deploy a GeoCatalog resource in your Azure subscription
33
32
34
33
A Microsoft Planetary Computer Pro deployment is called a GeoCatalog and is available to deploy through the Azure portal.
35
34
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"
37
36
38
37
[](media/search-for-geocatalogs.png#lightbox)
39
38
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).
41
40
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:
43
42
44
43
[](media/role-based-access-control-identity-access-management-blade.png#lightbox)
45
44
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).
47
46
48
47
## Create a STAC Collection to organize your data
49
48
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).
51
50
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:
53
52
54
53
[](media/create-collection-button.png#lightbox)
55
54
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.
57
56
58
-
## Ingest Data into a STAC Collection
57
+
## Ingest data into a STAC collection
59
58
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.
61
60
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.
63
62
64
63
>[!WARNING]
65
64
>All data ingested into Planetary Computer Pro requires [STAC Items](./stac-overview.md#introduction-to-stac-items).
66
65
67
66
>[!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.
69
68
70
69
[](media/ingestion-secure.png#lightbox)
71
70
72
-
### Get your data ready for Ingestion
71
+
### Get your data ready for ingestion
73
72
> [!div class="checklist"]
74
73
> *[Set up Managed Identity Access to your Azure Blob Storage](./set-up-ingestion-credentials-managed-identity.md)
75
74
> *[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)
77
76
78
77
79
-
## Configure Your STAC Collection for Visualization
78
+
## Configure your STAC Collection for visualization
80
79
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.
82
81
83
82
>[!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.
85
84
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:
87
86
88
87
[](media/configure-collection-button.png#lightbox)
89
88
90
-
### Get your STAC Collection ready for Visualization
89
+
### Get your STAC Collection ready for visualization
91
90
> [!div class="checklist"]
92
91
> *[Review Supported Data Types](./supported-data-types.md)
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).
101
100
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).
103
102
104
103
[](media/explorer-link.png#lightbox)
105
104
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.
107
106
108
107
Planetary Computer Pro supports [connecting collections to ESRI's ArcGIS Pro Service](./create-connection-arc-gis-pro.md) to enable GIS-type work flows.
109
108
You can also use [QGIS](./configure-qgis.md) to work with your GeoCatalog data in an open-source desktop GIS.
110
109
111
110
## Get help
112
111
113
112
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)
0 commit comments