Book Image

Automated GIS Workflows with PyQGIS [Video]

By : Joel Lawhead
Book Image

Automated GIS Workflows with PyQGIS [Video]

By: Joel Lawhead

Overview of this book

<p>QGIS is a desktop geographic information system that facilitates data viewing, editing, and analysis. Paired with the most efficient scripting language—Python, we can write effective scripts that extend the core functionality of QGIS.</p> <p>Based on version QGIS 2.18, this video will teach you how to write Python code that works with spatial data to automate geoprocessing tasks in QGIS. It will cover topics such as Creating Dynamic Maps.</p> <p>You will also learn to compose static maps, interact with users.</p> <p>Following this, you will work through recipes that will help you compose static maps, create heavily customized maps, and add specialized labels and annotations. As well as this, we’ll also share a few tips and tricks based on different aspects of QGIS.</p> <h1>Style and Approach</h1> <p>This video follows a recipe-based problem-solution approach to address and dispel challenges faced when implementing and using QGIS on a regular basis. The short, reusable recipes make concepts easy to understand and combine so you can build larger applications that are easy to maintain.</p>
Table of Contents (6 chapters)
Chapter 3
Composing Static Map
Content Locked
Section 6
Adding a Custom Shape, Grid, and Table to the Map
The QGIS composer has an object for drawing and styling nonspatial shapes, including rectangles, ellipses, and triangles. In this video, we'll add some rectangles filled with different colors, which resemble a simple bar chart; then we will add grid for reference purpose. And finally add the table to the composition. - For shape: Create a simple map composition then Define the style properties and render the symbols - For grid: Create a simple map composition establish grid parameters, and style the grid - For table: Create a simple map composition then add the table and output the composition to an image