Lab #5: Vector GIS Data Editing and Georeferncing Credit point: 6; Due date: Oct. 18 (Friday 5PM)

Size: px
Start display at page:

Download "Lab #5: Vector GIS Data Editing and Georeferncing Credit point: 6; Due date: Oct. 18 (Friday 5PM)"

Transcription

1 Principles of Geographic Information System Geography 390, Fall 2002 Department of Geography, Texas A&M University Instructor: Dr. Hongxing Liu Teaching Assistants: Sindhu George, Jongwon Lee Lab #5: Vector GIS Data Editing and Georeferncing Credit point: 6; Due date: Oct. 18 (Friday 5PM) I. Objectives This lab is a continuation of lab#4. The main purpose is to get students familiar with the process of editing and georeferencing a vector data set digitized from a paper map. Specific tasks include: 1) Editing the vector coverage of the US state boundaries, which was digitized in lab#4; 2) Computationally constructing topological structure for the digitized coverage; and 3) Transforming the coverage coordinates from arbitrary Cartesian coordinate system of digitizing table to a geographical and map coordinate systems. II. Instructions and Exercises 1. Constructing Topological Data Structure ArcInfo uses computational methods to establish the topological relationships between the spatial objects. When the state boundaries were digitized, we did not explicitly encode the topological relationships through digitizing protocol, such as, which arc is directly connected to which arc, which arcs form which polygon, etc. After digitizing, ArcInfo can computationally construct the topology for the coverage. The constructed topological relationships are stored in a set of cross-referenced tables (files). Once the topological relationships are constructed and stored, they can be used for subsequent automated error checking and various vector-based analyses. 1.1 Constructing topology Two commands can be used for constructing topology for a coverage in ArcInfo: clean and build. The command clean creates a new, topologically structured coverage from a spaghetti coverage digitized. This command intersects the digitized arcs and identifies the spatial relationships between nodes, arcs, and polygons. The feature attribute table is created to store the geometric and topological information about the digitized features. The command build is only used to create or update the topology when arcs do not need to be intersected. The coverage states01, which we digitized in last lab exercise, does not have topological structure. It can be converted into a topologically structured coverage states02 using the clean command. Arc: clean states01 states02 # # poly 1

2 A polygon attribute table states02.pat is created for the new coverage states02 to store the geometric and topological information. The content can be shown: Arc: list states02.pat Or Arc: &station 9999 Arc: &popup states02.pat Or Arc: &fullscreen states02.pat 1.2 Identify digitizing errors based on topological data structure Once the topology is constructed, ArcInfo can automatically identify and mark potential node errors with special symbols. This makes the editing process much more efficient. You can also identify most digitizing errors by comparing a plot of the digitized coverage with the original source map. Two kinds of node errors will be marked: pseudo nodes that are labeled with diamond symbols, and dangling nodes that are labeled with box symbols. Pseudo nodes occur where only two arcs intersect or a single line connects with itself (an island). A dangling node is the unconnected node of a dangling arc. It is often created by an undershoot or an overshoot of the arc. It should be noted that pseudo nodes and dangling nodes are not necessarily errors, although they usually are. Label errors in a polygon coverage include two situations: A polygon has no label point, or a polygon has more than one label points. Plot the pseudo nodes and dangling nodes to verify the potential digitizing errors. Arc: editplot states02 states02.gra Window plot? no Enter legend text: <CR> Plot tics? yes Plot Only polygons with label errors? NO Plot arcs? yes Plot arc ids? yes Plot label points? yes Plot node errors? yes Arc: &station 9999 Arc: Draw states02.gra The potential errors will be flagged in the plot. You can zoom in and out to get a close-up look at the errors. Print out a hardcopy of states02.gra using the print program in the Arc/Info program group. Generate a list of potential errors on the screen, and use a watch file to store the information in a text file. For node errors: Arc: &watch node.err Arc: nodeerrors states02 all Arc: &watch &off For label errors: Arc: &watch label.err 2

3 Arc: labelerrors states02 Arc: &watch &off To check if the two files have been created Arc: &sys dir /w To view the file contents: Arc: &station 9999 Arc: &popup label.err Arc: &popup node.err Open label.err and node.err using Notepad and print out these two files as a part of your lab report. 2. Editing the Errors in the Coverage Once the errors are identified, you can verify and correct all the potential errors on screen with the aid of ArcEdit module. 1) Set editing environment For safety sake, make a copy of the coverage to be edited, and then specify this coverage as the editing coverage. Arc: copy states02 states03 Set the editing environment Arc: arcedit Arcedit: &station 9999 Arcedit: coordinate mouse Arcedit: edit states03 Arcedit: drawenvironment arc node label Arcedit: draw Arcedit: nodecolor node red Arcedit: draw Arcedit: drawenvironment node errors label off Arcedit: draw Specifying the editing feature class (tics, arcs, nodes, labels, or any other feature classes); Arcedit: editfeature arc 2) Select the features in errors You can use pan/zoom button at the top left corner of your display to zoom in, zoom out, and roam your coverage. Once you locate the features to be edited, you can issue command to select these features. Arcedit: select many 3

4 4

5 The cursor will appear on the screen. Position the crosshairs directly over the feature you wish to edit, and press the left button on the mouse or the 1 button on keyboard to select it. Press 9 on keyboard to quit from the selection mode. 3) Editing the features Arcs can be deleted, moved, added, or copied using the delete, move, add, or copy command. If you make a mistake in deleting a feature, you can use oops to restore it. Labels can also be selected and edited. To edit label points, the current edit feature has to be set to label. Nodes can be deleted, added, or copied only if the arc they are attached to is deleted, added, or copied. Move command can be directly apply on node 5

