Converting Coverage Annotation into the Geodatabase

Size: px
Start display at page:

Download "Converting Coverage Annotation into the Geodatabase"

Transcription

1 Converting Coverage Annotation into the Geodatabase The following steps outline a method for moving coverage annotation into the geodatabase (GDB) avoiding some known limitations: The size of coverage (and CAD) annotation elements imported into the GDB are reduced in size and therefore do not represent the intended size of the annotation. For example, annotation with $size = 5 in the coverage gets imported into the GDB with FontSize = 3.6. The reason this happens is because the height of the annotation is set to the GDB annotation s graphic envelope which includes space around its boarders. Due to the above limitation, and also due to the fact that a given level of annotation may have multiple sizes, the wrong symbol size may be imported and generated in the annotation symbol collection. It has proven to be too manual a process to modify the symbol, delete the original symbol and reset coverage annotation properties. Ideally when importing the coverage annotation into the GDB it has all of the necessary annotation levels in a single coverage rather than individual annotation levels in individual coverage. If individual coverages happens to be the case, this can be taken care of simply by appending the resulting GDB annotation feature classes into a single GDB annotation feature class with multiple levels. The following steps outline a precise method of maintaining the original annotation size and develop a symbol collection that is ideal for annotation editing and consistent with the ORMAP geodatabase design. 1) Pre-process the Coverage Annotation in Workstation ArcInfo a. Make a copy of the original coverage annotation (it will need to be modified and won t work the same way in the Workstation environment). b. DEFINE a projection for the Annotation Coverage. The conversion process may not work as expected if projection information is unknown. That is because the conversion process relies on a reference scale. The scale can not be established if projection information is unknown. Simply setting the projection properties of the data frame may not work. c. CALC $SYMBOL = $LEVEL. Each unique $level in the coverage must have a unique $symbol in the coverage otherwise when you view the coverage annotation level properties in ArcMap, there won t be a one to one relationship. This becomes an issue when you will try to establish the new symbol properties for each annotation level.

2 d. Preserve $SIZE by adding an item (e.g., ANNOSIZE) using CALC ANNOSIZE = $SIZE. In a later step, annotation size will be set to a single height for all annotation of a given level and scale. But there may have been situations where individual elements were calculated differently for cartographic purposes. If the value is preserved, then it can later be recalculated to its original intended size. For example, a standard size of 5 may be set to 4.8 so it fits better on the map. e. CALC $SIZE = 0. When the coverage annotation size = 0, the size of the annotation can be modified via the layer properties in ArcMap. This will enable us to control the size of the converted annotation based on established ORMAP annotation symbol standards. f. Associate MapNumber with each annotation element. This is required for the ORMAP mapping applications because annotation elements are dynamically filtered using this field. There are a variety of techniques for doing this. Some counties already have MapNumbers associated with their annotation elements so this step isn t required. g. Associate MapScale with each annotation element. This field is necessary for breaking the coverage annotation elements based on scale. Again, this can be done a variety of different ways using different overlay commands. 2) Prepare Annotation Definitions in ArcMap a. Add the coverage annotation layer into ArcMap b. Be sure to let the entire layer render completely before attempting to set the layers and symbols properties. These lists are populated during the drawing phase and if you stop the drawing prematurely, the lists may not get completed. c. Copy the layer multiple times for each level (e.g., 100, 200, etc) of standard annotation and each annotation feature-linked annotation (e.g., TaxlotNum, Code, etc). The idea is that each layer in the TOC will become a separate annotation feature class in the ORMAP geodatabase design. d. Rename each layer accordingly - In the graphic below it shows 40, 100, 200, 400 and 2000 scales for standard annotation and the 5 layers that represent the feature-linked annotation. Again, this is the same coverage added 10 times for the Polk Co pilot data (Note: it does not include all possible map scales).

3 e. Create a Definition Query for each layer. The idea is to isolate only the appropriate annotation for each layer so when it is time to convert, only the filtered annotation gets converted into the geodatabase. For standard annotation, you filter for the map scale of interest and filter out the featurelinked levels (see graphic above). For the feature-linked, you simply query on the level (see graphic below). Feature-linked annotation is not separated by scale. f. Set the appropriate symbol definitions for each level using the definitions in Appendix-A. Because $size was set = 0 in Workstation ArcInfo, the newly converted annotation will take on the size that is established via the layer properties in ArcMap. The symbol properties for standard annotation at each scale must be set accordingly based on Appendix A. For the feature-linked annotation levels, I simply use the 1200 scale ORMAP standard definitions. This process must be repeated for each layer in the TOC. Note when you view the symbols list via the layer properties, all levels/symbols are displayed regardless of the definition query. It is not necessary to take the time to symbolize layers that are being filtered out. For example, for feature-linked annotation layers, simply set the properties for only that one level.

4 Another important note although standards exist, when you set the symbol properties for each symbol / scale, it is important to use the sizes and symbols that best match your current system. For example, if you create bearing and distance elements at 100 scale consistently at 4 on the ground, it doesn t make sense to use the state standard of 5 because each new default element created would be 5 and would not match the all the other 4 annotation. Also take the time to compare the geodatabase annotation to your coverage annotation. In Polk Co we noticed that bearing and distances best match the coverage annotation using Arial Narrow rather than Arial suggested by the standard. g. Save the Map Document once you have gone through the effort of creating the layers, definition queries, and setting the symbol properties you want to save them. In the future, if you want to run the conversion again on an updated coverage, simply replace the older coverage with the newer one and the MXD will reference it with all of the layer properties you saved. h. Open the Import Coverage Annotation Geoprocessing Tool it can be found under ArcToolbox Conversion Tools To Geodatabase.

5 i. Convert the standard annotation into the geodatabase i. Select the appropriate layer (e.g., StdAnno.igds 100scale) ii. Specify output GDB annotation feature class name (e.g., Anno0100scale) iii. Always set reference scale to 1200 (for standard and feature-linked) iv. Verify that create annotation classes from levels is checked. v. Click OK j. Repeat the above step for each standard annotation level this could be automated by duplicating the steps in a single model or using the scripting environment to loop through each layer in the TOC. k. Convert the feature-linked annotation into the geodatabase i. Select the appropriate layer (e.g., FLAnno.igds TaxlotNum) ii. Specify output GDB annotation feature class name (e.g.,taxlotnumberanno) iii. Always set reference scale to 1200 (for standard and feature-linked) iv. Verify that create annotation classes from levels is checked. v. Check the Feature-linked option vi. Browse to the layer in the ORMAP GDB design that annotation should be linked to.

