Accessing Web Services (WMS, WFS, CS-W)

Introduction

Web services allow software and web applications to directly access data and metadata residing in the LINZ Data Service (LDS).

LDS supports a Web Feature Service (WFS) for accessing vector data, a Web Map Service (WMS) for displaying raster data, and a Catalogue Web Service (CS-W) for accessing metadata.

For more information on web services:

Getting started with LDS web services

  1. Check out why and when to use LDS Web Services
  2. Create a web services key
  3. Jump right in or use our 'Introduction to web services' guide to help you along the way.

Web services user guide

For a step-by-step guide on how to use the LDS Web Feature Service (WFS) and Web Map Service (WMS) to retrieve data from LDS using ArcGIS, Quantum GIS and MapInfo, see our 'Using LDS web services: an introduction' user guide.

Web Feature Service (WFS) for vector layers

Use this URI in your GIS software:

http://wfs.data.linz.govt.nz/<YOUR-WEB-SERVICE-KEY>/wfs

Details:

The URL for the GetCapabilities document is:

http://wfs.data.linz.govt.nz/<YOUR-WEB-SERVICE-KEY>/wfs?SERVICE=WFS&REQUEST=GetCapabilities

Web Map Services (WMS) for raster layers

While WMS can supply cartographic representations of vector layers, LDS currently only delivers raster layers via WMS.

Use this URI in your GIS software:

http://wms.data.linz.govt.nz/<YOUR-WEB-SERVICE-KEY>/r/wms

Details:

The URL for the GetCapabilities document is:

http://wms.data.linz.govt.nz/<YOUR-WEB-SERVICE-KEY>/r/wms?SERVICE=WMS&REQUEST=GetCapabilities

Catalogue Web Service (CS-W) for metadata

The CS-W service does not require a web services key.

Use this URI in your CS-W client:

http://data.linz.govt.nz/feeds/csw

Details:

The URL for the GetCapabilities document is:

http://data.linz.govt.nz/feeds/csw?SERVICE=CSW&REQUEST=GetCapabilities