6 feature class. To avoid accidental loss of your editing work, remember to save your work regularly. Arcedit: save Usually we correct an overshoot error by deleting the overshoot arc, correct an undershoot error by extending it, and fix an open polygon error by moving the nodes to close the polygon. The preceding figures shows the commands used to add a missing label point, add a missing arc, correct an overshoot, correct an undershoot, fix an open polygon, and change a label User-ID. 4) Quit the Arcedit session Once you have done with all the editing work, you can save your work and quit from ArcEdit. Arcedit: quit Keep all edit changes (Y/N): y Leaving ARCEDIT 3. Reconstruct Topology After editing the coverage, the topological relationships between spatial objects are changed. We have to use the command clean to reconstruct the topology. Remember that you have to run clean again to reconstruct the coverage topology when you complete the editing work with arcedit. Arc: clean states03 states04 Once you establish the topology for the new coverage, you need to start the second round of error checking and see if all errors have been fixed. Arc: nodeerrors states04 all Arc: labelerrors states04 If some errors remain, you have to conduct another arcedit session and repeat all steps above until all error are corrected or removed. 4. Transforming Cartesian Coordinates to Geographic Coordinates At this point, the coordinate system of TIC point coverage usa_tic and the polygon coverage states04 is in inches, referenced to an arbitrary Cartesian coordinate system of the digitizing table. Since we know the geographic coordinates of TIC points in latitude and longitude and map projection, we can use TIC points as control points to register the polygon coverage states05 to geographic coordinates. Make a table that contains the Tic-ID, longitudes and latitudes in decimal degrees of all TIC points by reading the graticule of the base map. Make sure that longitude goes before the latitude. If the Tic locations are recorded in the projected map coordinates, the transformation process directly converts the existing digitizer measurements to real-world coordinates. If, as in our case, the Tic locations are recorded in latitude and longitude, the TIC coverage needs to be projected into the map projection of the base map before performing the transformation of the state boundary polygon coverage. 1) Create a TIC coverage for editing Arc: create geo_ref states04 6

7 With the above command, a new empty coverage geo_ref is created. This coverage does not contain any spatial objects and only contains the same set of TIC points as the polygon coverage states04. The coordinates of the TIC points can be displayed. Arc: list geo_ref.tic Arc: list states04.tic We will edit geo_ref.tic for converting the coordinates of the coverage into real world geographic coordinates. 2) Update TIC coordinates into longitude-latitude Coordinates The info command update will be used to change the xtic and ytic value from the digitizer units (inches) to real world geographic coordinates. To use info appropriately, you need to type every command in upper case. You can press Caps Lock on keyboard and then type info commands. Start info module Arc: info Enter user name>arc Enter command>select GEO_REF.TIC Enter command>update PROMPT Info will show $RECNO> prompt. Specify the record that you want to edit by typing in the record number. $RECNO> 1<CR> Info will give IDTIC, XTIC and YTIC values of the first TIC point in geo_ref.tic file, and then ask if you want to make change to the id and xtic and ytic values. We do not need to change tic-id value, just press Enter button on keyboard in response to IDTIC prompt. IDTIC> <CR> For XTIC> and YTIC> prompts, type in their corresponding longitude and latitude values in decimal degrees. IMPORTANT: remember to use longitude value for XTIC, and latitude value for YTIC. After the first TIC point is done, info will prompt you for the next. Repeat the updating process for the rest of the TIC points. When all the TIC points are done, press the Enter key on the keyboard to respond to the $RECNO> prompt. $RECNO> <CR> This ends the updating mode. Now, you can use list to show the updates. Enter command> list When you complete the updating of the coordinates of TIC points, you can quit from info: ENTER COMMAND> Q STOP. 3) Project TIC coverage from Geographic to Albers Equal-Area Conic Projection. Because the original base map that you digitized is in the Albers Equal-Area conic projection, you need to project the Tic coordinates recorded in decimal degrees of latitude and longitude into the Albers coordinates, which will form the basis for the real-world coordinates onto which the state boundary coverage will ultimately be transformed. 7

8 You can use the projection file geo_albers.prj edited in the last lab to do it. Arc: project cover geo_ref albers_ref geo_albers.prj Recall that the content of geo_albers.prj is: INPUT PROJECTION GEOGRAPHIC UNITS DD PARAMETERS OUTPUT PROJECTION ALBERS UNITS METERS PARAMETERS END Arc: list albers_ref.tic The coordinates of TIC points in the coverage albers_ref.tic have been automatically changed into the Albers Equal-area Conic projection coordinates. 3) Project the state boundary coverage into Albers Equal-area Conic projection The Arc command transform converts coverage coordinates using either an affine or a projective transformation. The affine transformation function calculates changes in scale, shift in the x-direction, shift in y-direction, and any rotation for the output coverage. Before using transform, create an output coverage containing only the projected tics: Arc: create states05 albers_ref The command transform compares corresponding TIC points between the input coverage and the output coverage and then derives a mathematical formula to perform transformation of spatial objects in the coverage. Arc: transform states04 states05 A report will be generated to show the RMSE of the transformation. Take a look at the coordinate information of your final coverage states05. Arc: describe states05 5. Understanding Topological Structures As stated earlier, ArcInfo uses a computational method to construct the explicit topological relationships between spatial objects (nodes, arcs, and polygons). Commands clean and build are used to perform topology construction in ArcInfo. The topological information is recorded and stored in a set of data files in a tabular format. During the topology construction, a Polygon Attribute Table (PAT) is created for a polygon coverage, an Arc Attribute Table (AAT) for a line coverage, and a Point Attribute Table (PAT) for a point coverage. Some information about the geometry and topology is hidden from the end users, although the information is stored in some data files. To show the Polygon Attribute Table for states05, use the following commands: Arc: items states05.pat 8

