Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
QGIS By Example

You're reading from   QGIS By Example Leverage the power of QGIS in real-world applications to become a powerful user in cartography and GIS analysis

Arrow left icon
Product type Paperback
Published in Jun 2015
Publisher
ISBN-13 9781782174677
Length 316 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Toc

Table of Contents (12) Chapters Close

Preface 1. Handling Your Data FREE CHAPTER 2. Visualizing and Styling the Data 3. Presenting Data on a Print Map 4. Publishing the Map Online 5. Answering Questions with Density Analysis 6. Answering Questions with Visibility Analysis 7. Answering Questions with Suitability Analysis 8. Automating Analysis with Processing Models 9. Automating Analysis with Processing Scripts 10. Developing a Python Plugin – Select by Radius Index

Adding inputs


The first step of model creation is defining the input necessary for it. To do this, we should go over all the algorithms of the process that we want to automate and find out which input items are necessary. It is necessary to remember that some algorithms may not need separate inputs. They will use only results obtained in some previous steps, or in other words, the output of other algorithms. Also, some inputs may not be important and can be hardcoded in the model.

The Processing modeler supports the following kinds of input, which can be found in the Inputs tab on the left side of the modeler window:

  • Number: This is used for integer and floating-point values. When adding it, it is necessary to specify the minimum and maximum values allowed as well as a default value.

  • String: This is a string literal. There is only one additional setting, namely the default value.

  • Boolean: This is a boolean value, usually used as a checkbox. It is necessary to specify the default state: checked...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image