Skip to content

Commit eedb1ca

Browse files
docs - networking requirements
1 parent f149f5f commit eedb1ca

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

docs/docs/software-help/help-qgis/qgis-downloader.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ sidebar_label: Downloading Projects
77

88
With the Riverscapes Viewer for QGIS you can download riverscapes projects from the [Riverscapes Data Exchange](https://data.riverscapes.net). This feature (new in version 1.1) allows you to browse the Data Exchange, select a project, and download it directly to your local computer workspace.
99

10-
:::tip
1110
Downloading projects via the Viewer is the easiest way to get started with Riverscapes data in QGIS. It automatically handles the folder structure and prepares the project for viewing.
11+
12+
:::warning
13+
See the networking requirements at the bottom of this page if you experience problems with this feature or the Viewer fails attempting to download data.
1214
:::
1315

1416
## Before You Begin
@@ -69,3 +71,9 @@ The final step shows the progress of the download.
6971

7072
- If you are updating an existing project, the downloader will only download the files that have changed, saving time and bandwidth.
7173
- You can cancel the download at any time, but the project may be in an incomplete state until the download is resumed and finished.
74+
75+
### Networking Requirements
76+
77+
The download feature makes `POST` requests to https://api.data.riverscapes.net via port 443 as well as `GET` requests over port 80.
78+
79+
Contact your IT administrator if the download feature fails with HTTPS warnings. You might need to request that your IT administrator configures your network to allow communication to `api.data.riverscapes.net` over port 443.

docs/docs/software-help/help-qgis/qgis-uploader.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ With the Riverscapes Viewer for QGIS you can upload riverscapes projects into th
1111
This feature is only available in Riverscapes Viewer for QGIS. It is not available in the ArcGIS or ArcGIS Pro versions of the Viewer.
1212
:::
1313

14+
:::warning
15+
See the networking requirements at the bottom of this page if you experience problems with this feature or the Viewer fails attempting to upload data.
16+
:::
17+
1418
## Before You Begin
1519

1620
This feature requires that you have the following:
@@ -94,3 +98,9 @@ Click `View in Data Exchange` to see your project online.
9498
This video demonstrates uploading a project to the Data Exchange using the Viewer (ver 1.1 / 2026-February).
9599

96100
<YouTubeEmbed videoId="itc7YQbW2IY?si=K7q7wVnk1EZJa42V"/>
101+
102+
# Networking Requirements
103+
104+
The download feature makes `POST` requests to https://api.data.riverscapes.net via port 443 as well as `GET` requests over port 80.
105+
106+
Contact your IT administrator if the download feature fails with HTTPS warnings. You might need to request that your IT administrator configures your network to allow communication to `api.data.riverscapes.net` over port 443.

0 commit comments

Comments
 (0)