9 Arc: list states05.pat Note that one polygon (states05# = 1) has a negative area value. BUILD with the POLY option creates one additional polygon called the background polygon. This is a special polygon referred to as universe (external, or background) polygon. It represents the area beyond the outer boundary of the coverage. It is always given polygon internal number 1, namely, states05# = 1, and its area is the total sum of the areas of all other polygons in the coverage. It is shown as a negative AREA in the PAT. This polygon makes every arc have a left and right polygon. To look at the topological relationships between nodes, arcs, and polygons, you need to do the following: Arc: clean states05 states05 # # line Arc: items states05.aat Arc: list states05.aat You can also extract the node points from the polygon coverage states05, and take a look at the Point Attribute Table of the node coverage: Arc: renode states05 Arc: nodepoint states05 nodes05 Arc: build nodes05 point Arc: addxy nodes05 point Arc: items nodes05.pat Arc: list nodes05.pat To look at the coordinates (geometry) of nodes, arcs, and polygons, do the following: Arc: ungenerate point nodes05 nodes05.txt Arc: ungenerate line states05 arcs05.txt Arc: build states05 poly Arc: ungenerate poly states05 polys05.txt Use Nodepad to open nodes05.txt, arcs05.txt, and polys05.txt. Observe the data structure, and geometry information in these files. 6. Integrating the State Boundary Coverage with other GIS data The polygon coverage states05 has a topological structure and is in a correct map projection. Now, you can integrate this coverage with other data to do spatial analysis. Here, we will only perform a simple visual overlay between the state boundary polygon and a digital elevation model of the US: 1) Start ArcView, load a digital elevation model of the US from W:\lab05\usdem. To load this theme, you have to click File->Extensions, then check 3D analyst. In the add theme window, select Grid Data Sources to find usdem. 2) Change the default legend of usdem by double clicking the theme usdem and display it using continuous gray shade. 3) Load the state polygon coverage you just digitized and edited into the view window. Set the state boundaries color as red without filling colors inside. 4) Load the state boundary coverage states_a from W:\lab05\states_a, which is available in Arc Data provided by ESRI. Set the state boundaries color as yellow without filling colors inside. 5) Annotate your home state with the state s name. This can be done using the text label tool ( T icon). 9

10 6) Make a layout using the view. Add and edit the map title, scale bar, north arrow, and your name on the map. Customize each of these cartographic elements and make them aesthetically pleasing. 7) Make a hard copy of this composite map. III. Lab Report The lab report must be typed. The lab report should complete the tasks and answer the questions listed below: 1. Comparing the state boundary states05 that you digitized and the state boundary coverage states_a provided by ESRI in Arc Data, which parts of your coverage are obviously less accurate than that provided by ESRI? 2. We updated the coordinates of the TIC points in geo_ref from the arbitrary coordinates of the digitizer (in inches) to the geographic coordinates in longitude and latitude in decimal degree. Then, we projected the TIC coverage geo_ref to albers_ref in Albers Equal-area conic projection before transforming the coverage state04 to the real-world coordinates of the coverage states05. Why do we need to project the TIC coverage geo_ref from geographic coordinates into the Albers Equalarea conic map projection? 3. Why do we need to construct the topology before we identify the potential digitizing errors? Why do we need to reconstruct the topology after the editing? 4. What types of errors did you identify and correct during the editing process? Please include a hardcopy of states02.grd to illustrate it. Also include a hardcopy of node.err and label.err. 5. What items are in states05.pat, states05.aat, and nodes05.pat? How are these items related to the geometric and topological properties of spatial objects in the coverages? 6. Describe the data structures of the ungenerated files nodes05.txt, arcs05.txt, and poly05.txt. Include a small portion of each file to illustrate your description (Hints: Use the on-line help to look at the explanations on ungenerate command.) 7. Why do you think the coverage states05 that we digitized and edited can integrate with the grid usdem and the coverage states_a provided by ESRI to do overlay analysis? Include a hard copy of the composite map produced in section 6. 10

Lab 3. GIS Data Entry and Editing.

Lab 3. GIS Data Entry and Editing. Lab 3. GIS Data Entry and Editing. The goal: To learn about the vector (arc/node) and raster data types entry and editing. Objective: Create vector and raster datasets and visualize them. Software for

More information

Implementation Planning

Implementation Planning Implementation Planning presented by: Tim Haithcoat University of Missouri Columbia 1 What is included in a strategic plan? Scale - is this departmental or enterprise-wide? Is this a centralized or distributed

More information

Lecture 3: Models of Spatial Information

Lecture 3: Models of Spatial Information Lecture 3: Models of Spatial Information Introduction In the last lecture we discussed issues of cartography, particularly abstraction of real world objects into points, lines, and areas for use in maps.

More information

User s Guide to ArcView 3.3 for Land Use Planners in Puttalam District

User s Guide to ArcView 3.3 for Land Use Planners in Puttalam District User s Guide to ArcView 3.3 for Land Use Planners in Puttalam District Dilhari Weragodatenna IUCN Sri Lanka, Country Office Table of Content Page No Introduction...... 1 1. Getting started..... 2 2. Geo-referencing...

More information

3D-GIS in the Cloud USER MANUAL. August, 2014

3D-GIS in the Cloud USER MANUAL. August, 2014 3D-GIS in the Cloud USER MANUAL August, 2014 3D GIS in the Cloud User Manual August, 2014 Table of Contents 1. Quick Reference: Navigating and Exploring in the 3D GIS in the Cloud... 2 1.1 Using the Mouse...

More information

How to georectify an image in ArcMap 10