6 vii. Click OK l. Repeat the above step for each feature-linked annotation level again, this could be automated by duplicating the steps in a single model or using the scripting environment to loop through each layer in the TOC. Note coverage annotation converted into feature-linked annotation feature classes does not automatically create the link between the annotation and the feature. The process of taking dumb annotation and linking it to the feature requires that the Annotation FeatID = the OID of the feature. The process of automating the link can be done using a series of geoprocessing steps. This was outlined in the Labels & Annotation Workshop presented during the Fall of m. Save and close ArcMap 3) Additional Geoprocessing steps a. Use the Calculate Field Geoprocessing Tool to calculate Fontsize to equal the preserved coverage annotation size (e.g., AnnoSize) identified in step

7 1d. This will reset the size of the converted annotation to match the original size of the coverage annotation. Again this step helps us with the situations where some individual annotation elements were sized differently from the standard. The following steps are optional and may not apply for all conversion efforts. It depends on the data being converted and whether or not the coverage supports the attributes in the ORMAP geodatabase design. The purpose of these steps are to make the annotation feature classes consistent with the ORMAP annotation design and mostly involves attribute manipulation. b. Use the Add Field Geoprocessing Tool to add a field called MapNumber if your original coverage annotation uses a different field name (e.g., MapNum), then add a field consistent with the model. c. Use the Calculate Field Geoprocessing Tool to calculate MapNumber to equal the other existing MapNum d. Use the Delete Field Geoprocessing Tool to remove the no longer needed field (MapNum) Now the new annotation feature class has a field that matches the ORMAP geodatabase design. These same steps can be applied to other fields like MapScale, AutoWho, AutoDate, AutoMethod, etc. Even if these fields don t exist in the original coverage, it still makes sense to add these fields so they can be automatically updated in the ORMAP editing applications. Note: all of the steps up to this point can be automated using the geoprocessing framework. Model Builder could easily be used to automate the process for a single layer. Scripting could be used to automate the entire conversion by looping through each layer in the process. 4) Final Clean-up in ArcCatalog The following steps can not be automated in the geoprocessing framework. For those of you that are going to convert coverage annotation into the geodatabase on a regular basis you may not want to go through these steps each time or you may want to at least abbreviate some of the steps. Optional steps will be noted. a. Set field for feature-linked annotation during the conversion of featurelinked annotation there was never a setting to specify which attribute on the linked feature class the annotation would be linked to. i. Open the feature class properties dialog for the feature-linked annotation. ii. Click on the Annotation Classes tab

8 iii. Set the appropriate Label field. In the graphic below, TaxCode is the field used for the TaxCodeAnno feature class. iv. In some cases an expression may also be added. For example, with TaxLotAcres you may want to append Ac. to the string. b. (Optional) Rename annotation class by default, the coverage level number becomes the name. You can simply rename it using the Rename button (see above graphic). This is not critical to the conversion but when setting the Target Layer in the Editor Toolbar, users will see the level number rather than the more descriptive name.

9 c. (Optional) Rename annotation symbols in the collection by default, the coverage level number becomes the symbol name. You can simply rename it using the Rename button (see above graphic). This is not critical to the conversion but when viewing the symbol list in the Editor Toolbar, users will see the level numbers rather than the more descriptive names. d. Add additional symbols to the symbol collection there are situations in the State standard that suggest multiple sizes for a give level. Here you have the opportunity to create those additional symbols that can be easily selected from the symbol collection.

