QGIS By Example by Alexander Bruy & Daria Svidzinska
Author:Alexander Bruy & Daria Svidzinska [Bruy, Alexander]
Language: eng
Format: azw3
Publisher: Packt Publishing
Published: 2015-06-29T00:00:00+00:00
In the previous steps, you defined some major options. As we need to create a raster with exactly the same extent and resolution as lidar_dem.tif, we will use advanced options by editing the gdal_rasterize command-line parameters: Click on the Edit button to make the line editable. All the previous options will be deactivated and grayed out.
Delete the âts 3000 3000 option, as we are going to specify a resolution parameter that makes raster width and height parameters that are defined by âts meaningless.
The âinit 0 parameter defines the initial values of the output raster. It creates an empty raster with initially predefined values, and then vector values are burned into it. In our case, this means that building-free areas will be assigned zero values.
The target extent is defined by the âte parameter described by space-separated bounding box values (Xmin, Ymin, Xmax, and Ymax) in georeferenced units. If you want to use a predefined extent, just copy its values from a piece of correspondent raster metadata. Don't forget to replace the commas and semicolons with spaces.
The target resolution (âtr) parameter defines the vertical and horizontal pixel size in units specified by the layer's CRS.
The output data type is defined by the âot parameter, whose default value is Float64, but we replace it by Float32, which is the same as that for lidar_dem.tif.
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8332)
Azure Data and AI Architect Handbook by Olivier Mertens & Breght Van Baelen(7023)
Building Statistical Models in Python by Huy Hoang Nguyen & Paul N Adams & Stuart J Miller(7012)
Serverless Machine Learning with Amazon Redshift ML by Debu Panda & Phil Bates & Bhanu Pittampally & Sumeet Joshi(6895)
Data Wrangling on AWS by Navnit Shukla | Sankar M | Sam Palani(6677)
Driving Data Quality with Data Contracts by Andrew Jones(6640)
Machine Learning Model Serving Patterns and Best Practices by Md Johirul Islam(6368)
Learning SQL by Alan Beaulieu(6032)
Weapons of Math Destruction by Cathy O'Neil(5825)
Big Data Analysis with Python by Ivan Marin(5507)
Data Engineering with dbt by Roberto Zagni(4517)
Solidity Programming Essentials by Ritesh Modi(4164)
Time Series Analysis with Python Cookbook by Tarek A. Atwan(4034)
Pandas Cookbook by Theodore Petrou(3737)
Blockchain Basics by Daniel Drescher(3327)
Hands-On Machine Learning for Algorithmic Trading by Stefan Jansen(2925)
Feature Store for Machine Learning by Jayanth Kumar M J(2833)
Learn T-SQL Querying by Pam Lahoud & Pedro Lopes(2820)
Mastering Python for Finance by Unknown(2759)