How to georectify an image in ArcMap 10 How to georectify an image in ArcMap 10 The University Library has a large collection of historical aerial photos for some North Carolina Counties ( http://www.lib.unc.edu/reference/gis/usda/index.html

More information

Introduction to ArcView 3.2a

Introduction to ArcView 3.2a Introduction to ArcView 3.2a Training Center U.S. Geological Survey Center for Earth Resources Observation and Science (EROS) Sioux Falls, South Dakota, USA Introduction to ArcView 3.2a Introduction to

More information

CATIA Basic Concepts TABLE OF CONTENTS

CATIA Basic Concepts TABLE OF CONTENTS TABLE OF CONTENTS Introduction...1 Manual Format...2 Log on/off procedures for Windows...3 To log on...3 To logoff...7 Assembly Design Screen...8 Part Design Screen...9 Pull-down Menus...10 Start...10

More information

TABLE OF CONTENTS. INTRODUCTION... 5 Advance Concrete... 5 Where to find information?... 6 INSTALLATION... 7 STARTING ADVANCE CONCRETE...

TABLE OF CONTENTS. INTRODUCTION... 5 Advance Concrete... 5 Where to find information?... 6 INSTALLATION... 7 STARTING ADVANCE CONCRETE... Starting Guide TABLE OF CONTENTS INTRODUCTION... 5 Advance Concrete... 5 Where to find information?... 6 INSTALLATION... 7 STARTING ADVANCE CONCRETE... 7 ADVANCE CONCRETE USER INTERFACE... 7 Other important

More information

Q&As: Microsoft Excel 2013: Chapter 2

Q&As: Microsoft Excel 2013: Chapter 2 Q&As: Microsoft Excel 2013: Chapter 2 In Step 5, why did the date that was entered change from 4/5/10 to 4/5/2010? When Excel recognizes that you entered a date in mm/dd/yy format, it automatically formats

More information

Microsoft Excel Basics

Microsoft Excel Basics COMMUNITY TECHNICAL SUPPORT Microsoft Excel Basics Introduction to Excel Click on the program icon in Launcher or the Microsoft Office Shortcut Bar. A worksheet is a grid, made up of columns, which are

More information

The following is an overview of lessons included in the tutorial.

The following is an overview of lessons included in the tutorial. Chapter 2 Tutorial Tutorial Introduction This tutorial is designed to introduce you to some of Surfer's basic features. After you have completed the tutorial, you should be able to begin creating your

More information

GIS Spatial Data Standards

GIS Spatial Data Standards GIS Spatial Data Standards Manatee County, FL GIS Section, Information Services Department TABLE OF CONTENTS I. Introduction 2 A. Purpose 2 B. Reference 2 II. Spatial Reference Information 2 A. Projection:

More information

Petrel TIPS&TRICKS from SCM

Petrel TIPS&TRICKS from SCM Petrel TIPS&TRICKS from SCM Knowledge Worth Sharing Building Montages in Petrel Most Petrel projects require display maps to be made for presentations; either for partners or peers. This TIPS&TRICKS provides

More information

Tutorial 6 GPS/Point Shapefile Creation

Tutorial 6 GPS/Point Shapefile Creation Tutorial 6 GPS/Point Shapefile Creation The objectives of this tutorial include: 1. Converting GPS field collected point information into a shapefile 2. Creating a shapefile from a simple x,y coordinate

More information

INTRODUCTION TO ARCGIS SOFTWARE

INTRODUCTION TO ARCGIS SOFTWARE INTRODUCTION TO ARCGIS SOFTWARE I. History of Software Development a. Developer ESRI - Environmental Systems Research Institute, Inc., in 1969 as a privately held consulting firm that specialized in landuse

More information

Microsoft Access 2010 handout

Microsoft Access 2010 handout Microsoft Access 2010 handout Access 2010 is a relational database program you can use to create and manage large quantities of data. You can use Access to manage anything from a home inventory to a giant

More information

Geocortex HTML 5 Viewer Manual

Geocortex HTML 5 Viewer Manual 1 FAQ Nothing Happens When I Print? How Do I Search? How Do I Find Feature Information? How Do I Print? How can I Email A Map? How Do I See the Legend? How Do I Find the Coordinates of a Location? How

More information

Working with Geodatabase Topology

Working with Geodatabase Topology Developed and Presented by Juniper GIS 1/38 Course Objectives Understanding how Geodatabase Topology works Geodatabase Rules Creating Geodatabase Topology Editing with Geodatabase Topology Geometric Networks

More information

Create a folder on your network drive called DEM. This is where data for the first part of this lesson will be stored.

Create a folder on your network drive called DEM. This is where data for the first part of this lesson will be stored. In this lesson you will create a Digital Elevation Model (DEM). A DEM is a gridded array of elevations. In its raw form it is an ASCII, or text, file. First, you will interpolate elevations on a topographic

More information

Data Visualization. Prepared by Francisco Olivera, Ph.D., Srikanth Koka Department of Civil Engineering Texas A&M University February 2004

Data Visualization. Prepared by Francisco Olivera, Ph.D., Srikanth Koka Department of Civil Engineering Texas A&M University February 2004 Data Visualization Prepared by Francisco Olivera, Ph.D., Srikanth Koka Department of Civil Engineering Texas A&M University February 2004 Contents Brief Overview of ArcMap Goals of the Exercise Computer

More information

Map Navigation Controls. An Interactive, Locally Based Knowledge Resource LivingstonLive.org/maps OR gisapps/livingstonviewerinternal

Map Navigation Controls. An Interactive, Locally Based Knowledge Resource LivingstonLive.org/maps OR gisapps/livingstonviewerinternal Livingston County s Internet Mapping Portal User Guide An Interactive, Locally Based Knowledge Resource LivingstonLive.org/maps OR gisapps/livingstonviewerinternal A vast majority of County government

More information

Editing Common Polygon Boundary in ArcGIS Desktop 9.x

Editing Common Polygon Boundary in ArcGIS Desktop 9.x Editing Common Polygon Boundary in ArcGIS Desktop 9.x Article ID : 100018 Software : ArcGIS ArcView 9.3, ArcGIS ArcEditor 9.3, ArcGIS ArcInfo 9.3 (or higher versions) Platform : Windows XP, Windows Vista

More information

GIS Data in ArcGIS. Pay Attention to Data!!!

GIS Data in ArcGIS. Pay Attention to Data!!! GIS Data in ArcGIS Pay Attention to Data!!! 1 GIS Data Models Vector Points, lines, polygons, multi-part, multi-patch Composite & secondary features Regions, dynamic segmentation (routes) Raster Grids,

More information

ArcGIS online Introduction... 2. Module 1: How to create a basic map on ArcGIS online... 3. Creating a public account with ArcGIS online...

ArcGIS online Introduction... 2. Module 1: How to create a basic map on ArcGIS online... 3. Creating a public account with ArcGIS online... Table of Contents ArcGIS online Introduction... 2 Module 1: How to create a basic map on ArcGIS online... 3 Creating a public account with ArcGIS online... 3 Opening a Map, Adding a Basemap and then Saving

More information

PowerWorld Simulator

PowerWorld Simulator PowerWorld Simulator Quick Start Guide 2001 South First Street Champaign, Illinois 61820 +1 (217) 384.6330 support@powerworld.com http://www.powerworld.com Purpose This quick start guide is intended to

More information

Help Document for WWW.SAGIS.ORG. Step by step, how-to instructions for navigating and using the Savannah Area GIS viewer.

Help Document for WWW.SAGIS.ORG. Step by step, how-to instructions for navigating and using the Savannah Area GIS viewer. Help Document for WWW.SAGIS.ORG Step by step, how-to instructions for navigating and using the Savannah Area GIS viewer. 1 SAGIS Savannah Area GIS is focused on providing access to Geospatial data in a

More information

CentralMass DataCommon

CentralMass DataCommon CentralMass DataCommon User Training Guide Welcome to the DataCommon! Whether you are a data novice or an expert researcher, the CentralMass DataCommon can help you get the information you need to learn

More information

Introduction to GIS functionality

Introduction to GIS functionality Exercise Introduction to GIS functionality Step 1 Start ArcInfo If necessary, start ArcInfo. Click the Start button in your Windows 2000 Task Bar and select Programs. Click the ArcInfo program group and

More information

Quickstart for Desktop Version

Quickstart for Desktop Version Quickstart for Desktop Version What is GeoGebra? Dynamic Mathematics Software in one easy-to-use package For learning and teaching at all levels of education Joins interactive 2D and 3D geometry, algebra,

More information

Chapter 1. Creating Sketches in. the Sketch Mode-I. Evaluation chapter. Logon to www.cadcim.com for more details. Learning Objectives

Chapter 1. Creating Sketches in. the Sketch Mode-I. Evaluation chapter. Logon to www.cadcim.com for more details. Learning Objectives Chapter 1 Creating Sketches in Learning Objectives the Sketch Mode-I After completing this chapter you will be able to: Use various tools to create a geometry. Dimension a sketch. Apply constraints to

More information

GIS III: GIS Analysis Module 1a: Network Analysis Tools

GIS III: GIS Analysis Module 1a: Network Analysis Tools *** Files needed for exercise: MI_ACS09_cty.shp; USBusiness09_MI.dbf; MI_ACS09_trt.shp; and streets.sdc (provided by Street Map USA) Goals: To learn how to use the Network Analyst tools to perform network-based

More information

Excel 2007 Basic knowledge

Excel 2007 Basic knowledge Ribbon menu The Ribbon menu system with tabs for various Excel commands. This Ribbon system replaces the traditional menus used with Excel 2003. Above the Ribbon in the upper-left corner is the Microsoft

More information

ECDL. European Computer Driving Licence. Spreadsheet Software BCS ITQ Level 2. Syllabus Version 5.0

ECDL. European Computer Driving Licence. Spreadsheet Software BCS ITQ Level 2. Syllabus Version 5.0 European Computer Driving Licence Spreadsheet Software BCS ITQ Level 2 Using Microsoft Excel 2010 Syllabus Version 5.0 This training, which has been approved by BCS, The Chartered Institute for IT, includes

More information

Mosaicking and Subsetting Images

Mosaicking and Subsetting Images Mosaicking and Subsetting Images Using SAGA GIS Tutorial ID: IGET_RS_005 This tutorial has been developed by BVIEER as part of the IGET web portal intended to provide easy access to geospatial education.

More information

Kodiak Island Borough GIS Online Tools

Kodiak Island Borough GIS Online Tools Kodiak Island Borough GIS Online Tools The Kodiak Island Borough website is located at http://www.kodiakak.us/ You can access the GIS resources by clicking on the MAP CENTER icon in the middle of the page,

More information

WFP Liberia Country Office

WFP Liberia Country Office 1 Oscar Gobbato oscar.gobbato@wfp.org oscar.gobbato@libero.it WFP Liberia Country Office GIS training - Summary Objectives 1 To introduce to participants the basic concepts and techniques in using Geographic

More information

Basic AutoSketch Manual

Basic AutoSketch Manual Basic AutoSketch Manual Instruction for students Skf-Manual.doc of 3 Contents BASIC AUTOSKETCH MANUAL... INSTRUCTION FOR STUDENTS... BASIC AUTOSKETCH INSTRUCTION... 3 SCREEN LAYOUT... 3 MENU BAR... 3 FILE

More information

Studying Topography, Orographic Rainfall, and Ecosystems (STORE)

Studying Topography, Orographic Rainfall, and Ecosystems (STORE) Studying Topography, Orographic Rainfall, and Ecosystems (STORE) Introduction Basic Lesson 2: Using ArcGIS Explorer to Analyze the Connection between Topography and Rainfall This lesson introduces Geographical

More information

Reef Explorer User Guide

Reef Explorer User Guide Reef Explorer User Guide Contents USER INTERFACE...2 DATA CONTENT...3 BASEMAPS...4 ESRI BASEMAPS...4 National Geographic World Map...4 Light Gray Canvas Map...4 Ocean Basemap...4 World Terrain Base...4

More information

Using Excel to find Perimeter, Area & Volume

Using Excel to find Perimeter, Area & Volume Using Excel to find Perimeter, Area & Volume Level: LBS 4 V = lwh Goal: To become familiar with Microsoft Excel by entering formulas into a spreadsheet in order to calculate the perimeter, area and volume

More information

Open Source Desktop GIS Solutions for the Not-So Casual User

Open Source Desktop GIS Solutions for the Not-So Casual User Open Source Desktop GIS Solutions for the Not-So Casual User Roger C. Lowe III Warnell School of Forestry and Natural Resources The University of Georgia Athens, GA 30605 rlo@warnell.uga.edu Abstract Ask

More information

Data Validation Online References

Data Validation Online References Data Validation Online References Submitted To: Program Manager GeoConnections Victoria, BC, Canada Submitted By: Jody Garnett Brent Owens Refractions Research Inc. Suite 400, 1207 Douglas Street Victoria,

More information

Welcome to CorelDRAW, a comprehensive vector-based drawing and graphic-design program for the graphics professional.

Welcome to CorelDRAW, a comprehensive vector-based drawing and graphic-design program for the graphics professional. Workspace tour Welcome to CorelDRAW, a comprehensive vector-based drawing and graphic-design program for the graphics professional. In this tutorial, you will become familiar with the terminology and workspace

More information

SnagIt Add-Ins User Guide

SnagIt Add-Ins User Guide Version 8.1 User Guide By TechSmith Corp. User Guide User Guide Contents User s Guide 1 Overview...1 Word, PowerPoint, and Excel Add-Ins...2 Outlook Add-In...2 Internet Explorer / Windows Explorer Add-In...2

More information

Using Geocoded TIFF & JPEG Files in ER Mapper 6.3 with SP1. Eric Augenstein Earthstar Geographics Web: www.es-geo.com

Using Geocoded TIFF & JPEG Files in ER Mapper 6.3 with SP1. Eric Augenstein Earthstar Geographics Web: www.es-geo.com Using Geocoded TIFF & JPEG Files in ER Mapper 6.3 with SP1 Eric Augenstein Earthstar Geographics Web: www.es-geo.com 1 Table of Contents WHAT IS NEW IN 6.3 SP1 REGARDING WORLD FILES?...3 WHAT IS GEOTIFF

More information

Welcome to the First Step Webinar!

Welcome to the First Step Webinar! Welcome to the First Step Webinar! Your presenter will be with you shortly. Please print out the presentation for notetaking purposes at: http://abacuslaw.com/client-center/training Customization Brand

More information

Microsoft Office Access 2007 Basics

Microsoft Office Access 2007 Basics Access(ing) A Database Project PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM EMAIL: TRAININGLAB@MONROE.LIB.MI.US MONROE COUNTY LIBRARY SYSTEM 734-241-5770 1 840 SOUTH ROESSLER

More information

SpaceClaim Introduction Training Session. A SpaceClaim Support Document

SpaceClaim Introduction Training Session. A SpaceClaim Support Document SpaceClaim Introduction Training Session A SpaceClaim Support Document In this class we will walk through the basic tools used to create and modify models in SpaceClaim. Introduction We will focus on:

More information

Online Digitizing and Editing of GIS Layers (On-Screen or Head s Up Digitizing)

Online Digitizing and Editing of GIS Layers (On-Screen or Head s Up Digitizing) Online Digitizing and Editing of GIS Layers (On-Screen or Head s Up Digitizing) 2011 Charlie Schweik, Alexander Stepanov, Maria Fernandez, Lara Aniskoff Note: This work is licensed under the Creative Commons

More information

Introduction to ILWIS 3.11 using a data set from Kathmandu valley.

Introduction to ILWIS 3.11 using a data set from Kathmandu valley. Introduction to ILWIS 3.11 using a data set from Kathmandu valley. C.J. van Westen Dept. of Environmental System Analysis, International Institute Geo-Information Science and Earth Observation (ITC), P.O.

More information

ABAQUS/CAE Tutorial: Analysis of an Aluminum Bracket

ABAQUS/CAE Tutorial: Analysis of an Aluminum Bracket H. Kim FEA Tutorial 1 ABAQUS/CAE Tutorial: Analysis of an Aluminum Bracket Hyonny Kim last updated: August 2004 In this tutorial, you ll learn how to: 1. Sketch 2D geometry & define part. 2. Define material

More information

Instructions for Importing (migrating) Data

Instructions for Importing (migrating) Data Instructions for Importing (migrating) Data from CTAS Version 7 to CTAS Version 8 For Windows 8 and 8.1 CTAS Version 8 is designed to work with your Version 7 data if you choose to. These instructions

More information

Studying Topography, Orographic Rainfall, and Ecosystems (STORE)

Studying Topography, Orographic Rainfall, and Ecosystems (STORE) Studying Topography, Orographic Rainfall, and Ecosystems (STORE) Basic Lesson 3: Using Microsoft Excel to Analyze Weather Data: Topography and Temperature Introduction This lesson uses NCDC data to compare

More information

Understand the Sketcher workbench of CATIA V5.

Understand the Sketcher workbench of CATIA V5. Chapter 1 Drawing Sketches in Learning Objectives the Sketcher Workbench-I After completing this chapter you will be able to: Understand the Sketcher workbench of CATIA V5. Start a new file in the Part

More information

What s New V 11. Preferences: Parameters: Layout/ Modifications: Reverse mouse scroll wheel zoom direction

What s New V 11. Preferences: Parameters: Layout/ Modifications: Reverse mouse scroll wheel zoom direction What s New V 11 Preferences: Reverse mouse scroll wheel zoom direction Assign mouse scroll wheel Middle Button as Fine tune Pricing Method (Manufacturing/Design) Display- Display Long Name Parameters:

More information

National Register of Historic Places: GIS Webinar Cultural Resource GIS Facility National Park Service June 2012

National Register of Historic Places: GIS Webinar Cultural Resource GIS Facility National Park Service June 2012 National Register of Historic Places: GIS Webinar Cultural Resource GIS Facility National Park Service June 2012 In February and March 2012 the National Register of Historic Places held webinars in conjunction

More information

Embroidery Fonts Plus ( EFP ) Tutorial Guide Version 1.0505

Embroidery Fonts Plus ( EFP ) Tutorial Guide Version 1.0505 Embroidery Fonts Plus ( EFP ) Tutorial Guide Version 1.0505 1 Contents Chapter 1 System Requirements.................. 3 Chapter 2 Quick Start Installation.................. 4 System Requirements................

More information

not at all a manual simply a quick how-to-do guide

not at all a manual simply a quick how-to-do guide not at all a manual simply a quick how-to-do guide As a general rule, the GUI implemented by spatialite-gis is closely related to the one implemented by the companion app spatialite-gui So, if you are

More information

v Software Release Notice -. Acquired Software

v Software Release Notice -. Acquired Software v Software Release Notice -. Acquired Software 1. Software Name: Software Version: ArcView GIs@ 3.3 2. Software Function: ArcView GIS 3.3, developed by Environmental Systems Research Institute, Inc. (ESRI@),

More information

WEB TRADER USER MANUAL

WEB TRADER USER MANUAL WEB TRADER USER MANUAL Web Trader... 2 Getting Started... 4 Logging In... 5 The Workspace... 6 Main menu... 7 File... 7 Instruments... 8 View... 8 Quotes View... 9 Advanced View...11 Accounts View...11

More information

Adobe Illustrator CS5 Part 1: Introduction to Illustrator

Adobe Illustrator CS5 Part 1: Introduction to Illustrator CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Adobe Illustrator CS5 Part 1: Introduction to Illustrator Summer 2011, Version 1.0 Table of Contents Introduction...2 Downloading

More information

Tips & Tricks for ArcGIS. Presented by: Jim Mallard, Crime Analysis Supervisor Arlington, Texas. 2007 IACA Conference Pasadena, Ca

Tips & Tricks for ArcGIS. Presented by: Jim Mallard, Crime Analysis Supervisor Arlington, Texas. 2007 IACA Conference Pasadena, Ca Tips & Tricks for ArcGIS Presented by: Jim Mallard, Crime Analysis Supervisor Arlington, Texas 2007 IACA Conference Pasadena, Ca Table of Contents Lock & Load Labels for Maximum Speed!...2 Choose your

More information

Scientific Graphing in Excel 2010

Scientific Graphing in Excel 2010 Scientific Graphing in Excel 2010 When you start Excel, you will see the screen below. Various parts of the display are labelled in red, with arrows, to define the terms used in the remainder of this overview.

More information

GIS I Business Exr02 (av 9-10) - Expand Market Share (v3b, Jul 2013)

GIS I Business Exr02 (av 9-10) - Expand Market Share (v3b, Jul 2013) GIS I Business Exr02 (av 9-10) - Expand Market Share (v3b, Jul 2013) Learning Objectives: Reinforce information literacy skills Reinforce database manipulation / querying skills Reinforce joining and mapping

More information

SDC. Schroff Development Corporation WWW.SDCACAD.COM PUBLICATIONS. MultiMedia CD by Jack Zecher

SDC. Schroff Development Corporation WWW.SDCACAD.COM PUBLICATIONS. MultiMedia CD by Jack Zecher MultiMedia CD by Jack Zecher An audioi/visual presentation of the tutorial exercises SDC PUBLICATIONS Schroff Development Corporation WWW.SDCACAD.COM AutoCAD 2002 Tutorial 2-1 Lesson 2 Geometric Construction

More information

Summary of important mathematical operations and formulas (from first tutorial):

Summary of important mathematical operations and formulas (from first tutorial): EXCEL Intermediate Tutorial Summary of important mathematical operations and formulas (from first tutorial): Operation Key Addition + Subtraction - Multiplication * Division / Exponential ^ To enter a

More information

LESSON 7: IMPORTING AND VECTORIZING A BITMAP IMAGE

LESSON 7: IMPORTING AND VECTORIZING A BITMAP IMAGE LESSON 7: IMPORTING AND VECTORIZING A BITMAP IMAGE In this lesson we ll learn how to import a bitmap logo, transform it into a vector and perform some editing on the vector to clean it up. The concepts

More information

Chapter 23: Drafting in Worksheet View

Chapter 23: Drafting in Worksheet View Chapter 23: Drafting in Worksheet View Worksheet View is a powerful, 2D production drafting module. Here you can find all of the drawing and editing tools needed to create fast, accurate, detailed working

More information

Using the Kendall County GIS Basic GIS Viewer

Using the Kendall County GIS Basic GIS Viewer Using the Kendall County GIS Basic GIS Viewer Link to Viewer Gallery: http://gis.co.kendall.il.us/gisviewer_gallery.aspx Help and About Initial View Introduction Navigation Identify Tool Search Tool Search

More information

First Level: 2D Fundamentals. by Randy H. Shih Oregon Institute of Technology

First Level: 2D Fundamentals. by Randy H. Shih Oregon Institute of Technology AutoCAD 2008 Tutorial First Level: 2D Fundamentals by Randy H. Shih Oregon Institute of Technology MultiMedia CD by Jack Zecher Indiana University Purdue University Indianapolis SDC PUBLICATIONS Schroff

More information

Matterport Workshop 2.0. User Guide

Matterport Workshop 2.0. User Guide Matterport Workshop 2.0 User Guide Matterport Workshop 2.0 Table of Contents Table of Contents Matterport Workshop 2.0... 3 Overview... 3 Key Features... 3 Tools... 4 Scan Management... 5 Annotation Management...

More information

Government 1008: Introduction to Geographic Information Systems. LAB EXERCISE 4: Got Database?

Government 1008: Introduction to Geographic Information Systems. LAB EXERCISE 4: Got Database? Government 1008: Introduction to Geographic Information Systems Objectives: Creating geodatabases Joining attribute tables Attribute and location based queries Spatial joins Creating spatial and attribute

More information

NGA GRID GUIDE HOW TO USE ArcGIS 8.x ANS 9.x TO GENERATE MGRS AND OTHER MAP GRIDS

NGA GRID GUIDE HOW TO USE ArcGIS 8.x ANS 9.x TO GENERATE MGRS AND OTHER MAP GRIDS GEOSPATIAL SCIENCES DIVISION COORDINATE SYSTEMS ANALYSIS TEAM (CSAT) SEPTEMBER 2005 Minor Revisions March 2006 POC Kurt Schulz NGA GRID GUIDE HOW TO USE ArcGIS 8.x ANS 9.x TO GENERATE MGRS AND OTHER MAP

More information

ArcGIS Tutorial: Adding Attribute Data

ArcGIS Tutorial: Adding Attribute Data ArcGIS Tutorial: Adding Attribute Data Introduction A common need in GIS is to map characteristics, or attributes, of different geographic areas. These maps are called thematic maps. Examples of thematic

More information

HowTo Rhino & ICEM. 1) New file setup: choose Millimeter (automatically converts to Meters if imported to ICEM)

