Using PGC Web Mapping Services in ArcGIS Desktop, Pro, and QGIS

image_pdf

Introduction

In this guide, you will learn how to connect and use PGC web mapping services (WMS) in ArcGIS desktop, ArcGIS Pro, and QGIS.

The PGC hosts several layers for use within ArcGIS and WMS. Layers can be accessed in ArcGIS on your desktop via ArcMap and ArcCatalog or in ArcGIS Pro, as well as in open source software like QGIS. This guide will provide step-by-step instructions on connecting to PGC’s web services.

Please note that access to our web services are not limited to the list in this guide and may be accessed via other WMS.

Requirements

Terminology

Familiarize yourself with these terms and concepts. They will be used throughout this guide.

ArcGIS Server
ArcGIS Server is technology in the ArcGIS Enterprise ecosystem developed by Esri to deploy GIS layers, imagery, and geospatial data and geoprocessing tools over the web, to be consumed by a client (e.g. ArcGIS Desktop, ArcGIS JavaScript API, Leaflet map, etc.).
Map Service | Web Mapping Service | Web Mapping Tile Service
ArcGIS Map Service is a proprietary type of web mapping service, developed by Esri. Equivalent is Open Geospatial Consortium’s (OGC) WMS and Web Mapping Tile Service (WMTS). This serves map images from ArcGIS Server or ArcGIS Online to a client. These map images are rendered on the server by client request parameters or pre-rendered by the server in a tiled map cache.
Feature Service | Web Feature Service
ArcGIS Feature Service is a proprietary type of web mapping service, developed by Esri. Equivalent is OGC’s Web Feature Service (WFS). This serves geospatial features (such as points, lines, or polygons) from ArcGIS Server or ArcGIS Online to a client. These features, instead of being returned as an image, are returned as textual representations (e.g. JSON) to the client, allowing for user styling, editing, and visualization.
Imagery service | Web Coverage Service
ArcGIS Imagery Service is a proprietary type of of web mapping service, developed by Esri. Equivalent is OGC’s Web Coverage Service (WCS). This serves a collection of raster data from ArcGIS Server or ArcGIS Online to a client. These images are typically served from a Mosaic Dataset or single raster image and allow for on-the-fly processing and rendering (e.g. dynamic band combinations, NDVI, slope/aspect).
Tile Cache
A Map Service may be cached, meaning the server has pre-made all images that could be requested. Tile caches are made for each zoom level of a Map Service. Tile caches are small in file size and subsequently render very quickly. If you’ve used Google Maps, you should be familiar with a tile cache and how it displays.

Connecting to ArcGIS Server in ArcGIS Desktop

In this section, you will connect to a PGC ArcGIS Server instance in ArcGIS desktop and load an example layer.

  1. Launch ArcMap or ArcCatalog
  2. Ensure the Catalog tree panel is open
    1. You can click the “thumbtack” icon in the top right to pin the window so it doesn’t close
  3. In the Catalog tree, expand the GIS Servers item
  4. Double-click Add ArcGIS Server
    1. A dialog box will open
  5. Choose Use GIS Services and click Next
  6. Enter the following information to connect to PGC’s ArcGIS Servers
    1. Private Server URL: https://secure.overlord.pgc.umn.edu/arcgis
    2. Enter your PGC Username and Password.
      1. Account pre-approval is required for viewing high-resolution imagery layers (e.g. Antarctic or Arctic mosaic).
      2. It’s best to check Save Username and Password if you are on a secure machine
    1. Public Server URL: https://overlord.pgc.umn.edu/arcgis
    2. Optionally, enter your PGC Username and Password.
      1. It’s best to check Save Username and Password if you are on a secure machine
    1. Click Finish
  7. A new connection should have been created called arcgis on secure.overlord.pgc.umn.edu for private connection or arcgis on overlord.pgc.umn.edu for public connection.
    1. You can right-click on this item to rename it to something that you will remember
  8. Open and browse layers
    1. Double-click on folder or select the + icon to expand. Drag-and-drop content into ArcMap document or double-click on content for content’s General Properties (e.g. cell size, extent, spatial reference)

Connecting to ArcGIS Server in ArcGIS Pro

In this section, you will connect to a PGC ArcGIS Server instance in ArcGIS Pro and load a layer.

  1. Launch ArcGIS Pro
  2. In the Insert tab, in the Project group, click Connections drop-down menu
  3. Choose New ArcGIS Server
    1. A dialog box will open
  4. Enter the following information to connect to PGC’s ArcGIS Servers
    1. Private Server URL: https://secure.overlord.pgc.umn.edu/arcgis
    2. Enter your PGC Username and Password.
      1. Account pre-approval is required for viewing high-resolution imagery layers (e.g. Antarctic or Arctic mosaic).
      2. It’s best to check Save Username and Password if you are on a secure machine
    1. Public Server URL: https://overlord.pgc.umn.edu/arcgis
    2. Optionally, enter your PGC Username and Password.
      1. It’s best to check Save Username and Password if you are on a secure machine
    1. Click OK
  5. A new connection is created and saved to your project. An item referencing this connection appears in the Catalog pane on the Project tab, in the Services folder

Connecting to ArcGIS Server in QGIS

In this section, you will connect to a PGC ArcGIS Server instance in QGIS and load a layer.

QGIS does not resolve the paths to the datasets while ArcGIS does. A specific WMS URL must be loaded to access a specific layer.

  1. Launch internet browser
  2. Navigate to the following PGC servers
    1. Private Server URL: https://secure.overlord.pgc.umn.edu/arcgis PGC account credentials required
    1. Public Server URL: https://overlord.pgc.umn.edu/arcgis/rest/services
  3. Browse until you get to an individual layer (e.g. elevation/ant_nsidc_ramp200_v2)
  4. Right-click the small WMS link at the top of the page and select Copy link address
  5. Launch QGIS
  6. In the Browser window, right-click on WMS
    1. Choose New Connection and a dialog box will open
  7. Enter the following information to connect to the PGC server layer
    1. Name Use something descriptive of the layer you are adding
    2. URL Paste the copied WMS link from Step 4 here
  8. A new connection should have been created and nested under the WMS layer in the Browser window, named after your entry in Step 7
    1. Opening any restricted layers (e.g. Antarctic panchromatic imagery mosaic) from the private server prompts a login, PGC account credentials are required

More Resources

Below is a list of helpful resources from Esri on using and troubleshooting mapping services from ArcGIS Server.

Leave a Reply