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: docs/docs/software-help/help-qgis/qgis-remote-projects.mdx
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,9 @@ sidebar_position: 4
6
6
sidebar_label: Remote Projects
7
7
---
8
8
9
-
Sometimes you want to browse and interact with projects in the Data Exchange in QGIS, but without downloading those projects as local files. The **Remote Projects** feature (new in version 1.1) makes it possible to connect to a project on the Data Exchange and view any of its layers (raster and vector) using tile services that will stream only the information needed to display what you've selected in the visible area of your map window. This can be useful when you are interested in a small portion of a very large project. Once you have loaded a remote project, if you do need to do further analysis and want the local files, the viewer context menu makes it easy to [**download**](qgis-downloader) the project either in its entirety, or selectively choosing specific layers.
9
+
Sometimes you want to browse and interact with projects in the Data Exchange in QGIS, but without downloading those projects as local files. Alternatively, you might want to view a project and would otherwise use the [Web Viewer](/software-help/help-web), but you want to contextualize a project alongside other data that you have on your computer.
10
+
11
+
The **Remote Projects** feature (new in version 1.1) makes it possible to connect to a project on the Data Exchange and view any of its layers (raster and vector) using tile services that will stream only the information needed to display what you've selected in the visible area of your map window. This can be useful when you are interested in a small portion of a very large project. Once you have loaded a remote project, if you do need to do further analysis and want the local files, the viewer context menu makes it easy to [**download**](qgis-downloader) the project either in its entirety, or selectively choosing specific layers.
10
12
11
13
## Requirements
12
14
@@ -23,10 +25,10 @@ The first step in viewing a remote project in QGIS to get the project's ID, a 36
23
25
24
26
* on a project page, you can copy the URL. This contains the project ID and the remote projects dialog will parse it from the page URL.
25
27
* on a project page, there is a widget in top right corner to copy the project to clipboard, shown below. Choose `Copy project ID`.
26
-
* on a project page, in the overview tab, the PROJECT ID is displayed, and there is a copy to clipboard button next to it
27
-
* in project 'cards' shown in search results, the kebob menu has a Copy Project ID to clipboard option
28
+
* on a project page, in the overview tab, the PROJECT ID is displayed, and there is a copy to clipboard button next to it.
29
+
* in project 'cards' shown in search results, the kebob menu has a Copy Project ID to clipboard option.
28
30
* in project table view, there is a copy project to clipboard button
29
-

31
+
.
30
32
31
33
If you have the project downloaded and loaded into the riverscapes viewer, you can also get the project ID from the riverscapes metadata panel under 'Warehouse Meta', `id`. Right click on it and choose 'Copy value'.
32
34
@@ -41,7 +43,9 @@ If you have the project downloaded and loaded into the riverscapes viewer, you c
41
43
42
44
## Limitations
43
45
44
-
This is a new feature in version 1.1. Not all features of the viewer for local projects are implemented for remote projects.
46
+
- This is a new feature in version 1.1. Not all features of the viewer for local projects are implemented for remote projects.
47
+
- QGIS can be quite sluggish with web map tiles. Zoom in to reduce the amount of tiles needed.
48
+
- Web map tiles are essentially PNG images served over the internet. You cannot perform analysis on these tiles. They are merely for display. Download the project if you want to work with the data directly, such as filtering or geoprocessing.
45
49
46
50
:::info
47
51
This feature is only available in Riverscapes Viewer for QGIS. It is not available in the ArcGIS or ArcGIS Pro versions of the Viewer.
0 commit comments