Book Image

Learning QGIS 2.0

By : Anita Graser
Book Image

Learning QGIS 2.0

By: Anita Graser

Overview of this book

QGIS is a user friendly open source geographic information system (GIS) that runs on Linux, Unix, Mac OSX, and Windows. The popularity of open source geographic information systems and QGIS in particular has been growing rapidly over the last few years. More and more companies and institutions are adopting QGIS and even switching to QGIS as their main GIS. Learning QGIS 2.0 is a practical, hands-on guide that provides you with clear, step-by-step exercises that will help you to apply your GIS knowledge to QGIS. Containing a number of clear, practical exercises, this book will introduce you to working with QGIS, quickly and painlessly. If you want to take advantage of the wide range of functionalities that QGIS offers, then this is the book for you. This book takes you from installing and configuring QGIS, through handling spatial data to creating great maps. You will learn how to load and visualize existing spatial data and how to create data from scratch. You will perform common geoprocessing and spatial analysis tasks and automate them. We will cover how to achieve great cartographic output and print maps. You will learn everything you need to know to handle spatial data management, processing, and visualization tasks in QGIS.
Table of Contents (12 chapters)

Loading data from web services


More and more data providers offer access to their datasets via OGC-compliant web services such as WMS, WCS, or WFS. QGIS supports these services out-of-the-box.

You can load WMS layers by going to Layer | Add WMS Layer, by clicking on the Add WMS Layer button, or by pressing Ctrl + Shift + W. If you know a WMS server, you can connect to it by clicking on New and filling in a name and the URL. All other fields are optional. Don't worry if you don't know of any WMS server, because we can simply click on Add default servers to get access information about servers whose administrators collaborate with the QGIS project. One of these servers is called Lizardtech server. Select it, or any of the other servers, from the drop-down box and click on Connect to see the list of layers available through the server.

From the layer list, you can now select one or more layers for download. It is worth noting that the order in which you select the layers does matter because the...