10 Appendix A provided by Rodney Thearault from DOR. Again, take the time to compare these values against the sizes used in your current system. Scale Scale Scale Scale Scale Scale Scale Scale Scale Scale Level Name Font Grd Grd Grd Grd Grd Grd Grd Grd Grd Grd 10 PUBLIC ROAD NAME ALTERNATE Arial 1.40' 2.80' 4.20' 5.60' 7.00' 10.00' 16.00' 32.00' 64.00' ' 10 PUBLIC ROAD NAME LARGE Arial 2.00' 4.00' 6.00' 8.00' 10.00' ' 40.00' 64.00' ' 13 PRIVATE ROAD ANNOTATION Arial 1.00' 2.00' 3.00' 4.00' 5.00' 10.00' 20.00' 40.00' 64.00' ' 16 RAILROAD NAME Arial 2.00' 4.00' 6.00' 8.00' 10.00' 20.00' 28.00' ' ' 19 EASEMENT Arial 1.00' 2.00' 3.00' 4.00' 5.00' 10.00' 20.00' 40.00' 80.00' ' 20 STATION (ETC) Arial 0.50' 1.00' 1.50' 2.00' 2.50' 5.00' 10.00' 20.00' 40.00' ' 23 WATER BODY NAME LARGE Italic ) 2.00' 4.00' 6.00' 8.00' 10.00' 20.00' 50.00'? 40.00' ' ' 23 WATER BODY NAME SMALL Italic ) 2.00' 4.00' 6.00' 8.00' 10.00' 20.00' 28.00' 40.00' 64.00' ' 25 RIVER NAME LARGE Italic ) 2.00' 4.00' 6.00' 8.00' 10.00' 20.00' 50.00'? 40.00' ' ' 25 RIVER NAME SMALL Italic ) 2.00' 4.00' 6.00' 8.00' 10.00' 20.00' 28.00' 40.00' 64.00' ' 27 CREEK NAME Italic ) 1.00' 2.00' 3.00' 4.00' 5.00' 10.00' 20.00' 40.00' 64.00' ' 29 CANAL NAME Italic ) 1.00' 2.00' 3.00' 4.00' 5.00' 10.00' 20.00' 40.00' 64.00' ' 30 MISC HYDRO ANNO Arial 2.00' 3.00' 4.00' 5.00' 10.00' 20.00' 40.00' 64.00' ' 34 BEARING & DISTANCE Arial 0.50' 1.00' 1.50' 2.00' 2.50' 5.00' 10.00' 20.00' 40.00' ' 35 SURVEY # Arial 0.80' 1.60' 2.40' 3.20' 4.00' 8.00' ' 64.00' ' 36 REFERENCE NOTES Arial 0.50' 1.00' 1.50' 2.00' 2.50' ' 20.00' 40.00' ' 37 TAXLOT # Arial 1.00' 2.00' 3.00' 4.00' 5.00' 10.00' 20.00' 40.00' 64.00' ' 38 TAXLOT ACRES Arial 0.80' 1.60' 2.00' 3.20' 4.00' 8.00' 16.00' 32.00' 48.00' ' 41 SUBDIVISION NAME LARGE Shadow ( 30 Degree Angle ) ' 7.20' 9.60' 12.00' 24.00' 48.00' 96.00' ' ' 41 SUBDIVISION NAME SMALL Shadow 2.40' 2.40' 3.60' 4.80' 6.00' 12.00' 24.00' 48.00' 96.00' ' 42 BLOCK # Arial 2.00' 4.00' 6.00' 8.00' 10.00' 20.00' 40.00' 56.00' ' LOT # Arial 1.00' 2.00' 3.00' 4.00' 5.00' 10.00' 20.00' 40.00' 80.00' ' 45 SECTION # Arial 1.00' 2.00' 3.00' 4.00' 5.00' 10.00' 20.00' 40.00' 80.00' ' 46 GOV. LOT # & ACRES Arial 1.00' 2.00' 3.00' 4.00' 5.00' 10.00' 20.00' 40.00' 64.00' ' 47 D.L.C. NAMES Arial 1.00' 2.00' 3.00' 4.00' 5.00' 10.00' 20.00' 40.00' ' 48 MEANDER NAMES Arial 1.00' 2.00' 3.00' 4.00' 5.00' 10.00' 20.00' 40.00' 80.00' ' 49 STANDARD PARALLEL Arial 1.00' 2.00' 3.00' 4.00' 5.00' 10.00' 20.00' 40.00' ' 54 TAXCODE Arial 5.00' 10.00' 15.00' 20.00' 25.00' 50.00' ' ' ' ' 55 SPECIAL BOUNDARY Arial 0.80' 1.60' 2.40' 3.20' 4.00' 8.00' 16.00' 32.00' 64.00' ' 56 ZONE ANNOTATION Italic ) Underline 2.40' 4.80' 7.20' 9.60' 12.00' 20.00' 48.00' 96.00' ' ' 57 CITY LIMITS ANNOTATION Arial 0.80' 1.60' 2.40' 3.20' 4.00' 8.00' 16.00' 32.00' 64.00' ' 58 ADJACENT ( CO.STATE & NATIONAL FOREST ) Shadow ' 7.20' 9.60' 12.00' 24.00' 48.00' 96.00' ' ' 59 LANDMARK ( TOWN, PEAKS & ETC. ) Arial 0.80' 1.60' 2.40' ' 8.00' 16.00' ' ' 61 VEGETATION ANNOTATION Arial 0.80' 1.60' 2.40' ' 8.00' 16.00' 32.00' 64.00' ' 62 MAP INDEX Arial 2.00' 4.00' 6.00' 8.00' 10.00' ' 40.00' 64.00' ' 62 SEE MAPS Arial 1.00' 2.00' 3.00' 4.00' 5.00' 10.00' 20.00' 40.00' 64.00' '

11

EnvSci360 Computer and Analytical Cartography

EnvSci360 Computer and Analytical Cartography EnvSci360 Computer and Analytical Cartography Lecture 5 Working with Type and Labels Key Points Labels are text that locate and identify features on a map Important for readability & communication EnvSci

More information

Annotation/Labeling Workshop. Tim Rankin Pat Dolan

Annotation/Labeling Workshop. Tim Rankin Pat Dolan Annotation/Labeling Workshop Tim Rankin Pat Dolan Agenda 8:00am - Introductions 8:05am - Goals of the Workshop 8:15am Labeling 8:45am Annotation Part I 9:15am Break 9:25am Annotation Part II 9:50am Questions

More information

Labeling, Annotation, Editing, and Text Placement with ArcGIS. Ralph Denkenberger

Labeling, Annotation, Editing, and Text Placement with ArcGIS. Ralph Denkenberger Labeling, Annotation, Editing, and Text Placement with ArcGIS Ralph Denkenberger Overview Define labels & annotation Work with labels Convert labels to annotation Work with annotation Questions 2 Map has

More information

Select the Parks within Forest Acres

Select the Parks within Forest Acres Select the Parks within Forest Acres TASKS RESULT 1. Add the county boundary, municipalities and parks (pts.) layers to your map 2. Save your map (.mxd) to your desktop Your map should look something like

More information

Search & Rescue Map Specifications and Production Workflows

Search & Rescue Map Specifications and Production Workflows Search & Rescue Map Specifications and Production Workflows About The Search & Rescue map product and production procedures discussed in this document can be utilized to support search, rescue, and relief

More information

LAB 1: Introduction to ArcGIS 8

LAB 1: Introduction to ArcGIS 8 LAB 1: Introduction to ArcGIS 8 Outline Introduction Purpose Lab Basics o About the Computers o About the software o Additional information Data ArcGIS Applications o Starting ArcGIS o o o Conclusion To

More information

Getting to Know ModelBuilder

Getting to Know ModelBuilder Getting to Know ModelBuilder Offered by Shane Bradt through the UNH Cooperative Extension Geospatial Technologies Training Center Developed by Sandy Prisloe and Cary Chadwick at the Geospatial Technology

More information

ArcGIS Basics Working with Labels and Annotation

ArcGIS Basics Working with Labels and Annotation ArcGIS Basics Working with Labels and Annotation Labeling in ArcGIS has changed considerably from the old ArcView 3.X version. In ArcGIS label positions are generated automatically, are not selectable,

More information

Geographical Information Systems Institute. Center for Geographic Analysis, Harvard University. LAB EXERCISE 1: Basic Mapping in ArcMap