HowTo Rhino & ICEM. 1) New file setup: choose Millimeter (automatically converts to Meters if imported to ICEM) HowTo Rhino & ICEM Simple 2D model 1) New file setup: choose Millimeter (automatically converts to Meters if imported to ICEM) 2) Set units: File Properties Units: Model units: should already be Millimeters

More information

Google Earth for Surveyors PLSO Conference January 21, 2015. Bill Clark Earth Point

Google Earth for Surveyors PLSO Conference January 21, 2015. Bill Clark Earth Point Google Earth for Surveyors PLSO Conference January 21, 2015 Bill Clark Earth Point Introduction Bill Clark, developer of Earth Point www.earthpoint.us bill.clark@earthpoint.us 208.860.6311 Notes These

More information

What do I do first in ArcView 8.x? When the program starts Select from the Dialog box: A new empty map

What do I do first in ArcView 8.x? When the program starts Select from the Dialog box: A new empty map www.library.carleton.ca/find/gis Introduction Introduction to Georeferenced Images using ArcGIS Georeferenced images such as aerial photographs or satellite images can be used in many ways in both GIS

More information

Creating a File Geodatabase

Creating a File Geodatabase Creating a File Geodatabase Updated by Thomas Stieve January 06, 2012 This exercise demonstrates how to create a file geodatabase in ArcGIS 10; how to import existing data into the geodatabase, and how

