MARC

LEADER 00000cam a22000007a 4500
001 EBSCO_ocn960041049
003 OCoLC
005 20231017213018.0
006 m o d
007 cr |n|||||||||
008 161028s2016 xx o 000 0 eng d
040 |a IDEBK  |b eng  |e pn  |c IDEBK  |d N$T  |d NLE  |d OCLCO  |d TEFOD  |d N$T  |d OCLCQ  |d IDEBK  |d OCLCF  |d OCLCQ  |d EBLCP  |d MERUC  |d REB  |d OCLCQ  |d ZCU  |d G3B  |d IGB  |d UKAHL  |d OCLCQ  |d OCLCO  |d K6U  |d OCLCQ  |d OCLCO 
019 |a 974588919 
020 |a 1786463628  |q (electronic bk.) 
020 |a 9781786463623  |q (electronic bk.) 
020 |z 1786460378 
029 1 |a AU@  |b 000067111621 
035 |a (OCoLC)960041049  |z (OCoLC)974588919 
037 |a 958885  |b MIL 
037 |a D75622E5-B699-40EA-B04A-E33B48145616  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a G70.212 
072 7 |a SCI  |x 030000  |2 bisacsh 
072 7 |a TRV  |x 033000  |2 bisacsh 
072 7 |a TRV  |x 034000  |2 bisacsh 
072 7 |a TRV  |x 016000  |2 bisacsh 
072 7 |a TRV  |x 018000  |2 bisacsh 
082 0 4 |a 910.2855133  |2 23 
049 |a UAMI 
100 1 |a GISP, Kurt Menke, 
245 1 0 |a Mastering QGIS - Second Edition. 
250 |a 2. 
260 |b Packt Publishing,  |c 2016. 
300 |a 1 online resource (486) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
588 0 |a Print version record. 
505 0 |a Cover; Copyright; Credits; Foreword; About the Authors; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: A Refreshing Look at QGIS; Release schedules; QGIS download and installation; Installing QGIS on Windows; Installing QGIS on Mac OS X; Installing QGIS on Ubuntu Linux; Installing QGIS only; Installing QGIS and other FOSSGIS packages; Installing QGIS on a Chromebook; Tour of QGIS; Familiarizing yourself with QGIS Desktop; User interface themes; Familiarizing yourself with QGIS Browser; Loading data into QGIS Desktop; Loading vector data; Loading raster data. 
505 8 |a Loading databasesLoading web services; Working with CRS; Working with tables; Creating table joins; Editing data; Snapping; Styling vector data; Styling raster data; Enhancing raster display with contrast enhancement; Blending modes; Composing maps; Adding functionality with plugins; Custom QGIS variables; Using Project level variables in the Print Composer; Using variables in data defined overrides; Using Layer level variables; Summary; Chapter 2: Creating Spatial Databases; Fundamental database concepts; Describing database tables; Knowing about table relationships. 
505 8 |a Reviewing the basics of Structured Query LanguageCreating a spatial database; Importing data into a SpatiaLite database; Importing KML into SpatiaLite; Importing a shapefile into SpatiaLite; Importing tables into SpatiaLite; Exporting tables out of SpatiaLite; Managing tables; Creating a new table; Renaming a table; Editing table properties; Deleting a table; Emptying a table; Creating queries and views; Creating a SQL query; Creating a spatial view; Dropping a spatial view; Summary; Chapter 3: Styling Raster and Vector Data; Choosing and managing colors. 
505 8 |a Always-available color picker componentsChangeable panels in color picker; Color ramp; Color wheel; Color swatches; Color sampler; Color picker components available in the Layers panel; Managing color ramps; Managing the QGIS color ramp collection; Renaming a color ramp; Removing a color ramp; Exporting a color ramp; Importing a color ramp; Adding a color ramp; Editing a color ramp; Styling singleband rasters; Paletted raster band rendering; Singleband gray raster band rendering; Singleband pseudocolor raster band rendering; Styling multiband rasters; Creating a raster composite. 
505 8 |a Raster color renderingRaster resampling; Styling vectors; Single-symbol vector styling; Categorized vector styling; Graduated vector styling; Rule-based vector styling; Point-displacement vector styling; Inverted polygons vector styling; Heatmap vector styling; 2.5 D vector styling; Vector layer rendering; Layer transparency; Layer blending mode; Feature blending mode; Control feature rendering order; Using diagrams to display thematic data; Parameters common to all diagram types; Diagram size parameters; Diagram placement parameters; Adding attributes to diagrams. 
520 8 |a Annotation  |b Go beyond the basics and unleash the full power of QGIS with practical, step-by-step examplesAbout This Book This book is your one-stop solution to all of your GIS needs using the open source QGIS Master QGIS by learning about database integration, geoprocessing tools, Python scripts, advanced cartography, and custom plugins This example-rich, practical guide will help you create sophisticated analyses and mapsWho This Book Is ForIf you are a GIS professional, a consultant, a student, or perhaps a fast learner who wants to go beyond the basics of QGIS, then this book is for you. It will prepare you to realize the full potential of QGIS. What You Will Learn Create and manage a spatial database Get to know advanced techniques to style GIS data Prepare both vector and raster data for processing Add heat maps, live layer effects, and labels to your maps Master LAStools and GRASS integration with the Processing Toolbox Edit and repair topological data errors Automate workflows with batch processing and the QGIS Graphical Modeler Integrate Python scripting into your data processing workflows Develop your own QGIS pluginIn DetailQGIS is an open source solution to GIS. It is widely used by GIS professionals all over the world. It is the leading alternative to the proprietary GIS software. Although QGIS is described as intuitive, it is also by default complex. Knowing which tools to use and how to apply them is essential to producing valuable deliverables on time. Starting with a refresher on the QGIS basics, this book will take you all the way through to creating your first custom QGIS plugin. From the refresher, we will recap how to create, populate, and manage a spatial database. You'll also walk through styling GIS data, from creating custom symbols and color ramps to using blending modes. In the next section, you will discover how to prepare vector, heat maps, and create live layer effects, labeling, and raster data for processing. You'll also discover advanced data creation and editing techniques. The last third of the book covers the more technical aspects of QGIS such as using LAStools and GRASS GIS's integration with the Processing Toolbox, how to automate workflows with batch processing, and how to create graphical models. Finally, you will see how to create and run Python data processing scripts and write your own QGIS plugin with pyqgis. By the end of the book, you will understand how to work with all the aspects of QGIS, and will be ready to use it for any type of GIS work. Style and approachThis step-by-step comprehensive guide will let you dig your teeth into working with spatial databases, creating your own QGIS plugins, and creating your own custom graphical models. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Geographic information systems. 
650 0 |a Cartography  |x Data processing. 
650 2 |a Geographic Information Systems 
650 6 |a Systèmes d'information géographique. 
650 7 |a geographic information systems.  |2 aat 
650 7 |a SCIENCE  |x Earth Sciences  |x Geography.  |2 bisacsh 
650 7 |a TRAVEL  |x Budget.  |2 bisacsh 
650 7 |a TRAVEL  |x Hikes & Walks.  |2 bisacsh 
650 7 |a TRAVEL  |x Museums, Tours, Points of Interest.  |2 bisacsh 
650 7 |a TRAVEL  |x Parks & Campgrounds.  |2 bisacsh 
650 7 |a Cartography  |x Data processing  |2 fast 
650 7 |a Geographic information systems  |2 fast 
776 0 8 |i Print version:  |a GISP, Kurt Menke.  |t Mastering QGIS - Second Edition.  |d Birmingham : Packt Publishing, ©2016 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1364693  |z Texto completo 
936 |a BATCHLOAD 
938 |a Askews and Holts Library Services  |b ASKH  |n AH31403949 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL4709440 
938 |a EBSCOhost  |b EBSC  |n 1364693 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis35450666 
994 |a 92  |b IZTAP