Geographical Information Systems Institute. Center for Geographic Analysis, Harvard University. LAB EXERCISE 1: Basic Mapping in ArcMap Harvard University Introduction to ArcMap Geographical Information Systems Institute Center for Geographic Analysis, Harvard University LAB EXERCISE 1: Basic Mapping in ArcMap Individual files (lab instructions,

More information

CONCOCTING A GIS. Designing a Geodatabase Optimized for Data Maintenance and Map Production

CONCOCTING A GIS. Designing a Geodatabase Optimized for Data Maintenance and Map Production CONCOCTING A GIS Designing a Geodatabase Optimized for Data Maintenance and Map Production Jim Isbell Engineering Tech. II Kern County Assessor s Office KERN COUNTY STATISTICS Size of Kern County 8,162

More information

Extracting Inventory History Information from the Land & Resource Data Warehouse (LRDW)

Extracting Inventory History Information from the Land & Resource Data Warehouse (LRDW) Extracting Inventory History Information from the Land & Resource Data Warehouse (LRDW) The following instructions will illustrate how to extract inventory history information from the Land & Resource

More information

ORMAP ESRI Tax Lot Tools January 2013

ORMAP ESRI Tax Lot Tools January 2013 ORMAP ESRI Tax Lot Tools January 2013 The following is the list of needed tools identified by the cartographers when originally moving to the ArcMap environment in 2004. Some tools are macros, some make

More information

Integrating CAD Data with ArcGIS

Integrating CAD Data with ArcGIS Integrating CAD Data with ArcGIS Agenda An Overview of CAD Drawings CAD Data Structure in ArcGIS Visualization Georeferencing Data Conversion ArcGIS for AutoCAD Q & A CAD Drawings - Overview Widely used

More information

Using GIS to Site Minimal Excavation Helicopter Landings

Using GIS to Site Minimal Excavation Helicopter Landings Using GIS to Site Minimal Excavation Helicopter Landings The objective of this analysis is to develop a suitability map for aid in locating helicopter landings in mountainous terrain. The tutorial uses

More information

Answer the following general questions: 1. What happens when you right click on an icon on your desktop? When you left double click on an icon?

Answer the following general questions: 1. What happens when you right click on an icon on your desktop? When you left double click on an icon? Name: Date: June 27th, 2011 GIS Boot Camps For Educators Practical: Explore ArcGIS 10 Desktop Tools and functionality Day_1 Lecture 1 Sources: o ArcGIS Desktop help o ESRI website o Getting to Know ArcGIS

More information

ArcGIS Desktop: Introduction to Geoprocessing with ModelBuilder Kevin Armstrong ESRI

ArcGIS Desktop: Introduction to Geoprocessing with ModelBuilder Kevin Armstrong ESRI ArcGIS Desktop: Introduction to Geoprocessing with ModelBuilder Kevin Armstrong ESRI SERUG 2008 1 What is ModelBuilder? A user-friendly way to automate a series of tools Part of the ArcGIS geoprocessing

More information

Extracting RESULTs Information from the Land & Resource Data Warehouse (LRDW)

Extracting RESULTs Information from the Land & Resource Data Warehouse (LRDW) Extracting RESULTs Information from the Land & Resource Data Warehouse (LRDW) The following instructions will illustrate how to extract inventory Results information from the Land & Resource data Warehouse

More information

GIS LAB 8. Raster Data Applications Watershed Delineation

GIS LAB 8. Raster Data Applications Watershed Delineation GIS LAB 8 Raster Data Applications Watershed Delineation This lab will require you to further your familiarity with raster data structures and the Spatial Analyst. The data for this lab are drawn from

More information

Create a personal geodatabase

Create a personal geodatabase Create a personal geodatabase To create a personal geodatabase that corresponds to the same release as the ArcGIS for Desktop client you are using, follow these steps: 1. In ArcCatalog, right-click the

More information

ModelBuilder: An Introduction. Kevin Armstrong

ModelBuilder: An Introduction. Kevin Armstrong ModelBuilder: An Introduction Kevin Armstrong What is ModelBuilder? A user-friendly way to automate a series of tools Part of the ArcGIS geoprocessing framework - ModelBuilder can run any tool in the ArcToolbox,

More information

Exercise 1: An Overview of ArcMap and ArcCatalog

Exercise 1: An Overview of ArcMap and ArcCatalog Exercise 1: An Overview of ArcMap and ArcCatalog Introduction: ArcGIS is an integrated collection of GIS software products for building a complete GIS. ArcGIS enables users to deploy GIS functionality

More information

GIS Workbook #1. GIS Basics and the ArcGIS Environment. Helen Goodchild

GIS Workbook #1. GIS Basics and the ArcGIS Environment. Helen Goodchild GIS Basics and the ArcGIS Environment Helen Goodchild Overview of Geographic Information Systems Geographical Information Systems (GIS) are used to display, manipulate and analyse spatial data (data that

More information

GIS Basics for Urban Studies

GIS Basics for Urban Studies GIS Basics for Urban Studies Date: March 21, 2018 Contacts: Mehdi Aminipouri, Graduate Peer GIS Faciliator, SFU Library (maminipo@sfu.ca) Keshav Mukunda, GIS & Map Librarian Librarian for Geography (kmukunda@sfu.ca)

More information

Utility Network Management in ArcGIS: Migrating Your Data to the Utility Network. John Alsup & John Long

Utility Network Management in ArcGIS: Migrating Your Data to the Utility Network. John Alsup & John Long Utility Network Management in ArcGIS: Migrating Your Data to the Utility Network John Alsup & John Long Presentation Outline Utility Network Preparation - Migration Patterns - Understanding the Asset Package

More information

Creating Great Labels Using Maplex

Creating Great Labels Using Maplex Esri International User Conference San Diego, CA Technical Workshops July 11 15, 2011 Creating Great Labels Using Maplex Craig Williams Natalie Vines 2 Presentation Overview What are the types of text

More information

A Hands-on Experience with Arc/Info 8 Desktop

A Hands-on Experience with Arc/Info 8 Desktop Demo of Arc/Info 8 Desktop page 1 of 17 A Hands-on Experience with Arc/Info 8 Desktop Prepared by Xun Shi and Ted Quinby Geography 377 December 2000 In this DEMO, we introduce a brand new edition of ArcInfo,

More information

This support note will discuss several methods of creating no spray zones for Sentinel GIS>

This support note will discuss several methods of creating no spray zones for Sentinel GIS> Reason Sentinel Adulticiding support a polygon no spray layer. Adulticiding mobile software warns the driver when they are approaching a no spray zone so they can turn off the sprayer. Because no spray

More information

Geography 281 Map Making with GIS Project Six: Labeling Map Features

Geography 281 Map Making with GIS Project Six: Labeling Map Features Geography 281 Map Making with GIS Project Six: Labeling Map Features In this activity, you will explore techniques for adding text to maps. As discussed in lecture, there are two aspects to using text

More information

Data Assembling Topics:

Data Assembling Topics: Topics: 1. GPX to Shape file 2. Data conversion with FME 3. Create a polygon feature 4. Merging /Appending data into a new dataset 5. Reproject data from one coordinate system to another 6. Data clipping

More information

ARC HYDRO GROUNDWATER TUTORIALS

ARC HYDRO GROUNDWATER TUTORIALS ARC HYDRO GROUNDWATER TUTORIALS details to cross sections Arc Hydro Groundwater (AHGW) is a geodatabase design for representing groundwater datasets within ArcGIS. The data model helps to archive, display,

More information

In this exercise, you will convert labels into geodatabase annotation so you can edit the text features.

In this exercise, you will convert labels into geodatabase annotation so you can edit the text features. Instructions: Use the provided data stored in a USB. For the report: 1. Start a new word document. 2. Follow an exercise step as given below. 3. Describe what you did in that step in the word document

More information

The ArcMap Interface and Using Basic ArcMap Analysis Tools to Create a Map

The ArcMap Interface and Using Basic ArcMap Analysis Tools to Create a Map The ArcMap Interface and Using Basic ArcMap Analysis Tools to Create a Map *You will need a computer with ESRI ArcGIS Desktop version 9.3 or higher installed* Data Download 1. Save the zipped folder with

More information

Getting the most from the Maplex Label Engine

Getting the most from the Maplex Label Engine Esri International User Conference San Diego, California Technical Workshops July 26, 2012 Getting the most from the Maplex Label Engine Craig Williams Natalie Matthews 2 Presentation Overview What are

More information

Lecture 7 Digitizing. Dr. Zhang Spring, 2017

Lecture 7 Digitizing. Dr. Zhang Spring, 2017 Lecture 7 Digitizing Dr. Zhang Spring, 2017 Model of the course Using and making maps Navigating GIS maps Map design Working with spatial data Geoprocessing Spatial data infrastructure Digitizing File

More information

Kane County GIS-Technologies Management Solutions. DGN to SDE and Back Again

Kane County GIS-Technologies Management Solutions. DGN to SDE and Back Again Kane County Management Solutions nicoskithomas@co.kane.il.us 1 In the Beginning DGN Kane County, Illinois Supervisor of Assessments Bears Win Superbowl XX Intergraph IGDS Software Graphic Workstations

More information

Geographical Information Systems Institute. Center for Geographic Analysis, Harvard University

Geographical Information Systems Institute. Center for Geographic Analysis, Harvard University Geographical Information Systems Institute Center for Geographic Analysis, Harvard University LAB EXERCISE 5: Queries, Joins: Spatial and Non-spatial 1.0 Getting Census data 1. Go to the American Factfinder

More information

Introduction to Geospatial Technology Lab Series. Lab: Basic Geospatial Analysis Techniques

Introduction to Geospatial Technology Lab Series. Lab: Basic Geospatial Analysis Techniques Introduction to Geospatial Technology Lab Series Lab: Basic Geospatial Analysis Techniques Document Version: 2012-08-24 Lab Author: Richard Smith Organization: Copyright 2003-2012 Center for Systems Security

More information

USING 2001 CENSUS DATA IN ArcMap 8.2

USING 2001 CENSUS DATA IN ArcMap 8.2 USING 2001 CENSUS DATA IN ArcMap 8.2 This is a guide to mapping 2001 Census data in ArcMap using age and sex profile data for Toronto at the census tract level. Importing boundary files, importing census

More information

Introduction to ArcGIS I

Introduction to ArcGIS I Introduction 1-1 What is ArcGIS? ArcGIS Clients ArcReader E X T E N S I O N S ArcGIS Desktop ArcView ArcEditor ArcInfo ArcGIS Engine ArcPad Custom Application E X T E N S I O N S Web Browser Components

More information

1. ArcGIS Desktop 10 (ArcView, ArcEditor, or. 2. Sample dataset from esri.com/arcuser. 3. ArcGIS Maplex extension (optional)

1. ArcGIS Desktop 10 (ArcView, ArcEditor, or. 2. Sample dataset from esri.com/arcuser. 3. ArcGIS Maplex extension (optional) Changing Lanes Converting DS Map Books to ArcGIS 10 Data Driven Pages By Mike Price, Entrada/San Juan, Inc. What You Will Need 1. ArcGIS Desktop 10 (ArcView, ArcEditor, or ArcInfo license) 2. Sample dataset

More information

Basic Tasks in ArcGIS 10.3.x

Basic Tasks in ArcGIS 10.3.x Basic Tasks in ArcGIS 10.3.x This guide provides instructions for performing a few basic tasks in ArcGIS 10.3.1, such as adding data to a map document, viewing and changing coordinate system information,

More information

Working with Attribute Data and Clipping Spatial Data. Determining Land Use and Ownership Patterns associated with Streams.

Working with Attribute Data and Clipping Spatial Data. Determining Land Use and Ownership Patterns associated with Streams. GIS LAB 3 Working with Attribute Data and Clipping Spatial Data. Determining Land Use and Ownership Patterns associated with Streams. One of the primary goals of this course is to give you some hands-on

More information

MODULE 1 BASIC LIDAR TECHNIQUES

MODULE 1 BASIC LIDAR TECHNIQUES MODULE SCENARIO One of the first tasks a geographic information systems (GIS) department using lidar data should perform is to check the quality of the data delivered by the data provider. The department

More information

Name: Date: June 27th, 2011 GIS Boot Camps For Educators Lecture_3

Name: Date: June 27th, 2011 GIS Boot Camps For Educators Lecture_3 Name: Date: June 27th, 2011 GIS Boot Camps For Educators Lecture_3 Practical: Creating and Editing Shapefiles Using Straight, AutoComplete and Cut Polygon Tools Use ArcCatalog to copy data files from:

More information

Working with Events in ArcGIS 8.2

Working with Events in ArcGIS 8.2 Working with Events in ArcGIS 8.2 This tutorial is a companion to the article, Understanding Dynamic Segmentation: Working with Events in ArcGIS in the October December 2002 issue of ArcUser magazine.

More information

GIS LAB 1. Basic GIS Operations with ArcGIS. Calculating Stream Lengths and Watershed Areas.

GIS LAB 1. Basic GIS Operations with ArcGIS. Calculating Stream Lengths and Watershed Areas. GIS LAB 1 Basic GIS Operations with ArcGIS. Calculating Stream Lengths and Watershed Areas. ArcGIS offers some advantages for novice users. The graphical user interface is similar to many Windows packages

More information

MAPLOGIC CORPORATION. GIS Software Solutions. Getting Started. With MapLogic Layout Manager

MAPLOGIC CORPORATION. GIS Software Solutions. Getting Started. With MapLogic Layout Manager MAPLOGIC CORPORATION GIS Software Solutions Getting Started With MapLogic Layout Manager Getting Started with MapLogic Layout Manager 2011 MapLogic Corporation All Rights Reserved 330 West Canton Ave.,

More information

MAPLOGIC CORPORATION. GIS Software Solutions. Getting Started. With MapLogic Layout Manager

MAPLOGIC CORPORATION. GIS Software Solutions. Getting Started. With MapLogic Layout Manager MAPLOGIC CORPORATION GIS Software Solutions Getting Started With MapLogic Layout Manager Getting Started with MapLogic Layout Manager 2008 MapLogic Corporation All Rights Reserved 330 West Canton Ave.,

More information

Introducing ArcScan for ArcGIS

Introducing ArcScan for ArcGIS Introducing ArcScan for ArcGIS An ESRI White Paper August 2003 ESRI 380 New York St., Redlands, CA 92373-8100, USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB www.esri.com Copyright 2003

More information

Urban vs Rural Selection Tool

Urban vs Rural Selection Tool Urban vs Rural Selection Tool This tool was developed to aid in determination of whether a project/facility location is considered to be urban or rural per EPA s guidance. The tool allows the identification

More information

Lesson 8 : How to Create a Distance from a Water Layer

Lesson 8 : How to Create a Distance from a Water Layer Created By: Lane Carter Advisor: Paul Evangelista Date: July 2011 Software: ArcGIS 10 Lesson 8 : How to Create a Distance from a Water Layer Background This tutorial will cover the basic processes involved

More information

Linear Referencing in ArcGIS. GIS by ESRI

Linear Referencing in ArcGIS. GIS by ESRI Linear Referencing in ArcGIS GIS by ESRI Copyright 00 ESRI All rights reserved. Printed in the United States of America. The information contained in this document is the exclusive property of ESRI. This

More information

Converting AutoCAD Map 2002 Projects to ArcGIS

Converting AutoCAD Map 2002 Projects to ArcGIS Introduction This document outlines the procedures necessary for converting an AutoCAD Map drawing containing topologies to ArcGIS version 9.x and higher. This includes the export of polygon and network

More information

George Mason University Department of Civil, Environmental and Infrastructure Engineering

George Mason University Department of Civil, Environmental and Infrastructure Engineering George Mason University Department of Civil, Environmental and Infrastructure Engineering Dr. Celso Ferreira Prepared by Lora Baumgartner December 2015 Revised by Brian Ross July 2016 Exercise Topic: GIS

More information

ARC HYDRO GROUNDWATER TUTORIALS

ARC HYDRO GROUNDWATER TUTORIALS ARC HYDRO GROUNDWATER TUTORIALS Working with MODFLOW Models Steady State Arc Hydro Groundwater (AHGW) is a geodatabase design for representing groundwater datasets within ArcGIS. The data model helps to

More information

Explore some of the new functionality in ArcMap 10

Explore some of the new functionality in ArcMap 10 Explore some of the new functionality in ArcMap 10 Scenario In this exercise, imagine you are a GIS analyst working for Old Dominion University. Construction will begin shortly on renovation of the new

More information

GIS OPERATION MANUAL

GIS OPERATION MANUAL GIS OPERATION MANUAL 1. Computer System Description Hardware Make Compaq Presario 5004 CPU AMD Athlon 1.1 Ghz Main Memory 640MB CD-ROM 52 X CD-RW 8 X HD 57GB Monitor 19 inch Video Adapter 16 Mb Nvidia

More information

ArcGIS 9. Maplex Tutorial

ArcGIS 9. Maplex Tutorial ArcGIS 9 Maplex Tutorial Copyright 004 006 ESRI All rights reserved. Printed in the United States of America. The information contained in this document is the exclusive property of ESRI. This work is

More information

Exercise 4 Compiling a Spatial Database: Adding and Linking Attribute Data

Exercise 4 Compiling a Spatial Database: Adding and Linking Attribute Data Geog, IES 377/Cee 357 Exercise 4 Page: 1/9 GEOG 377/CEE 357: An Introduction to Geographic Information Systems Exercise 4 Compiling a Spatial Database: Adding and Linking Attribute Data 1. Introduction

More information

Table of Contents. 1. Prepare Data for Input. CVEN 2012 Intro Geomatics Final Project Help Using ArcGIS

Table of Contents. 1. Prepare Data for Input. CVEN 2012 Intro Geomatics Final Project Help Using ArcGIS Table of Contents 1. Prepare Data for Input... 1 2. ArcMap Preliminaries... 2 3. Adding the Point Data... 2 4. Set Map Units... 3 5. Styling Point Data: Symbology... 4 6. Styling Point Data: Labels...

More information

Using the Geodatabase

Using the Geodatabase Using the Geodatabase February 13, 2002 Presented by: John Stroud, ESRI GeoDatabase Geodatabase comes in two flavors Personal mdb format ArcSDE rdbms format ArcGIS is a suite of three products ArcView,

More information

SilvAssist 3.5 Instruction Manual Instruction Manual for the SilvAssist Toolbar For ArcGIS. Version 3.5

SilvAssist 3.5 Instruction Manual Instruction Manual for the SilvAssist Toolbar For ArcGIS. Version 3.5 Instruction Manual for the SilvAssist Toolbar For ArcGIS Version 3.5 1 2 Contents Introduction... 5 Preparing to Use SilvAssist... 6 Polygon Selection... 6 Plot Allocator... 7 Requirements:... 7 Operation...

More information

Digging Into Autodesk Map 3D 2007 Level 1 Training Rick Ellis Michael Carris Russell Martin

Digging Into Autodesk Map 3D 2007 Level 1 Training Rick Ellis Michael Carris Russell Martin Digging Into Autodesk Map 3D 2007 Level 1 Training Rick Ellis Michael Carris Russell Martin PO Box 344 Canby Oregon 97013 www.cadapult-software.com training@cadapult-software.com (503) 829-8929 Table of

More information

Tutorial 1 Exploring ArcGIS

Tutorial 1 Exploring ArcGIS Tutorial 1 Exploring ArcGIS Before beginning this tutorial, you should make sure your GIS network folder is mapped on the computer you are using. Please refer to the How to map your GIS server folder as

More information

Workshop #12 Using ModelBuilder and Customizing the ArcMap Interface

Workshop #12 Using ModelBuilder and Customizing the ArcMap Interface Workshop #12 Using ModelBuilder and Customizing the ArcMap Interface Toolboxes can be created in ArcToolbox, in folders or within geodatabases. In this tutorial you will place the toolbox in your project

More information

Initial Analysis of Natural and Anthropogenic Adjustments in the Lower Mississippi River since 1880

Initial Analysis of Natural and Anthropogenic Adjustments in the Lower Mississippi River since 1880 Richard Knox CE 394K Fall 2011 Initial Analysis of Natural and Anthropogenic Adjustments in the Lower Mississippi River since 1880 Objective: The objective of this term project is to use ArcGIS to evaluate

More information

Setting Up Your Working Environment

Setting Up Your Working Environment Setting Up Your Working Environment What are the topics? - Setting Up Your Working Environment - What is a feature class? ArcGIS Program Modules ArcScene ArcGIS ArcGlobe ArcCatalog ArcMap ArcToolbox Program

More information

Minnesota Department of Natural Resources ArcView Utilities Extension User s Guide

Minnesota Department of Natural Resources ArcView Utilities Extension User s Guide Introduction This document describes the functionality and use of the ArcView Utilities extension for the ArcView desktop GIS software. These tools were developed out of the need for additional geoprocessing

More information

HOW TO FILL YOUR DATA INTO THE LOCAL GOVERNMENT INFORMATION MODEL. Jeremy Williams City of Clearwater 2014 ESRI User Conference / Presentation UC460

HOW TO FILL YOUR DATA INTO THE LOCAL GOVERNMENT INFORMATION MODEL. Jeremy Williams City of Clearwater 2014 ESRI User Conference / Presentation UC460 HOW TO FILL YOUR DATA INTO THE LOCAL GOVERNMENT INFORMATION MODEL Jeremy Williams City of Clearwater 2014 ESRI User Conference / Presentation UC460 WHAT IS THE LOCAL GOVERNMENT INFORMATION MODEL? LGIM

More information

The New Enhancements in ModelBuilder in ArcGIS 10

The New Enhancements in ModelBuilder in ArcGIS 10 The New Enhancements in ModelBuilder in ArcGIS 10 Article ID : TT100036 Software : ArcGIS Desktop 10 Platform : Windows XP, Windows Vista, Windows 7 Date : 1 st May, 2011 Introduction ModelBuilder is a

More information

Exercise 3: Creating a Geodatabase

Exercise 3: Creating a Geodatabase Exercise 3: Creating a Geodatabase Introduction: A database (DB) is an organized collection of data, that we can visualize as being a group of tables. An example of a simple database can be seen below:

More information

THE HONG KONG POLYTECHNIC UNIVERSITY DEPARTMENT OF LAND SURVEYING & GEO-INFORMATICS LSGI521 PRINCIPLES OF GIS

THE HONG KONG POLYTECHNIC UNIVERSITY DEPARTMENT OF LAND SURVEYING & GEO-INFORMATICS LSGI521 PRINCIPLES OF GIS THE HONG KONG POLYTECHNIC UNIVERSITY DEPARTMENT OF LAND SURVEYING & GEO-INFORMATICS LSGI521 PRINCIPLES OF GIS Student name: Student ID: Table of Content Working with files, folders, various software and

More information

3.2 Clipping Data Layers

3.2 Clipping Data Layers Advanced Data Management Clipping Data Layers 3.2.1 3.2 Clipping Data Layers Many times you will want to use a smaller part of a layer (like only the roads in one school district or town, not the whole

More information

Basics of Using LiDAR Data

Basics of Using LiDAR Data Conservation Applications of LiDAR Basics of Using LiDAR Data Exercise #2: Raster Processing 2013 Joel Nelson, University of Minnesota Department of Soil, Water, and Climate This exercise was developed

More information

Digitising a map in arcgis desktop 10.3

Digitising a map in arcgis desktop 10.3 Digitising a map in arcgis desktop 10.3 1 CONTENTS 2 Evaluating your map... 2 3 Setting up the base map... 3 4 Georeferencing your map/maps... 3 4.1 Georeferencing tips.... 4 5 Digitising your maps...

More information

Cartographic Techniques and Representations

Cartographic Techniques and Representations Cartographic Techniques and Representations NEARC 2007 ESRI Technical Session ESRI, Boston Overview of Presentation Labeling and Annotation Masking Layout Tips Cartographic Representations Labeling versus

More information

GIS IN ECOLOGY: CREATING RESEARCH MAPS

GIS IN ECOLOGY: CREATING RESEARCH MAPS GIS IN ECOLOGY: CREATING RESEARCH MAPS Contents Introduction... 2 Elements of Cartography... 2 Course Data Sources... 3 Tasks... 3 Establishing the Map Document... 3 Laying Out the Map... 5 Exporting Your

More information

Tutorial: Getting Census Data from Geolytics

Tutorial: Getting Census Data from Geolytics Tutorial: Getting Census Data from Geolytics We have the following Geolytics programs: There is census data from 1960-2010, estimated and projected demographic, housing and expenditure data, and data from

More information

Map Analysis with Vector Data

Map Analysis with Vector Data Map Analysis with Vector Data Francisco Olivera, Ph.D., P.E. Srikanth Koka Lauren Walker Aishwarya Vijaykumar Department of Civil Engineering December 5, 2011 Contents Brief Overview of Map Analysis...

More information

Stacey Maples GIS Specialist and Instruction Coordinator, Yale University Map Department

Stacey Maples GIS Specialist and Instruction Coordinator, Yale University Map Department WHAT S NEW IN ARC CGIS 10-5 THINGS YOU SHOUL LD KNOW! (OK, THERE S ACTUALLY MORE THAN 5 HERE) Stacey Maples GIS Specialist and Instruction Coordinator, Yale University Map Department stacey.maples@yale.edu

More information

ESRI China (Hong Kong) Limited

ESRI China (Hong Kong) Limited Setting Proper Windows XP Environment for Displaying Spatial Data with Traditional Chinese Article ID : 100007 Software : ArcGIS Desktop 9.x Platform : Windows XP Home, Windows XP Professional Date : September

More information

NJUNS Users Guide.

NJUNS Users Guide. NJUNS Users Guide www.njuns.com The National Joint Utilities Notification system, NJUNS, is a national organization of member utilities formed for the purpose of improving the coordination of joint ventures.

More information

Tutorial 17: Desert City Tutorial

Tutorial 17: Desert City Tutorial Tutorial 17: Desert City Tutorial Table of Contents Tutorial 17: Desert city........................................... 3 2 Tutorial 17: Desert city Download items Tutorial data Tutorial PDF Prerequisites

More information

ArcGIS Desktop The Road Ahead. Amadea Azerki

ArcGIS Desktop The Road Ahead. Amadea Azerki ArcGIS Desktop The Road Ahead Amadea Azerki Agenda An Overview of ArcGIS 10 Desktop Enhancements User Interface Mapping Editing Analysis Sharing Q & A ArcGIS 10 Overview Focuses on Usability and Productivity

More information

Appendix 2: Random Plots Workbook: Unstratified Sample

Appendix 2: Random Plots Workbook: Unstratified Sample Appendix 2: Random Plots Workbook: Unstratified Sample These instructions will help users of all skill levels create a random sample of i-tree Eco plot centers, plot areas, and the associated i-tree Eco-required

More information

ArcGIS Basics: Creating a Map with ArcMap (India Data)

ArcGIS Basics: Creating a Map with ArcMap (India Data) ArcGIS Basics: Creating a Map with ArcMap (India Data) Written by Barbara Parmenter and Irina Rasputnis, updated by Carolyn Talmadge on January 14, 2015 INTRODUCTION...1 MUGAR LAB NOTE: MAPPING A NETWORK

More information

Chapter 17 Creating a New Suit from Old Cloth: Manipulating Vector Mode Cartographic Data

Chapter 17 Creating a New Suit from Old Cloth: Manipulating Vector Mode Cartographic Data Chapter 17 Creating a New Suit from Old Cloth: Manipulating Vector Mode Cartographic Data Imagine for a moment that digital cartographic databases were a perfect analog of the paper map. Once you digitized

More information

Getting to Know ArcGIS Pro

Getting to Know ArcGIS Pro Getting to Know ArcGIS Pro SUPPLEMENT FOR ARCGIS PRO 2.2 Getting to Know ArcGIS Pro, first edition, published in 2016, was written and tested on ArcGIS Pro 1.1. Since then, the capabilities and user interface

More information

ArcGIS Basics: India Creating a Map with ArcMap

ArcGIS Basics: India Creating a Map with ArcMap ArcGIS Basics: India Creating a Map with ArcMap Written by Barbara Parmenter and Irina Rasputnis, updated on August 30, 2016 INTRODUCTION... 1 NOTE FOR MUGAR LAB USERS: MAPPING A NETWORK DRIVE IN WINDOWS...

More information

Configuring, Tuning and Managing ArcGIS Server. Dan O Leary James Cardona Owen Evans

Configuring, Tuning and Managing ArcGIS Server. Dan O Leary James Cardona Owen Evans Configuring, Tuning and Managing ArcGIS Server Dan O Leary James Cardona Owen Evans Introductions and Overview Welcome and Thanks for Attending Approach of this Session Share Best Practices and Techniques

More information

INTRODUCTION TO GIS WORKSHOP EXERCISE

INTRODUCTION TO GIS WORKSHOP EXERCISE 111 Mulford Hall, College of Natural Resources, UC Berkeley (510) 643-4539 INTRODUCTION TO GIS WORKSHOP EXERCISE This exercise is a survey of some GIS and spatial analysis tools for ecological and natural

More information

ArcView QuickStart Guide. Contents. The ArcView Screen. Elements of an ArcView Project. Creating an ArcView Project. Adding Themes to Views

ArcView QuickStart Guide. Contents. The ArcView Screen. Elements of an ArcView Project. Creating an ArcView Project. Adding Themes to Views ArcView QuickStart Guide Page 1 ArcView QuickStart Guide Contents The ArcView Screen Elements of an ArcView Project Creating an ArcView Project Adding Themes to Views Zoom and Pan Tools Querying Themes

More information

Geospatial Day II Introduction to ArcGIS Editor for Open Street Map

Geospatial Day II Introduction to ArcGIS Editor for Open Street Map Geospatial Day II Introduction to ArcGIS Editor for Open Street Map Geospatial Operations Support Team (GOST) Katie McWilliams kmcwilliams@worldbankgroup.org GOST@worldbank.org 0 Using OSM for Network

More information

hereby recognizes that Timotej Verbovsek has successfully completed the web course 3D Analysis of Surfaces and Features Using ArcGIS 10

hereby recognizes that Timotej Verbovsek has successfully completed the web course 3D Analysis of Surfaces and Features Using ArcGIS 10 3D Analysis of Surfaces and Features Using ArcGIS 10 Completed on September 5, 2012 3D Visualization Techniques Using ArcGIS 10 Completed on November 19, 2011 Basics of Map Projections (for ArcGIS 10)

More information

Compilation of GIS data for the Lower Brazos River basin

Compilation of GIS data for the Lower Brazos River basin Compilation of GIS data for the Lower Brazos River basin Prepared by Francisco Olivera, Ph.D., P.E., Srikanth Koka, and Lauren Walker Department of Civil Engineering October 2, 2006 Contents: Brief Overview

More information

How to Create a Tile Package

How to Create a Tile Package United States Department of Agriculture Digital Mobile Sketch Mapping (DMSM) How to Create a Tile Package (TPK) Forest Service Introduction A tile package (.tpk) allows you to use a set of packaged tiles

More information

What's New in ArcGIS 9.2 Service Packs

What's New in ArcGIS 9.2 Service Packs What's New in ArcGIS 9.2 Service Packs 18 July 2007 Updated for Service Pack 3 This document describes the main enhancements to 9.2 added by the service packs. It does not cover the bug fixes and quality

More information

Introduction to GIS 2011

Introduction to GIS 2011 Introduction to GIS 2011 Digital Elevation Models CREATING A TIN SURFACE FROM CONTOUR LINES 1. Start ArcCatalog from either Desktop or Start Menu. 2. In ArcCatalog, create a new folder dem under your c:\introgis_2011

More information

ArcGIS 9. Using ArcCatalog

ArcGIS 9. Using ArcCatalog ArcGIS 9 Using ArcCatalog Copyright 1999, 2003 2004 ESRI All rights reserved. Printed in the United States of America. The information contained in this document is the exclusive property of ESRI. This

More information

ArcGIS Basics: Mapping the US

ArcGIS Basics: Mapping the US ArcGIS Basics: Mapping the US Revised February 15, 2010 Tufts University Author: Barbara Parmenter Introduction...1 Part 1 - Opening ArcMap and adding data layers...1 Part 2 Moving around the Map...4 Part

More information