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/configure-qgis.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,36 +48,36 @@ Register QGIS as an application in Microsoft Entra ID and grant it delegated per
48
48
49
49
In the Azure portal, go to Microsoft Entra ID > App registrations > New registration:
50
50
51
-
[](./media/app-registration.png#lightbox)
51
+
[](./media/app-registration.png#lightbox)
52
52
53
53
### Register the application
54
54
1. Enter a descriptive name for the application.
55
55
2. For supported account types, select the tenant option your organization uses (single tenant or multitenant only).
56
56
3. Under Redirect URI, choose Public client/native (mobile & desktop) and set the URI to `http://localhost:7070`.
57
57
4. Select Register.
58
-
[](./media/qgis-registration.png#lightbox)
58
+
[](./media/qgis-registration.png#lightbox)
59
59
60
60
### Configure API permissions
61
61
62
62
Configure delegated API permissions:
63
63
64
64
1. In the app registration, select **API permissions** > **Add a permission**.
65
65
66
-
[](./media/qgis-api-permissions.png#lightbox)
66
+
[](./media/qgis-api-permissions.png#lightbox)
67
67
68
68
2. Select **APIs my organization uses**, search for `Azure Orbital Spatio`, and pick the service to open the permission dialog.
69
69
70
-
[](./media/add-azure-orbital-spatio.png#lightbox)
70
+
[](./media/add-azure-orbital-spatio.png#lightbox)
71
71
72
72
3. In **Request API permissions**, select **Delegated permissions**, check **user_impersonation**, and then select **Add permissions** to grant the scope.
73
73
74
-
[](./media/configure-api-permissions.png#lightbox)
74
+
[](./media/configure-api-permissions.png#lightbox)
75
75
76
-
### Reviewing the Application and Directory ID
76
+
### Reviewing the Application and Directory IDs
77
77
78
78
Return to **Overview** and record the **Application (client) ID** and **Directory (tenant) ID**. You need to enter them in QGIS later to configure the STAC connection.
79
79
80
-
[](./media/qgis-client-id.png#lightbox)
80
+
[](./media/qgis-client-id.png#lightbox)
81
81
82
82
## Configure QGIS for GeoCatalog access
83
83
@@ -89,22 +89,22 @@ Create the STAC connection inside QGIS by following these steps:
89
89
90
90
1. In the **Browser** panel, expand **STAC** to view the connection menu.
91
91
2. Right-click **STAC** and select **New STAC Connection** to open the configuration dialog.
92
-
[](./media/qgis-add-stac-catalog.png#lightbox)
92
+
[](./media/qgis-add-stac-catalog.png#lightbox)
93
93
94
94
### Configure STAC connection authentication
95
95
96
96
1. In the "Name" field, name this connection.
97
97
2. Enter the URL of your GeoCatalog and add the STAC API path by appending `/stac` to the URL.
98
98
3. Select the **plus (+)** button to configure the authentication.
99
-
[](./media/qgis-stac-connection-configuration.png#lightbox)
99
+
[](./media/qgis-stac-connection-configuration.png#lightbox)
100
100
101
101
### STAC connection authentication configuration
102
102
103
103
1. From Authentication, select **Microsoft Planetary Computer**.
104
-
[](./media/select-microsoft-planetary-computer.png#lightbox)
104
+
[](./media/select-microsoft-planetary-computer.png#lightbox)
105
105
106
106
2. Select **Planetary Computer Pro** from the "Server type" drop-down.
107
-
[](./media/select-microsoft-planetary-computer-pro.png#lightbox)
107
+
[](./media/select-microsoft-planetary-computer-pro.png#lightbox)
108
108
109
109
3. Enter the following information into the text boxes:
110
110
@@ -113,7 +113,7 @@ Create the STAC connection inside QGIS by following these steps:
113
113
- [Application and Directory ID](#reviewing-the-application-and-directory-id)
114
114
115
115
116
-
[](./media/authorization-configuration.png#lightbox)
116
+
[](./media/authorization-configuration.png#lightbox)
117
117
118
118
Once these settings are complete, your GeoCatalog is configured for access through the QGIS STAC connection.
119
119
@@ -123,33 +123,33 @@ To browse the collections, select your GeoCatalog in the data layer browser, and
123
123
124
124
Once you expand, QGIS will redirect you to a web browser to authenticate with Microsoft Entra. Complete the authentication process for your organization to continue.
125
125
126
-
[](./media/stac-catalog-in-qgis.png#lightbox)
126
+
[](./media/stac-catalog-in-qgis.png#lightbox)
127
127
128
128
129
129
> [!TIP]
130
130
> If your GeoCatalog has zero STAC Collections, you see a `Host requires authentication` error. To resolve this error, create a [STAC Collection](./create-collection-web-interface.md).
131
131
132
132
Continue to expand the collections until you locate a STAC Item. To visualize this item, select the item and drag it to the map view. If the data is a Cloud Optimized GeoTIFF (COG) or Cloud Optimized Point Cloud (COPC), it automatically imports and projects onto the map.
133
133
134
-
[](./media/add-data-to-map.png#lightbox)
134
+
[](./media/add-data-to-map.png#lightbox)
135
135
136
136
137
137
138
-
### STAC Search and Filtering
138
+
### STAC search and filtering
139
139
140
140
If you want to search for data or run a STAC filter in your catalog, the STAC API is exposed through the Layer manager.
141
141
142
142
1. On the **Layer** menu, select **Add Layer** > **Add Layer from STAC Catalog**.
143
-
[](./media/add-stac-catalog-layer.png#lightbox)
143
+
[](./media/add-stac-catalog-layer.png#lightbox)
144
144
145
145
1. Select your STAC connection to the GeoCatalog, and then select **Connect**.
146
-
[](./media/data-source-manager.png#lightbox)
146
+
[](./media/data-source-manager.png#lightbox)
147
147
148
148
1. Choose the index you want to filter on. You can filter on spatial, temporal, or collection extent.
149
-
[](./media/filter-spatial-extent.png#lightbox)
149
+
[](./media/filter-spatial-extent.png#lightbox)
150
150
151
151
1. Select the item to add it to the map extent or download the assets directly to your local machine. If you hover over the item, the spatial extent previews on the map canvas in red.
152
-
[](./media/add-cog-to-map.png#lightbox)
152
+
[](./media/add-cog-to-map.png#lightbox)
0 commit comments