More information

GIS III: GIS Analysis Module 2a: Introduction to Network Analyst

GIS III: GIS Analysis Module 2a: Introduction to Network Analyst *** Files needed for exercise: nc_cty.shp; target_stores_infousa.dbf; streets.sdc (provided by street map usa); NC_tracts_2000sf1.shp Goals: To learn how to use the Network analyst tools to perform network

More information

Contents. The OWRB Floodplain Viewer. Creating Maps... 8. Helpful Tips... 10

Contents. The OWRB Floodplain Viewer. Creating Maps... 8. Helpful Tips... 10 Contents QUICK START GUIDE... 2-5 Add layers...9 Search for Layers...9 COMPREHENSIVE GUIDE... 6 Navigate the map...6 Locate specific places...6 Add layer from file...9 Add layer from web...9 Display pop-up

More information

ILWIS 3.8 Map Visualization Based on ILWIS 3.8.3

ILWIS 3.8 Map Visualization Based on ILWIS 3.8.3 http://52north.org ILWIS 3.8 Map Visualization Based on ILWIS 3.8.3 1 Revision History Revision Number Date of Publication Author(s) Change Description 0.9 February 14, 2013 Martin L. Schouwenburg initialization,

More information

Excel 2007: Basics Learning Guide

Excel 2007: Basics Learning Guide Excel 2007: Basics Learning Guide Exploring Excel At first glance, the new Excel 2007 interface may seem a bit unsettling, with fat bands called Ribbons replacing cascading text menus and task bars. This

