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/application-authentication.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,19 +73,19 @@ Below is a step-by-step example showing how to configure Role-Based Access Contr
73
73
74
74
1. On Azure portal go to Microsoft Planetary Computer Pro resource IAM tab on the left.
75
75
76
-
:::image type="content" source="media/role-based-access-control-identity-access-management-blade.png" alt-text="Screenshot of the IAM blade in the Azure portal for configuring RBAC.":::
76
+
[](media/role-based-access-control-identity-access-management-blade.png#lightbox)
77
77
78
78
1. Select on **Add role Assignment** and then select **GeoCatalog Administrator** under "Job function roles"
79
79
80
-
:::image type="content" source="media/role-based-access-control-role-assignment.png" alt-text="Screenshot of the roleassignment selection in the Azure portal.":::
80
+
[](media/role-based-access-control-role-assignment.png#lightbox)
81
81
82
82
1. Select the **Next** button and then select radio button of **Managed identity**
83
83
84
-
:::image type="content" source="media/role-based-access-control-managed-id.png" alt-text="Screenshot of the managed identity selection in the Azure portal.":::
84
+
[](media/role-based-access-control-managed-id.png#lightbox)
85
85
86
86
1. Select on **Select members** and select the subscription and the User-assigned managed identity on the **Select managed identities** pane on the right-hand side.
87
87
88
-
:::image type="content" source="media/role-based-access-control-selected-members.png" alt-text="Screenshot of the selectedmembers pane in the Azure portal.":::
88
+
[](media/role-based-access-control-selected-members.png#lightbox)
89
89
90
90
1. Select on **Next** to verify the information and finish **review + assign**.
Copy file name to clipboardExpand all lines: articles/planetary-computer/azure-batch.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,30 +87,30 @@ az identity create \
87
87
Create a pool of compute nodes using the Azure Portal:
88
88
89
89
1. In the Azure portal, navigate to your Batch account and select **Pools**:
90
-
:::image type="content" source="media/batch-pools-overview.png" alt-text="Screenshot of the Azure portal showing the Pools section of a Batch account, with options to add and manage pools.":::
90
+
[](media/batch-pools-overview.png#lightbox)
91
91
1. Select **+ Add** to create a new pool and select **User-assigned** as the pool's identity:
92
-
:::image type="content" source="media/add-batch-pool.png" alt-text="Screenshot of the Azure portal showing the Add Pool page, where users can configure settings for a new pool, including identity, operating system, and VM size.":::
92
+
[](media/add-batch-pool.png#lightbox)
93
93
1. Select the User Assigned Managed Identity you created earlier:
94
-
:::image type="content" source="media/select-user-assigned-identity.png" alt-text="Screenshot of the Azure portal showing the selection of a User Assigned Managed Identity for the Batch pool.":::
94
+
[](media/select-user-assigned-identity.png#lightbox)
95
95
1. Select your preferred operating system and VM size. In this demo, we use Ubuntu Server 20.04 LTS:
96
-
:::image type="content" source="media/select-pool-settings.png" alt-text="Screenshot of the Azure portal showing the VM size selection page for the Batch pool, where users can choose the virtual machine size and configuration for their compute nodes.":::
96
+
[](media/select-pool-settings.png#lightbox)
97
97
1. Enable **Start Task**, set the following **Command line**: `bash -c "apt-get update && apt-get install jq python3-pip -y && curl -sL https://aka.ms/InstallAzureCLIDeb | bash"` and set **Elevation level** to **Pool autouser, Admin**:
98
-
:::image type="content" source="media/start-task-configuration-page.png" alt-text="Screenshot of the Start Task configuration page for a Batch pool. The page includes fields to specify a command line script, elevation level, and other settings for initializing compute nodes.":::
98
+
[](media/start-task-configuration-page.png#lightbox)
99
99
1. Select **OK** to create the pool.
100
100
101
101
## Assign Permissions to the Managed Identity
102
102
103
103
You need to provide the managed identity access to the GeoCatalog. Go to your GeoCatalog, select on **Access control (IAM)** and select **Add role assignment**:
104
104
105
-
:::image type="content" source="media/add-role-assignment-page.png" alt-text="Screenshot of the Azure portal showing the Add role assignment page. The page includes fields to select a role, assign access to a user, group, or managed identity, and review the assignment before confirming.":::
105
+
[](media/add-role-assignment-page.png#lightbox)
106
106
107
107
Select the appropriate role based on your needs, `GeoCatalog Administrator` or `GeoCatalog Reader`, and select **Next**:
108
108
109
-
:::image type="content" source="media/select-role.png" alt-text="Screenshot of the Azure portal showing the Select role page. The page includes a dropdown menu to choose a role, such as GeoCatalog Administrator or GeoCatalog Reader, and a button to proceed to the next step.":::
109
+
[](media/select-role.png#lightbox)
110
110
111
111
Select the managed identity you created and then select **Review + assign**.
112
112
113
-
:::image type="content" source="media/select-review-assign.png" alt-text="Screenshot of the Azure portal showing the Select identity page. The page includes a list of available managed identities, allowing users to choose the identity they want to assign to the Batch pool.":::
113
+
[](media/select-review-assign.png#lightbox)
Copy file name to clipboardExpand all lines: articles/planetary-computer/build-applications-with-planetary-computer-pro.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Microsoft Planetary Computer Pro offers APIs and connectors that enable develope
24
24
25
25
Planetary Computer Pro supports multiple integration approaches depending on your application's requirements. You can build applications that access Planetary Computer Pro's data and services in several ways:
26
26
27
-
:::image type="content" source="media/build_apps_diagram.png" alt-text="Diagram illustrating how to build applications with Microsoft Planetary Computer Pro, showing integration points, APIs, and supported workflows.":::
27
+
[](media/build_apps_diagram.png#lightbox)
Copy file name to clipboardExpand all lines: articles/planetary-computer/bulk-ingestion-api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.date: 04/18/2024
13
13
14
14
This article shows you how to ingest many geospatial data assets at once into a GeoCatalog using the Bulk Ingestion API. First, we create and configure a GeoCatalog Ingestion Source. Creating an Ingestion Source establishes a secure connection between a GeoCatalog resource and the storage location for your existing geospatial data. Next, we create a SpatioTemporal Access Catalog (STAC) Collection within your GeoCatalog resource to store the data being ingested. Finally, we use the Bulk Ingestion API to initiate the ingestion workflow. When you're finished completing these steps, your geospatial data is ingested and accessible from the GeoCatalog UIs and APIs.
15
15
16
-
:::image type="content" source="media/static-catalog-import.png" alt-text="Diagram illustrating the static catalog import process for GeoCatalog, showing data flow from storage to GeoCatalog via the Bulk Ingestion API.":::
16
+
[](media/static-catalog-import.png#lightbox)
Copy file name to clipboardExpand all lines: articles/planetary-computer/configure-collection-web-interface.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ To configure a collection in the Microsoft Planetary Computer Pro web interface,
33
33
34
34
2. The **Configure collection** panel opens and there are tabs for **Mosaic**, **Render**, **Tile Settings**, and **Queryables**, each of which you can define in JSON format. You can either write your own JSON or load and modify a template.
35
35
36
-
:::image type="content" source="./media/collection-configuration-web-interface.jpeg" alt-text="Screenshot of collection config in webinterface.":::
36
+
[](./media/collection-configuration-web-interface.jpeg#lightbox)
Copy file name to clipboardExpand all lines: articles/planetary-computer/create-collection-web-interface.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,25 +24,29 @@ To complete this quickstart, you need:
24
24
25
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:***
26
26
27
-
:::image type="content" source="./media/geocatalog-uri-example.jpeg" alt-text="Screenshot of URI in geocatalog resource in Azure portal.":::
27
+
[](media/geocatalog-uri-example.jpeg#lightbox)
28
28
29
29
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
30
31
-
:::image type="content" source="./media/landing-page.jpeg" alt-text="Screenshot of Planetary Computer Pro landing page.":::
31
+
[](./media/landing-page.jpeg#lightbox)
32
32
33
33
The **Collections** page provides you with a full list of your collections, including their names, descriptions, date created, and a collection thumbnail. You can also search for collections by name or description keywords, and create a new collection from this page.
34
-
:::image type="content" source="./media/collections-page.jpeg" alt-text="Screenshot of Planetary Computer Pro collections page.":::
34
+
35
+
[](./media/collections-page.jpeg#lightbox)
35
36
36
37
The **Settings** page allows you to create and manage ingestion sources, which is a critical first step in data ingestion. You can learn more about ingestion in [Ingestion overview](./ingestion-overview.md).
37
-
:::image type="content" source="./media/settings-page.jpeg" alt-text="Screenshot of Planetary Computer Pro settings page.":::
38
+
39
+
[](./media/settings-page.jpeg#lightbox)
38
40
39
41
The **Explorer** page is where you can visualize your data on a map. Here, you can search for collections, filter by STAC metadata, and visualize assets. Learn how to use the Explorer in [Quickstart: Use the Microsoft Planetary Computer Pro Explorer](./use-explorer.md).
40
-
:::image type="content" source="./media/explorer-page.jpeg" alt-text="Screenshot of Planetary Computer Pro Explorer page.":::
42
+
43
+
[](./media/explorer-page.jpeg#lightbox)
41
44
42
45
## Create a collection
43
46
44
47
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).
45
-
:::image type="content" source="./media/create-collection-panel.jpeg" alt-text="Screenshot of Create Collection panel.":::
48
+
49
+
[](./media/create-collection-panel.jpeg#lightbox)
46
50
47
51
2. In the **Create Collection** panel's JSON editor, the options are:
48
52
* Write your own collection JSON
@@ -71,7 +75,8 @@ The **Explorer** page is where you can visualize your data on a map. Here, you c
71
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. |
72
76
73
77
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).
74
-
:::image type="content" source="./media/collection-overview.jpeg" alt-text="Screenshot of Collection overview page.":::
78
+
79
+
[](./media/collection-overview.jpeg#lightbox)
75
80
76
81
## Next steps
77
82
Now that you have a collection, you can now ingest data into it.
:::image type="content" source="media/create-stac-item.png" alt-text="A grayscale visualization of geospatial raster data from a GOES-18 satellite, showing land surface temperature patterns across a region.":::
163
+
[](media/create-stac-item.png#lightbox)
164
164
165
165
From looking at the data and the file name, we can already see the key pieces of metadata needed to build the STAC Item. The file name contains information about which satellite captured the data and when it was captured.
Copy file name to clipboardExpand all lines: articles/planetary-computer/delete-geocatalog-resource.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,14 +31,14 @@ Before you continue with the deletion steps, make sure you're ready to delete th
31
31
32
32
1. Navigate to your GeoCatalog resource within the Azure portal.
33
33
34
-
:::image type="content" source="media/geocatalog-resource.png" alt-text="Screenshot of the Azure portal showing the GeoCatalog resource page with the 'Delete' button highlighted.":::
34
+
[](media/delete-geocatalog-resource.png#lightbox)
35
35
36
36
1. From within the GeoCatalog Azure portal page, select **Delete**. You're presented with a **Delete resource** confirmation dialog box.
37
37
38
38
> [!NOTE]
39
39
> **Selecting "Yes" will *immediately* begin deleting this resource.**
40
40
41
-
:::image type="content" source="media/delete-geocatalog-resource.png" alt-text="Screenshot of the Azure portal showing the GeoCatalog resource page. The 'Delete' button is highlighted, indicating where users can select to initiate the deletion process for the GeoCatalog resource.":::
41
+
[](media/delete-geocatalog-resource.png#lightbox)
42
42
43
43
## Next Steps
44
44
-[Get Started With Microsoft Planetary Computer Pro](./get-started-planetary-computer.md)
0 commit comments