This beta feature is available only to selected accounts. Contact us to participate in beta testing.
Use streaming capabilities to generate a raster map layer composed of pre-rendered image tiles from the Web map tile service (WMTS). Layers are used to optimize map display in a GIS application at multiple zoom levels.
WMTS can only be applied to data items that meet the following conditions:
- The data item must be georectified or orthorectified.
- The data item must have red, green, and blue bands.
To get the best results, use 8-bit data items.
-
Open the console and go to
Data management → Data items.
- In the search bar, click
. Go to CNAM status and select Transformed data items. Adjust filters and geographic locations. Click Search.
- In the row of the data item you want to stream, click
. If it’s not available, it means the data item doesn’t meet the imagery requirements.
- Open the console and go to
Data management → WMTS layers.
- Click
to copy the WMTS streaming link.
You’ll receive a URL in the following format: https://api.up42.com/v2/layers/<layer-id>/wmts. Use this URL for streaming in geospatial software.
- Open the console and go to
Data management → WMTS layers.
- Access the WMTS layer by clicking on it.
- In the opened panel, go to Sources. Click Open.
- Download, install, and open QGIS. Make sure the version you’re using is 3.34 or later.
- In the top menu bar, go to:
- On macOS: QGIS → Preferences
- On Windows: Settings → Options
- Go to Authentication, then click + to add a new configuration.
- Set your master authentication password or enter an existing one.
- In the opened panel, set a name. Click the dropdown and select OAuth2 authentication.
- In Grant flow, select Authorization Code PKCE.
- Enter the following values in the respective fields:
- Request URL:
https://auth.up42.com/realms/public/protocol/openid-connect/auth - Token URL:
https://auth.up42.com/realms/public/protocol/openid-connect/token - Client ID:
up42-qgis
- Request URL:
- Click Save, then OK.
- Download, install, and open ArcGIS Pro.
- In the sidebar, go to:
- If no projects are open: Settings → Options → Authentication
- If a project is open: Project → Options → Authentication
- Click + Connection to add a new configuration.
- Enter a configuration name.
- In Type, select Custom.
- Enter the following values in the respective fields:
- Authorization URL:
https://auth.up42.com/realms/public/protocol/openid-connect/auth - Token URL:
https://auth.up42.com/realms/public/protocol/openid-connect/token - Client ID:
up42-arc-gis
- Authorization URL:
- Click OK.
- In the top menu bar, go to Layer → Add Layer → Add WMS/WMTS Layer, then click New.
- In the panel that opens, set a name and paste the following link into the URL field:
https://api.up42.com/v2/layers/wmts. This loads all your layers. Alternatively, you can paste the URL of a specific layer. - In the Authentication section, select your OAuth2 configuration and click OK.
- From the dropdown, select the newly created WMTS connection and click Connect.
- A browser tab opens with the UP42 authentication page. Enter your email and password, then click Log in.
- Select a layer and click Add.
- Create a new map project or open an existing one.
- In the top menu bar, go to Insert → Connections → Server → New WMTS Server.
- In Server URL, paste the following link:
https://api.up42.com/v2/layers/wmts. This loads all your layers. Alternatively, you can paste the URL of a specific layer. - Select the newly created WMTS connection and click OK.
- In the View tab, open the Catalog panel and go to Servers. Drag and drop the layers you want to stream into the Contents panel.