introduction1 - zachary atherton - home · web viewthis manual introduces you to the concepts and...

26
Gaining Competency With GIS: How-to Manual For ArcGIS Desktop Version 10

Upload: hoangminh

Post on 25-May-2018

214 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Introduction1 - Zachary Atherton - Home · Web viewThis manual introduces you to the concepts and technology needed to successfully navigate your way into the field of Geographic

Gaining CompetencyWith GIS:

How-to ManualFor ArcGIS Desktop

Version 10

Page 2: Introduction1 - Zachary Atherton - Home · Web viewThis manual introduces you to the concepts and technology needed to successfully navigate your way into the field of Geographic

Gaining Competency with GIS:How-to Manual for ArcGIS Desktop Version 10 Copyright © 2012 by Trevor Perkes and Greg Newkirk All rights reserved. Printed in the United States of America. Except as permitted under the Copyright Act of 1976, no part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of the authors. ISBN 978-0-9833840-3-8

Published by Maia L.L.C.Idaho, U.S.A.http://maiaco.com The authors and publisher of this book have used their best efforts in preparing this book, and the information contained in this book is believed to be reliable.  However, because of the possibility of human or mechanical error, the authors and publisher do not guarantee the accuracy, adequacy, or completeness of any information in this book. The authors and publisher make no warranty of any kind, expressed or implied, with regard to the information contained in this book. The authors and publisher shall not be liable in any event for incidental or consequential damages in connection with or arising out of the use of the information contained in this book. Cover image: Ideago/FreeDigitalPhotos.net

Page 3: Introduction1 - Zachary Atherton - Home · Web viewThis manual introduces you to the concepts and technology needed to successfully navigate your way into the field of Geographic

Acknowledgements

We would like to thank Lisa Taylor and her advisor Robert Brown for their assistance in editing this book. We would also like to thank Steven Brown and the students of English 452 for their assistance with the layout.

Page 4: Introduction1 - Zachary Atherton - Home · Web viewThis manual introduces you to the concepts and technology needed to successfully navigate your way into the field of Geographic

Table of Contents

Introduction..........................................................................................1ArcGIS Desktop

ArcMap.....................................................................................3ArcCatalog.................................................................................5ArcTools....................................................................................7Model Builder...........................................................................9

MapsDefining coordinate systems in ArcMap.................................13Adding and symbolizing data..................................................15Making a map.........................................................................17Adding XY data........................................................................19Labeling data...........................................................................21Managing labels......................................................................23Creating annotation................................................................25Georeferencing.......................................................................27

DataCommon types of geographic data.........................................31Creating and editing metadata...............................................33Projecting data........................................................................35Choosing between vector or raster........................................37Creating a file geodatabase....................................................39Creating a topology.................................................................41Creating a geometric network................................................43Creating a KML........................................................................45

Analysis Querying an attribute table....................................................49Calculating geometry and attributes.......................................51Clipping data...........................................................................53Buffering data.........................................................................55Building a Model.....................................................................57

Editing

Page 5: Introduction1 - Zachary Atherton - Home · Web viewThis manual introduces you to the concepts and technology needed to successfully navigate your way into the field of Geographic

Starting an Edit Session...........................................................61Snapping.................................................................................63Coordinate geometry (COGO) ................................................65

ArcGIS ExtensionsSpatial Analyst

Creating a Hillshade....................................................693D Analyst

Creating a TIN..............................................................73

Page 6: Introduction1 - Zachary Atherton - Home · Web viewThis manual introduces you to the concepts and technology needed to successfully navigate your way into the field of Geographic

Introduction 1

This manual introduces you to the concepts and technology needed to successfully navigate your way into the field of Geographic Information Science & Technology. Initially known as Geographic Information Systems (GIS), this field is a hybrid of geography, cartography, spatial science and information science. Each following chapter contains an explanation and procedural description of the tools needed to undertake a GIS project. They are designed to help you gain competency and to serve as a reference while you become familiar with GIS.

The concepts and tools contained in this book are based upon Environmental Systems Research Institute’s (ESRI) Documentation for ArcGIS Desktop Software Version 10 and the US Department of Labor’s Geotechnical Competency Model. If you need a more in-depth understanding on any concept or tool, consult these documents.

ESRI’s documentation is found on the website listed below. This is the online help library for ArcGIS Desktop version 10. It is divided into four main parts. The “What’s New in ArcGIS 10” is for individuals who are acquainted with previous versions of ArcGIS Desktop. The “Essentials Library” provides extensive explanations about GIS and ArcGIS in particular. It also includes tutorials. The “Professional Library” provides in-depth knowledge about GIS concepts and tools. The “Administrator Library” is for information about working with ArcGIS in a “client-server” or enterprise environment. http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html