More information

SMART Board Beginning

SMART Board Beginning SMART Board Beginning Downloading the Software... 2 600 Series SMART Board... 2 800 Series SMART Board... 3 SMART Board Cleaning Options... 4 SMART Board Pens... 4 SMART Board Help... 4 Using the On Screen

More information

Excel Tutorial. Bio 150B Excel Tutorial 1

Excel Tutorial. Bio 150B Excel Tutorial 1 Bio 15B Excel Tutorial 1 Excel Tutorial As part of your laboratory write-ups and reports during this semester you will be required to collect and present data in an appropriate format. To organize and

More information

Visual Tutorial Basic Edition 1. Visual. Basic Edition Tutorial. www.visuallightingsoftware.com

Visual Tutorial Basic Edition 1. Visual. Basic Edition Tutorial. www.visuallightingsoftware.com Visual Tutorial Basic Edition 1 Visual Basic Edition Tutorial www.visuallightingsoftware.com Visual Tutorial Basic Edition 2 Basic Edition Tutorial Introduction In this tutorial, you will use the Visual

More information

Lecture 2 Mathcad Basics

Lecture 2 Mathcad Basics Operators Lecture 2 Mathcad Basics + Addition, - Subtraction, * Multiplication, / Division, ^ Power ( ) Specify evaluation order Order of Operations ( ) ^ highest level, first priority * / next priority

