QGIS User Guide

Total Page:16

File Type:pdf, Size:1020Kb

QGIS User Guide Quantum GIS User Guide Version 1.1.0 'Pan' Preamble This document is the original user guide of the described software Quantum GIS. The software and hardware described in this document are in most cases registered trademarks and are therefore subject to the legal requirements. Quantum GIS is subject to the GNU General Public License. Find more information on the Quantum GIS Homepage http://qgis.osgeo.org. The details, data, results etc. in this document have been written and verified to the best of knowledge and responsibility of the authors and editors. Nevertheless, mistakes concerning the content are possible. Therefore, all data are not liable to any duties or guarantees. The authors, editors and publishers do not take any responsibility or liability for failures and their consequences. Your are always welcome to indicate possible mistakes. This document has been typeset with LATEX. It is available as LATEX source code via subversion and online as PDF document via http://qgis.osgeo.org/documentation/manuals.html. Translated versions of this document can be downloaded via the documentation area of the QGIS project as well. For more information about contributing to this document and about translating it, please visit: http://www.qgis.org/wiki/ Links in this Document This document contains internal and external links. Clicking on an internal link moves within the document, while clicking on an external link opens an internet address. In PDF form, internal links are shown in blue, while external links are shown in red and are handled by the system browser. In HTML form, the browser displays and handles both identically. User, Installation and Coding Guide Authors and Editors: Tara Athan Radim Blazek Godofredo Contreras Claudia A. Engel Otto Dassau Martin Dobias Jürgen E. Fischer Anne Ghisla StephanHoll MarcoHugentobler MagnusHomann TimSutton LarsLuthman GavinMacaulay WernerMacho CarsonJ.Q.Farmer Tyler Mitchell Brendan Morely Gary E. Sherman David Willis With thanks to Tisham Dhar for preparing the initial msys (MS Windows) environment documentation, to Tom Elwertowski and William Kyngesburye for help in the MAC OSX Installation Section and to Carlos Dávila, Paolo Cavallini and Christian Gunning for revisions. If we have neglected to mention any contributors, please accept our apologies for this oversight. Copyright c 2004 - 2009 Quantum GIS Development Team Internet: http://qgis.osgeo.org Contents Contents Title i Preamble ii Table of Contents iii List of Figures viii List of Tables x List of QGIS Tips xi 1 Foreword 1 1.1 Features ............................................ 1 1.2 Conventions .......................................... 4 2 Introduction To GIS 6 2.1 Why is all this so new? .................................... 6 2.1.1 Raster Data ...................................... 7 2.1.2 Vector Data ...................................... 7 3 Getting Started 9 3.1 Installation .......................................... 9 3.2 Sample Data ......................................... 9 3.3 Sample Session ....................................... 10 4 Features at a Glance 12 4.1 Starting and Stopping QGIS ................................. 12 4.1.1 Command Line Options ............................... 12 4.2 QGIS GUI ........................................... 13 4.2.1 Menu Bar ....................................... 14 4.2.2 Toolbars ........................................ 17 4.2.3 Map Legend ..................................... 17 4.2.4 Map View ....................................... 19 4.2.5 Map Overview .................................... 19 4.2.6 Status Bar ....................................... 20 4.3 Rendering ........................................... 20 4.3.1 Scale Dependent Rendering ............................ 21 4.3.2 Controlling Map Rendering ............................. 21 4.4 Measuring ........................................... 22 4.4.1 Measure length and areas .............................. 22 4.5 Projects ............................................ 23 QGIS 1.1.0 User Guide iii Contents 4.6 Output ............................................. 24 4.7 GUI Options .......................................... 24 4.8 Spatial Bookmarks ...................................... 27 4.8.1 Creating a Bookmark ................................ 27 4.8.2 Working with Bookmarks .............................. 27 4.8.3 Zooming to a Bookmark ............................... 27 4.8.4 Deleting a Bookmark ................................. 28 5 Working with Vector Data 29 5.1 ESRI Shapefiles ....................................... 29 5.1.1 Loading a Shapefile ................................. 29 5.1.2 Improving Performance ............................... 30 5.1.3 Loading a MapInfo Layer .............................. 31 5.1.4 Loading an ArcInfo Binary Coverage ........................ 31 5.2 PostGIS Layers ........................................ 32 5.2.1 Creating a stored Connection ............................ 33 5.2.2 Loading a PostGIS Layer .............................. 34 5.2.3 Some details about PostgreSQL layers ...................... 34 5.2.4 Importing Data into PostgreSQL .......................... 35 5.2.5 Improving Performance ............................... 37 5.3 SpatiaLite Layers ....................................... 38 5.4 The Vector Properties Dialog ................................ 38 5.4.1 General Tab ...................................... 39 5.4.2 Symbology Tab .................................... 39 5.4.3 Metadata Tab ..................................... 41 5.4.4 Labels Tab ...................................... 41 5.4.5 Actions Tab ...................................... 43 5.4.6 Attributes Tab ..................................... 46 5.4.7 Diagram Tab ..................................... 47 5.5 Editing ............................................. 49 5.5.1 Setting the Snapping Tolerance and Search Radius ............... 50 5.5.2 Topological editing .................................. 51 5.5.3 Editing an Existing Layer .............................. 51 5.5.4 Creating a New Layer ................................ 58 5.5.5 Working with the Attribute Table .......................... 58 5.6 Query Builder ......................................... 60 5.7 Select by query ........................................ 61 6 Working with Raster Data 62 6.1 What is raster data? ..................................... 62 6.2 Loading raster data in QGIS ................................. 62 6.3 Raster Properties Dialog ................................... 63 QGIS 1.1.0 User Guide iv Contents 6.3.1 Symbology Tab .................................... 64 6.3.2 Transparency Tab .................................. 65 6.3.3 Colormap ....................................... 66 6.3.4 General Tab ...................................... 67 6.3.5 Metadata Tab ..................................... 67 6.3.6 Pyramids Tab ..................................... 67 6.3.7 Histogram Tab .................................... 68 7 Working with OGC Data 69 7.1 What is OGC Data ...................................... 69 7.2 WMS Client .......................................... 69 7.2.1 Overview of WMS Support ............................. 69 7.2.2 Selecting WMS Servers ............................... 70 7.2.3 Loading WMS Layers ................................ 71 7.2.4 Server-Search .................................... 73 7.2.5 Using the Identify Tool ................................ 74 7.2.6 Viewing Properties .................................. 74 7.2.7 WMS Client Limitations ............................... 75 7.3 WFS Client .......................................... 76 7.3.1 Loading a WFS Layer ................................ 76 8 Working with Projections 79 8.1 Overview of Projection Support ............................... 79 8.2 Specifying a Projection .................................... 79 8.3 Define On The Fly (OTF) Projection ............................ 80 8.4 Custom Coordinate Reference System ........................... 81 9 GRASS GIS Integration 85 9.1 Starting the GRASS plugin ................................. 85 9.2 Loading GRASS raster and vector layers .......................... 86 9.3 GRASS LOCATION and MAPSET ............................. 87 9.3.1 Creating a new GRASS LOCATION ........................ 87 9.3.2 Adding a new MAPSET ............................... 89 9.4 Importing data into a GRASS LOCATION ......................... 90 9.5 The GRASS vector data model ............................... 91 9.6 Creating a new GRASS vector layer ............................ 91 9.7 Digitizing and editing a GRASS vector layer ........................ 92 9.8 The GRASS region tool ................................... 96 9.9 The GRASS toolbox ..................................... 96 9.9.1 Working with GRASS modules ........................... 96 9.9.2 Working with the GRASS LOCATION browser .................. 98 9.9.3 Customizing the GRASS Toolbox .......................... 99 QGIS 1.1.0 User Guide v Contents 10 Print Composer 101 10.1 Using Print Composer .................................... 102 10.1.1 Adding a current QGIS map canvas to the Print Composer ........... 103 10.1.2 Navigation tools ................................... 104 10.1.3 Adding other elements to the Print Composer ................... 105 10.1.4 Raise, lower and align elements .......................... 106 10.1.5 Creating Output ................................... 107 10.1.6 Saving and loading a print composer layout .................... 108 11 QGIS Plugins 109 11.1 Managing Plugins .....................................
Recommended publications
  • Gpsbabel Documentation Gpsbabel Documentation Table of Contents
    GPSBabel Documentation GPSBabel Documentation Table of Contents Introduction to GPSBabel ................................................................................................... xx The Problem: Too many incompatible GPS file formats ................................................... xx The Solution ............................................................................................................ xx 1. Getting or Building GPSBabel .......................................................................................... 1 Downloading - the easy way. ....................................................................................... 1 Building from source. .................................................................................................. 1 2. Usage ........................................................................................................................... 3 Invocation ................................................................................................................. 3 Suboptions ................................................................................................................ 4 Advanced Usage ........................................................................................................ 4 Route and Track Modes .............................................................................................. 5 Working with predefined options .................................................................................. 6 Realtime tracking ......................................................................................................
    [Show full text]
  • GPLIGC & OGIE Version 1.9 Manual
    GPLIGC & OGIE Version 1.9 Manual Hannes Kruger¨ December 16, 2010 1 47.0789◦N 11.3060◦E CONTENTS 3 Contents 1 Introduction 5 1.1 GPLIGC..............................................5 1.2 OGIE...............................................6 1.3 Contact, Bug reports, feature requests.............................6 2 Requirements 6 3 Installation 7 3.1 General Linux and Unix installation procedure........................7 3.1.1 Compiling OGIE.....................................8 3.2 OpenBSD.............................................8 3.3 Gentoo Linux...........................................8 3.4 Mac OS X.............................................9 3.4.1 General..........................................9 3.4.2 Matthew's howto, using fink...............................9 3.4.3 Michael Schlotter's howto................................ 10 3.5 Windows NT/2000/2003/XP/Vista/2008/Win7........................ 10 3.6 Update installation........................................ 11 3.7 Additional Perl modules..................................... 11 3.7.1 Image::ExifTool...................................... 11 3.8 Digital Elevation Model..................................... 12 3.8.1 GTOPO30, SRTM30................................... 12 3.8.2 ETOPO2 (and merging it into the GTOPO30).................... 13 3.8.3 GLOBE.......................................... 13 3.8.4 SRTM30 Plus (TOPO30)................................ 13 3.8.5 SRTM-1 and SRTM-3.................................. 13 3.8.6 SRTM-1 and SRTM-3 finished from seamless server................
    [Show full text]
  • Google Earth User Guide
    Google Earth User Guide ● Table of Contents Introduction ● Introduction This user guide describes Google Earth Version 4 and later. ❍ Getting to Know Google Welcome to Google Earth! Once you download and install Google Earth, your Earth computer becomes a window to anywhere on the planet, allowing you to view high- ❍ Five Cool, Easy Things resolution aerial and satellite imagery, elevation terrain, road and street labels, You Can Do in Google business listings, and more. See Five Cool, Easy Things You Can Do in Google Earth Earth. ❍ New Features in Version 4.0 ❍ Installing Google Earth Use the following topics to For other topics in this documentation, ❍ System Requirements learn Google Earth basics - see the table of contents (left) or check ❍ Changing Languages navigating the globe, out these important topics: ❍ Additional Support searching, printing, and more: ● Making movies with Google ❍ Selecting a Server Earth ❍ Deactivating Google ● Getting to know Earth Plus, Pro or EC ● Using layers Google Earth ❍ Navigating in Google ● Using places Earth ● New features in Version 4.0 ● Managing search results ■ Using a Mouse ● Navigating in Google ● Measuring distances and areas ■ Using the Earth Navigation Controls ● Drawing paths and polygons ● ■ Finding places and Tilting and Viewing ● Using image overlays Hilly Terrain directions ● Using GPS devices with Google ■ Resetting the ● Marking places on Earth Default View the earth ■ Setting the Start ● Location Showing or hiding points of interest ● Finding Places and ● Directions Tilting and
    [Show full text]
  • Uploading of Points of Interest in GPX Formats 1
    Uploading of Points of Interest in GPX formats 1. GPX GPX or GPS eXchange Format is an XML schema for transferring GPS data between applications and Internet Web services. They can be used to describe Waypoints, tracks, or routes. The main advantages of GPX are the following: . Allows exchange between more programs for Windows, MacOs, Linux, Palm and PocketPc. It can be converted into any format using a Web page or application. It is based on the XML standard, so many programs that are used could normally read GPX files. It allows the development of new features to use data from GPS receivers. There is no specific program for GPX transfer, but there are several programs that can be used: . Garmin BaseCamp (https://www.garmin.com/es-ES/software/basecamp/), . GPS TrackMaker (https://www.gpsu.co.uk/index.html/), . GPSUtility (http://www.gpsu.co.uk/download.html), . GPSBabel (http://www.gpsbabel.org/), . GARtrip (http://www.gartrip.de/), . GPSMapEdit (www.geopainting.com/en/), . EasyGPS (http://www.easygps.com/). In this case, we will describe the steps for transferring GPX files using Garmin BaseCamp and GPS TrackMaker. 2. Garmin BaseCamp Software Garmin BaseCamp is free software that, among other features, allows planning and managing trips, organising user data and transferring information between the user's computer and compatible devices. The devices that are compatible with Garmin BaseCamp are the Garmin devices. However, Garmin BaseCamp is not compatible with the following Garmin devices: eTrex and eTrex H. eTrex Vista, Legend, Venture, Mariner, Summit and Camo. Foretrex 101 and 201. Geko 201 and 301.
    [Show full text]
  • Graphicconverter 6.6
    User’s Manual GraphicConverter 6.6 Programmed by Thorsten Lemke Manual by Hagen Henke Sales: Lemke Software GmbH PF 6034 D-31215 Peine Tel: +49-5171-72200 Fax:+49-5171-72201 E-mail: [email protected] In the PDF version of this manual, you can click the page numbers in the contents and index to jump to that particular page. © 2001-2009 Elbsand Publishers, Hagen Henke. All rights reserved. www.elbsand.de Sales: Lemke Software GmbH, PF 6034, D-31215 Peine www.lemkesoft.com This book including all parts is protected by copyright. It may not be reproduced in any form outside of copyright laws without permission from the author. This applies in parti- cular to photocopying, translation, copying onto microfilm and storage and processing on electronic systems. All due care was taken during the compilation of this book. However, errors cannot be completely ruled out. The author and distributors therefore accept no responsibility for any program or documentation errors or their consequences. This manual was written on a Mac using Adobe FrameMaker 6. Almost all software, hardware and other products or company names mentioned in this manual are registered trademarks and should be respected as such. The following list is not necessarily complete. Apple, the Apple logo, and Macintosh are trademarks of Apple Computer, Inc., registered in the United States and other countries. Mac and the Mac OS logo are trademarks of Apple Computer, Inc. Photo CD mark licensed from Kodak. Mercutio MDEF copyright Ramon M. Felciano 1992- 1998 Copyright for all pictures in manual and on cover: Hagen Henke except for page 95 exa- mple picture Tayfun Bayram and others from www.photocase.de; page 404 PCD example picture © AMUG Arizona Mac Users Group Inc.
    [Show full text]
  • Qgis-1.0.0-User-Guide-En.Pdf
    Quantum GIS User, Installation and Coding Guide Version 1.0.0 ’Kore’ Preamble This document is the original user, installation and coding guide of the described software Quantum GIS. The software and hardware described in this document are in most cases registered trademarks and are therefore subject to the legal requirements. Quantum GIS is subject to the GNU General Public License. Find more information on the Quantum GIS Homepage http://qgis.osgeo.org. The details, data, results etc. in this document have been written and verified to the best of knowledge and responsibility of the authors and editors. Nevertheless, mistakes concerning the content are possible. Therefore, all data are not liable to any duties or guarantees. The authors, editors and publishers do not take any responsibility or liability for failures and their consequences. Your are always welcome to indicate possible mistakes. This document has been typeset with LATEX. It is available as LATEX source code via subversion and online as PDF document via http://qgis.osgeo.org/documentation/manuals.html. Translated versions of this document can be downloaded via the documentation area of the QGIS project as well. For more information about contributing to this document and about translating it, please visit: http://wiki.qgis.org/qgiswiki/DocumentationWritersCorner Links in this Document This document contains internal and external links. Clicking on an internal link moves within the document, while clicking on an external link opens an internet address. In PDF form, internal links are shown in blue, while external links are shown in red and are handled by the system browser.
    [Show full text]
  • Unedited Version
    Table of contents Preface Chapter: I. Introduction A. Foreword and rationale for handbook B. Scope, purpose & outline of the handbook C. Chapter-by-chapter summaries II. Managerial Considerations: For NSO Heads and Other Decision-Makers A. Introduction B. The role of maps in the census C. From maps to geographic databases: the mapping revolution continues D. Increasing demand for disaggregated statistical data E. Investing in geospatial technology: costs and benefits F. Critical success factors for geospatial implementation in the NSO G. Planning the census process using geospatial tools H. Needs assessment and determination of geographic options 1. User needs assessment 2. Determination of products 3. Geographic data options 4. Human resources and capacity building I. Institutional cooperation: NSDIs: Ensuring compatibility with other government departments J. Standards K. Collaboration L. Summary and conclusions Textboxes: 1. four country case studies 2. technical and cost hurdles 3. data sharing agreements and collaborations 4. international agency participation and coordination III. Constructing an EA-Level Database for the Census A. Introduction B. Definition of the national census geography 1. Administrative hierarchy 2. Relationship between administrative and other statistical reporting or management units 3. Criteria and process for ground delineation of enumeration areas (EAs) 4. Delineation of supervisory (crew leader) areas 5. Geographic coding (“geocoding”) of EAs 6. Components of a census database 7. Consistency of EA design
    [Show full text]
  • Mapaction Field Guide to Humanitarian Mapping
    Field Guide to Humanitarian Mapping Second Edition, 2011 This field guide was produced by MapAction to help humanitarian organisations to make use of mapping methods using Geographic Information Systems (GIS) and related technologies. About MapAction MapAction has, since 2003, become the most experienced international NGO in using GIS and related matters in the field in sudden-onset natural disasters as well as complex emergencies. When disaster strikes a region, a MapAction team arrives quickly at the scene and creates a stream of unique maps that depict the situation as the crisis unfolds. Aid agencies rely on these maps to coordinate the relief effort. MapAction regularly gives training and guidance to staff of aid organisations at national, regional and global levels in using geospatial methods. This second edition of the Field Guide expands the content of the highly successful first edition published in 2009. For further details on MapAction, emergency maps or to make a donation please visit - www.mapaction.org, or email - [email protected]. Lime Farm Office Little Missenden Bucks HP7 0RQ UK Copyright © 2011 MapAction. Any part of this field guide may be cited, copied, adapted, translated and further distributed for non-commercial purposes without prior permission from MapAction, provided the original source is clearly stated. Field Guide to Humanitarian Mapping MapAction Second Edition, July 2011 Field Guide to Humanitarian Mapping Preface: How to use this field guide There are now many possible ways to create maps for humanitarian work, with an ever-growing range of hardware and software tools available. This can be a problem for humanitarian field workers who want to collect and share mappable data and make simple maps themselves during an emergency.
    [Show full text]
  • Debian-Science Science Tools Astronomy Biology a Custom Debian Distribution for Sciences Chemistry Electronics Geography Mathematics Physics Andreas Tille Others
    Debian- Science Andreas Tille Current status Possibilities Realisation Debian-Science Science tools Astronomy Biology A Custom Debian Distribution for sciences Chemistry Electronics Geography Mathematics Physics Andreas Tille Others LSM Amiens, 12.7.2007 Overview Debian- Science Andreas Tille 1 Current status Current status Possibilities 2 Better science support in CDD Realisation Science tools Astronomy 3 Plan for Realisation Biology Chemistry Science tools Electronics Geography Astronomy Mathematics Physics Biology Others Chemistry Electronics Geography Mathematics Physics Others Overview Debian- Science Andreas Tille 1 Current status Current status Possibilities 2 Better science support in CDD Realisation Science tools Astronomy 3 Plan for Realisation Biology Chemistry Science tools Electronics Geography Astronomy Mathematics Physics Biology Others Chemistry Electronics Geography Mathematics Physics Others Overview Debian- Science Andreas Tille 1 Current status Current status Possibilities 2 Better science support in CDD Realisation Science tools Astronomy 3 Plan for Realisation Biology Chemistry Science tools Electronics Geography Astronomy Mathematics Physics Biology Others Chemistry Electronics Geography Mathematics Physics Others Preface Debian- Science Andreas Tille Who is willing to work Current status Possibilities Realisation Science tools Astronomy Biology Chemistry Electronics Geography Mathematics Physics Others ? Existing scientific CDDs Debian- Science Andreas Tille Current status Possibilities Realisation Science tools
    [Show full text]
  • OPEN SOURCE GIS: a GRASS GIS APPROACH, Second Edition
    Open Source GIS: A GRASS GIS Approach OPEN SOURCE GIS: A GRASS GIS APPROACH Second Edition MARKUS NETELER ITC-irst – Centro per la Ricerca Scientifica e Tecnologica, Italy HELENA MITASOVA North Carolina State University, U.S.A. KLUWER ACADEMIC PUBLISHERS NEW YORK, BOSTON, DORDRECHT, LONDON, MOSCOW eBook ISBN: 1-4020-8065-4 Print ISBN: 1-4020-8064-6 ©2005 Springer Science + Business Media, Inc. Print ©2004 Kluwer Academic Publishers Boston All rights reserved No part of this eBook may be reproduced or transmitted in any form or by any means, electronic, mechanical, recording, or otherwise, without written consent from the Publisher Created in the United States of America Visit Springer's eBookstore at: http://ebooks.kluweronline.com and the Springer Global Website Online at: http://www.springeronline.com to our friends and to all GRASS developers, present and past Contents List of Figures xiii List of Tables xix Foreword xxi Preface to the First Edition xxv Preface to the Second Edition xxvii Acknowledgments xxix 1. OPEN SOURCE SOFTWARE AND GIS 1 1.1 Open Source concept 1 1.2 GRASS as an Open Source GIS 3 1.3 How to read this book 4 2. GIS CONCEPTS 7 2.1 General GIS principles 7 2.1.1 Geospatial data models 7 2.1.2 Organization of GIS data 11 2.1.3 GIS functionality 12 2.2 Map projections and coordinate systems 13 2.2.1 Map projection principles 14 2.2.2 Common coordinate systems 17 2.2.3 North American and European Datums 20 3. GETTING STARTED WITH GRASS 23 3.1 First steps 23 3.1.1 Download and install GRASS 23 3.1.2 Database and command structure 25 3.1.3 Starting GRASS with demo database Spearfish 28 3.1.4 GRASS file and location management 31 3.2 Starting GRASS with a new project 34 3.2.1 Latitude-Longitude 35 3.2.2 Universal Transverse Mercator 39 viii OPEN SOURCE GIS 3.2.3 State Plane 42 3.2.4 Non-georeferenced xy coordinate system 44 3.3 Coordinate system transformations 45 3.3.1 Coordinates lists 46 3.3.2 Map layers 48 3.3.3 Reprojecting with GDAL/OGR tools 49 4.
    [Show full text]
  • Gpsbabel Documentation Gpsbabel Documentation Table of Contents
    GPSBabel Documentation GPSBabel Documentation Table of Contents Introduction to GPSBabel .................................................................................................. xix The Problem: Too many incompatible GPS file formats .................................................. xix The Solution ........................................................................................................... xix 1. Getting or Building GPSBabel .......................................................................................... 1 Downloading - the easy way. ....................................................................................... 1 Building from source. .................................................................................................. 1 2. Usage ........................................................................................................................... 3 Invocation ................................................................................................................. 3 Suboptions ................................................................................................................ 4 Advanced Usage ........................................................................................................ 4 Route and Track Modes .............................................................................................. 5 Working with predefined options .................................................................................. 6 Realtime tracking ......................................................................................................
    [Show full text]
  • MAGPICK - Magnetic Map & Profile Processing
    MAGPICK - magnetic map & profile processing. User Guide. Mikhail Tchernychev. 16/02/98 Beta version of the manual - last revised 12/12/2013 Contents 1 Copyrights 6 1.1 MagPick Copyright Notice . 6 1.2 PROJ lib Copyright Notice . 6 1.3 Info-Zip Copyright Notice . 6 2 History and features of Magpick 8 2.1 Version 1.0 - 1996 -1998 . 8 2.2 Version 2.0 - 1998 -1999 . 9 2.3 Version 2.x - 2000 - 2004 . 10 2.4 Version 2.8 - 3.00: 2004 -2009 . 11 2.5 Version 3.20: 2009 -2011 . 11 3 Installation. 12 3.1 System requirements. 12 3.2 Compilation. 13 3.3 MS Windows installation. 13 4 MagPick project files 13 4.1 MagPick project file internals . 15 4.2 MagPick project files environment variable . 16 5 Basic MagPick operation 17 5.1 Magpick as map (grid) viewer. 18 5.1.1 Transforming equalized color palette into gradient. 28 5.2 Drawing and clipping on top of the map . 29 5.2.1 Magpick vector formats: lines, polygons, points, clip area. 29 5.2.2 Bringing an AutoCAD DXF drawing into Magpick. 31 5.2.3 Using ArcInfo(TM) shape files in magpick . 32 5.3 Simple picking of magnetic anomalies . 32 5.3.1 Simple pick. 32 5.3.2 Pick export . 33 5.4 Automatic pick . 34 5.5 Profile information loading and viewing . 35 5.5.1 Profile loading. 35 5.5.2 Simple profile load. 37 5.5.3 Loading profile data using templates . 40 5.5.4 Operation with profiles on the map.
    [Show full text]