The US Department of Labor’s Geotechnical Competency Model can be downloaded from the website listed below. This is a comprehensive pyramid structure consisting of the levels of competency needed to successfully function as a GIS professional in the workforce. The first three levels or tiers of the pyramid consist of personal, academic and workplace competencies that professionals need to function in a scientific discipline. Levels four and five identify the core geospatial and industry sector competencies needed for GIS proficiency. You can download the actual document from the webpage using links in the lower left corner.http://www.careeronestop.org/CompetencyModel/pyramid.aspx?GEO=Y

Page 7: Introduction1 - Zachary Atherton - Home · Web viewThis manual introduces you to the concepts and technology needed to successfully navigate your way into the field of Geographic

Notes

Page 8: Introduction1 - Zachary Atherton - Home · Web viewThis manual introduces you to the concepts and technology needed to successfully navigate your way into the field of Geographic

ArcGIS Desktop 3

ArcGIS Desktop is a software platform for performing geographic operations. It consists of six separate applications: ArcMap, ArcCatalog, ArcToolbox, ModelBuilder, ArcGlobe and ArcScene. The first four are essential to any GIS project and will be covered extensively.

ArcMap

ArcMap is the main application you will use. It allows you to compile and visualize data, as well as create both static and web-based maps. The Data Frame is a main window. All other windows and toolbars (such as the Table of Contents and the Drawing Toolbar) can be freestanding anywhere on your desktop or docked on the top, bottom, or sides of the application.

Page 9: Introduction1 - Zachary Atherton - Home · Web viewThis manual introduces you to the concepts and technology needed to successfully navigate your way into the field of Geographic
Page 10: Introduction1 - Zachary Atherton - Home · Web viewThis manual introduces you to the concepts and technology needed to successfully navigate your way into the field of Geographic

ArcCatalog 5

ArcCatalog is the application you will use for GIS data management. It is similar to Microsoft Explorer’s “My Computer” or Apple’s “Finder” except that it recognizes and symbolizes geographic data as single objects. ArcCatalog allows the user to see:

1. The types of data that arethat are stored:Annotation Parcel Fabric

Points Geometric Network

Lines RelationshipAreas (polygons) Topology

Raster Projection (.prj)

Toolbox (.tbx) Layer (.lyr)

Map Document (.mxd) Table

2. The containers in which data are stored:Folder SDE DatabaseDatabase Feature Dataset

3. The connections to data (i.e. folders, databases, servers):

Page 11: Introduction1 - Zachary Atherton - Home · Web viewThis manual introduces you to the concepts and technology needed to successfully navigate your way into the field of Geographic
Page 12: Introduction1 - Zachary Atherton - Home · Web viewThis manual introduces you to the concepts and technology needed to successfully navigate your way into the field of Geographic

ArcToolbox 7

ArcToolbox contains hundreds of tools you will use to perform geographic operations. The tools are listed by category, but you can use the Search Tool to look for other tools, data, and maps.

When you open a tool, you will see a dialog box to set the parameters for performing the particular geographic operation. Below is the dialog box for the Buffer Tool. On the side of each tool is the help window with diagrams illustrating how the tool works.

Page 13: Introduction1 - Zachary Atherton - Home · Web viewThis manual introduces you to the concepts and technology needed to successfully navigate your way into the field of Geographic
Page 14: Introduction1 - Zachary Atherton - Home · Web viewThis manual introduces you to the concepts and technology needed to successfully navigate your way into the field of Geographic

Model Builder 9

Model Builder allows you to manage geographic operations consisting of many steps by linking data and tools within a graphic environment. Below is a simple illustration of a points shapefile and the Buffer Tool connected to perform a buffer operation. You can add hundreds of tools and data types and then link them together into complex operations. While models can be very complex, the process for creating one is very simple:

1. Add data and tools or or drag and drop from ArcCatalog or ArcMap.

2. Link the data with the Connect Tool .

3. Validate the model .

4. Run the model .

Shanae Farmer, 02/21/12,
Sometimes in bold…
Shanae Farmer, 02/21/12,
Do these tools have names?
Jeffery and Lauralie Lines, 03/30/12,
These instructions seem awkward to me, but not sure how to fix it. Step 2 is nice because it names the icon that it’s introducing.
Jeffery and Lauralie Lines, 03/30/12,
Unfamiliar term to me. Italicize or something?
Page 15: Introduction1 - Zachary Atherton - Home · Web viewThis manual introduces you to the concepts and technology needed to successfully navigate your way into the field of Geographic
Page 16: Introduction1 - Zachary Atherton - Home · Web viewThis manual introduces you to the concepts and technology needed to successfully navigate your way into the field of Geographic