More information

Excel basics. Before you begin. What you'll learn. Requirements. Estimated time to complete:

Excel basics. Before you begin. What you'll learn. Requirements. Estimated time to complete: Excel basics Excel is a powerful spreadsheet and data analysis application, but to use it most effectively, you first have to understand the basics. This tutorial introduces some of the tasks and features

More information

Introduction to the TI-Nspire CX

Introduction to the TI-Nspire CX Introduction to the TI-Nspire CX Activity Overview: In this activity, you will become familiar with the layout of the TI-Nspire CX. Step 1: Locate the Touchpad. The Touchpad is used to navigate the cursor

More information

Tutorial 3 - Map Symbology in ArcGIS

Tutorial 3 - Map Symbology in ArcGIS Tutorial 3 - Map Symbology in ArcGIS Introduction ArcGIS provides many ways to display and analyze map features. Although not specifically a map-making or cartographic program, ArcGIS does feature a wide

More information

EXCEL FINANCIAL USES

EXCEL FINANCIAL USES EXCEL FINANCIAL USES Table of Contents Page LESSON 1: FINANCIAL DOCUMENTS...1 Worksheet Design...1 Selecting a Template...2 Adding Data to a Template...3 Modifying Templates...3 Saving a New Workbook as

More information

Introduction to Word 2007

Introduction to Word 2007 Introduction to Word 2007 You will notice some obvious changes immediately after starting Word 2007. For starters, the top bar has a completely new look, consisting of new features, buttons and naming

More information

Maple Quick Start. Introduction. Talking to Maple. Using [ENTER] 3 (2.1)

Maple Quick Start. Introduction. Talking to Maple. Using [ENTER] 3 (2.1) Introduction Maple Quick Start In this introductory course, you will become familiar with and comfortable in the Maple environment. You will learn how to use context menus, task assistants, and palettes

More information

Microsoft Excel 2010 Tutorial

Microsoft Excel 2010 Tutorial 1 Microsoft Excel 2010 Tutorial Excel is a spreadsheet program in the Microsoft Office system. You can use Excel to create and format workbooks (a collection of spreadsheets) in order to analyze data and

More information

Table of Contents. Manual for Core Staff - Equipment/Scheduling Core Facilities

Table of Contents. Manual for Core Staff - Equipment/Scheduling Core Facilities Table of Contents 1. Overview 2. How do I manage my account? 3. Equipment Scheduling Workflow Overview 4. Equipment Scheduling Walk Through a. How do I access the list of calendars available for scheduling?

More information

Government 1009: Advanced Geographical Information Systems Workshop. LAB EXERCISE 3b: Network

Government 1009: Advanced Geographical Information Systems Workshop. LAB EXERCISE 3b: Network Government 1009: Advanced Geographical Information Systems Workshop LAB EXERCISE 3b: Network Objective: Using the Network Analyst in ArcGIS Implementing a network functionality as a model In this exercise,

More information

Introduction to OpenOffice Writer 2.0 Jessica Kubik Information Technology Lab School of Information University of Texas at Austin Fall 2005

Introduction to OpenOffice Writer 2.0 Jessica Kubik Information Technology Lab School of Information University of Texas at Austin Fall 2005 Introduction to OpenOffice Writer 2.0 Jessica Kubik Information Technology Lab School of Information University of Texas at Austin Fall 2005 Introduction: OpenOffice Writer is a word processing application

More information

Advanced Microsoft Excel 2010

Advanced Microsoft Excel 2010 Advanced Microsoft Excel 2010 Table of Contents THE PASTE SPECIAL FUNCTION... 2 Paste Special Options... 2 Using the Paste Special Function... 3 ORGANIZING DATA... 4 Multiple-Level Sorting... 4 Subtotaling

More information

Microsoft Windows Overview Desktop Parts

Microsoft Windows Overview Desktop Parts Microsoft Windows Overview Desktop Parts Icon Shortcut Icon Window Title Bar Menu Bar Program name Scroll Bar File Wallpaper Folder Start Button Quick Launch Task Bar or Start Bar Time/Date function 1

More information

Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1

Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1 Migrating to Excel 2010 - Excel - Microsoft Office 1 of 1 In This Guide Microsoft Excel 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key

More information