Lab 2: Projecting Geographic Data

Size: px
Start display at page:

Download "Lab 2: Projecting Geographic Data"

Transcription

1 Lab 2: Projecting Geographic Data What you ll Learn: In this Lab we will describe the basic methods for using map projections and datum transformations in ArcMap. The readings in Chapter 3, Map Projections and Coordinate Systems, of the textbook GIS Fundamentals, provide the necessary background. Data are located in the class web site & the \L2 subdirectory on the S:\ drive for the class in the Skok 35 & Green 210a teaching labs. Data includes Minnesota county boundary shapefiles and a lakes dataset, both in various projections. What You ll Produce: A map of Minnesota in three different statewide projections, a map of reprojected county boundary and lakes data in central Minnesota, and a worksheet recording areas and coordinates for various projections. changing areas, lengths, and the shapes of features. Different map projections Background: The Earth's surface is curved in every direction. We introduce unavoidable distortion when we flatten this curved surface onto a map, typically introduce different types of distortion, and organizations choose the projection which limits distortions to levels they can accept. Map projections also represent the same points with different X and Y (or E and N) coordinate values. We cannot mix map projections in an analysis, so we often have to re-project some of our data layers. Each lab assumes you have a copy of the needed data files on your personal jump drive. Before each lab copy the needed files from the class web site. Links for the class web sites are as follows: Observing How Distance Changes with the Map Projection Start ArcMap, and add two data frames. Name one Albers, and the other Mercator (see last week s lab or the video Data Frames for instructions) Activate the Alber s Layer Add the layers twocity_albers.shp, and USA_48_Albers.shp. Left click on the Measure Tool to enable it, and set the Distance Units to Miles (see Lab 1, or video Measure Tool.mov) Left-click once on Los Angeles, then move the mouse to New York and double left-click on New York. 1

2 The distance between the two cites is displayed, either in a drop-down window, or at the bottom left of the ArcMap window (it depends on the version and setup). Your measured distance should be approximately 2,440 miles. Activate the Mercator data frame. Add the layers twocity_mercator.shp, USA_48_Mercator.shp Re-measure the distance from LA to NY. The new measurement should be approximately 3,127 miles. The on the ground distance between LA and NY is actually 2,444 miles. The difference in measurements between the Albers and Mercator is due to unavoidable distortion caused when we stretch measurements from the curved Earth surface to a flat map surface. Projecting Shapefiles You often need to project data from one coordinate system to a different coordinate system. We will perform three different projections, and produce one map illustrating the differences between the separate projections. We will also look at the resulting differences in the measured area for one feature (in our case a county) in each projection. Start ArcMap, create a new empty map, and rename your data frame from Layers to Minnesota Counties. Place the L2\minn_county.shp file in your data frame. You should see a county map of Minnesota displayed in your screen, similar to the figure at above. Note the location of the ArcToolbox button and the cursor coordinates. Remember, because the toolbars are moveable, they may be in different locations than those shown. Move your cursor around the screen and notice the coordinate values to the lower right. Note how these change along with the cursor position as the program displays the map projected coordinate values corresponding to the cursor position. These data in the 2 ArcToolBox Button Cursor coordinates

3 minn_county shapefile are in UTM NAD83 projection. Each coordinate value is measured in meters, so a value X = 512,349 indicates an X value of 512,349 meters to the east of the origin. Note that most data layers have information stored that identifies the appropriate coordinate system. For example, the data set above is stored in the UTM, NAD83 Zone 15 coordinates. I might have another data set of the Minnesota county boundaries which is stored in geographic coordinates (latitude/longitude), or in state plane Minnesota South Zone coordinates, or another in an Albers coordinate system. I may convert one data set to another through a projection. If you reproject these data layers correctly, they will align properly. Note that you have the option of creating a permanent reprojection or a temporary reprojection with ArcGIS. This can be quite confusing at first, so read this section carefully, and make sure you understand it before you go on you will likely save yourself much confusion and grief. Data Frame Coordinate Systems ArcGIS allows a data frame to have a coordinate system. Any data that is suitably documented and is subsequently placed in a data frame is converted to that data frame s coordinate system on the fly. This means the coordinate projection is applied to the data read from the disk, but before it is displayed. This projection is temporary in that it doesn t affect the data stored on the disk it only reprojects the data temporarily, for display. This allows us to display many data sets in a data frame even if the data sets are stored in different map projections, without having to go to the trouble of manually reprojecting each data set and saving a new version of the data set. The catch comes in that when you first create a data frame, the coordinate system for the data frame is undefined. If you do not explicitly set the coordinate system for the data frame, it then takes the coordinate system of the first data set displayed in the frame. All subsequent data are then displayed in this first coordinate system, unless you manually override this data frame coordinate system. A few examples will clarify this. You might also want to look at the video, Intro to Projections. Create a New Map; (File New, Blank Map, no need to save your existing map; OK) Create three new data frames, using the Insert Data Frame operation in the main toolbar (see at right). Examine the Inserted three separate data frames, note that each data frame is given a name, typically the imaginative New Data Frame and New Data Frame 2 etc. 3

4 As described in previous Labs, you may activate a data frame by right clicking the name in the table of contents window and selecting Activate, near the bottom of the dropdown menu. Select the data frame called Layers, which is the first one on your table of contents. Note that you may also look at the properties of the data frame by left clicking on the data frame name to select it, then right clicking and selecting Properties, from the bottom of the drop-down menu. This will display the Data Frame Properties window: In Data Frame Properties there are several tabs. The most important one for this Lab is the Coordinate System tab. If you select it you should see the display shown on above right. Notice that this shows the current coordinate system, in this case No projection. Notice in the sub-window on the bottom we may select a coordinate system. Left click selecting: Geographic Coordinate Systems North America NAD 1983 Apply O.K. From now on until you change this, ArcGIS will attempt to convert any data set you display in this frame into the NAD83 Geographic coordinate system. Add the data layer L2\minn_county to the Layers data frame. Look at the data layer minn_county. The data on the hard drive is in UTM coordinates, but these coordinates are converted to Geographic (latitude/longitude) NAD83 before displaying. Move your cursor about the data, and note the coordinate values in the lower right corner of the frame They should be different than for the UTM (meters) data you observed before, when you first loaded the data into a data frame with an unspecified projection, which was then adopted the UTM coordinate system. Make one of the remaining empty data frames active (remember, select in the table of contents, right click, and Activate). Notice the previous map disappears. For this empty data frame, assign a coordinate system, following the same process as above, but this time choosing an Albers Equal Area Conic projection, with: 4

5 Properties Coordinate System Tab Projected Coordinate Systems Continental North America North America Albers Equal Area Conic Apply and OK. Now, add the minn_county.shp data to this layer. Note these are projected on the fly to the new coordinate system. Again, note the differences in the coordinate values for locations in the state. Remember, the data on hard drive (or flash drive) are still in the UTM Zone 15 coordinates. The data have just been temporarily reprojected to an Albers Equal Area Conic projection for display. Note that you may get a message when you display a data set that says the datums may be incompatible, typically because there is not a datum transformation specified. You may ignore these warnings for this exercise (ONLY!). Datum transformations are described in the textbook, GIS Fundamentals, and elsewhere, and whether datum transformation differences are important depend on the source and target projections, the accuracy requirements of the data, and the goals of the analyses. The previously described exercise shows how you may reproject the coordinate values temporarily. This is often the case when you want to work with disparate data sets occasionally. However, we often want to permanently project the coordinate values in a data set from one coordinate system to another. We create a new data set, projecting from an original source data set to a target data set. We accomplish this in ArcGIS with the projection tool. Each time we apply the projection tool, we identify the source data set, the output data set, and the output projection. Most source data sets have a coordinate system associated with them, with the identity of the coordinate system written in a file. The projection tool reads this coordinate system to determine the input. We then specify the output, including the datum transformation, if needed, and save the new file to a target location. Be careful to note where you save the output file, and remember, you are not modifying the original input file; it is still intact in its original location. If the source data set does not contain the identity of its projected coordinate system, we must either modify it to include the coordinate system name, or specify it during projection process. 5

6 Projecting Data to a New File The Project Tool Lab 2: Projections Create a New Map (FILE New Blank Map) and again insert two new empty data frames, then left click to open ArcToolbox Then, left click to select Data Management Tools Projections and Transformations Feature Project Option: Open ArcToolbox Select Data Management Tools Select Projections and Transformations Select Project The Project tool steps you through the process of projecting a data layer from one coordinate system to another. There are several steps. Note: If you did not create a New Map as directed above, remove any data from all data frames (right click on data, then remove). Then for all frames, Set the projection to No Projection by opening the frame properties (right click on the name in the table of contents, then properties), and left clicking Clear in the coordinate system tab, then left clicking Apply, then OK. Detailed instructions for specific projection examples are provided a bit further on in this document; here we outline the general process: (read on for specific step by step instructions) Create a new data frame, or Activate a data frame with no projection assigned Start the projection tool. Select a starting layer (the one you wish to project; you create a new layer, the original is not altered) Select a place to put the new (projected) layer. Select the projection parameters (they might require both projection and geographic parameters). These parameters can be loaded from another layer already in you new projection or you can create a new set of parameters. Apply the projection parameters If necessary, specify a geographic transformation (also called Datum Transformations in the text book) Apply the projection As a useful bit of background information, ArcGIS shapefiles store information about the projection in a.prj file. For example, a layer named minn_county may have projection information stored in the file minn_county.prj. The.prj file is not mandatory, however, even though all data do have a coordinate system. Without a.prj, ArcMap is ignorant of the projection system, so when you get the unknown projection warning, it is often because the.prj file is missing. 6

7 Detailed Instructions This document will step you through the projection screens. You will have to use these steps at least six (6) more times in this Lab. In later iterations, refer back to this sequence. Start the Project Tool from the ArcToolbox Browse to the layer you wish to project L2\minn_county.shp Now navigate to where you want to store the new (projected) file. Name the file; you don t need to type in the.shp last name. For this 1 st step name the new file minn_county_albers 7

8 Select the button To the right of the Output Coordinate System entry line Now you must Select or Import parameters for the target projection. Often it is easier Importing from another layer that has the projection you want, but here we ll manually select the projection. A browse menu opens to allow you to define a the output coordinate system 8

9 Double Left click Projected Coordinate Systems Double Left click Continental Double Left click North America 9

10 Left click USA Contiguous Albers Equal Area Conic.prj then select Ok 10

11 At times you may need to also select a Geographic Transformation. Lecture and the GIS Fundamentals book describe geographic (also called Datum) transformations, and if required, you should know the correct one to use. Otherwise, stop the projection process, and find out before you proceed. For this part of the exercise you do not need to specify a geographic transformation (but you might in a subsequent reprojection). Left click on Ok This will create the new data file, projecting from the original coordinate system (a UTM zone 15 North system) to the new, Albers coordinate system you specified. Now add the newly projected layer to an empty data frame, if it is not already added. Change the name of this data frame to Albers (remember, right click on the data frame name in the table of contents, then select the Properties option, then the General tab, then type the new name in the Name textbox). Sometimes, the target coordinate system you want to use isn t among those provided by ArcToolbox. Fortunately, you can create customized coordinate systems, as we ll now do. 11

12 Create a Custom Projection (Video: Custom Projection) Lab 2: Projections Create or activate a new data frame Start the Project Tool in ArcToolbox Select minn_county.shp as the layer to reproject Name the new file minn_county_custom_mercator Click on the Select button to choose a predefined coordinate system for output On the new menu window Choose Select > Projected Coordinate Systems > World > Mercator (world), Right click and select Copy and Modify Or double left click Insert the cursor at the central meridian value, and change it to -93. Select apply, OK (to close this menu), then Apply, and OK This returns you to the main Project menu. 12

13 Select the geographic transformation. The system tries to guess which Transformation is best. In this case WGS_1984_(ITRF00)_to_NAD _83 is correct. Select OK This adds your minn_county_custom_mercator projected layer to the active, empty data frame. If it did not add, add it yourself to the frame. Change the name of this data frame to Custom Mercator (right click on data frame in TOC > Properties > General Tab > Name). Change the names of the county data sets to more or less match those of the data frames (e.g. Minnesota Counties Mercator ). Remember to do this by right clicking on the shapefile layer name in the TOC > Properties > General > Layer Name). Add a Column and Calculate Areas in an Attribute Table Create a new EMPTY data frame. (If you already have an empty one, Activate it) Rename this frame to UTM NAD1983 Add L2\minn_county to this data frame. Open the attribute table for the minn_county layer (right click on the layer and select Open Attribute Table, see the Video: Calculate Areas) and notice the values under the heading Area. Area is the size of the polygon in the map units, in our case 13

14 square meters. Note that value for Area is not updated automatically when you reproject, so you must manually calculate the areas. We ll create a new column, and calculate the area values and place them in this column. We want to record our values in square kilometers. To calculate areas, do the following four steps: First After opening the table, left click on Table Options then Add Field Second: Name the field, Sq_km, select Float as the Type: Enter 17 for Precision and 5 for Scale, IF necessary & OK Note: Geodatab ase files do not require Field length and scale values Third : Right click over the new Sq_km column to bring up a menu, then right click on Calculate Geometry. Finally: In the displayed window, use the Property drop down to select Area and the Units drop down to select Square Kilometers Left click on OK Click OK to the Outside an Edit Session warning. 14

15 Record the area in square kilometers, to two decimal places, for St. Louis County, on the Lab 2 Moodle Worksheet Quiz (for notes use the Word file included with the L2 data but transfer your answers to the Moodle Lab2 Worksheet Data Quiz for grading). This is the largest county in Minnesota, in the northeast part of the state. This should be reported in the table in the column you just created. Record and compare the area for St. Louis County under the three different projections. Two should be just a bit different, and the third quite different from the others. Also note the shape of the state with the different projections. Not only are the absolute areas different for each county, but notice how the general shape of the state changes with each projection. You ll be producing a map with all three views on the layout (see the example near the end of this lab). You will use a fixed scale to compare these three maps. First, go to the layout view, and in File > Page Setup, change to Landscape Then reposition the 3 data frame boxes to be side by side and about the same size (see example near end of lab). You may want to change the colors of the layers in each data view for easy identification. On the layout view, select each data frame (one at a time), right click, select Properties and from the Data Frame tab change to a fixed scale (see figure below). Make each the same scale, something near 1:14,500,000 to compare them. Note you shouldn t enter the commas, we just show them to avoid confusion. Choose the same fixed scale for each data frame and Apply, then OK. A scale of 1: works well but any scale that will fit the three maps on a page is fine. 15

16 Below are suggestions for your map: Lab 2: Projections Note: Change File Page & Print Setup to Landscape. Data Frame outlines cannot overlap or they will obscure adjacent data. Also Data Frame outlines can be turned off using Data Frame Properties Frame Borders none. Export a map as a.pdf with all three views on the same layout. Remember to have an overall title, your name, and legend, and one scale bar. 16

17 UTM and Various State plane Coordinate Systems Lab 2: Projections Create a new map by selecting File > New in the main ArcMap Frame, and add L2\minn_count_dd.shp data layer. This is a data layer of Minnesota county boundaries in decimal degrees coordinates. Record the decimal degree coordinates of the northeast corner of Ramsey County (see the map figure, at below) in decimal degrees on the Lab 2 Moodle Worksheet Quiz (for notes use the Word file included with the L2 data but transfer your answers to the Moodle Lab2 Worksheet Quiz for grading). NE corner of Ramsey County Coordinates Decimal Degrees are different than Degrees Minutes Seconds. You may have to change your display units (right click on the data frame name, then left click on Properties, General tab, and select the Decimal Degree units for Display, see at right). Note: County Names can be displayed with the Label Features option on the Properties of the Data Layer. 17

18 You can see the coordinates in the lower right corner of the main ArcMap window; x is the East-West Coordinate, y the North-South Coordinate. Move the cursor over to the northeast corner of Ramsey County, zooming in as needed, and record the corner location. Make sure you zoom in until the coordinate changes only to the right of the decimal point when you move it just off the corner. Now, create (step by step instructions follow below) three new DATA FRAMES, then use ArcToolbox to reproject the minn_count_dd layer into each of the new data frames using one of three different coordinate systems: UTM NAD27, Minnesota State Plane South Zone 1983 (feet), and Minnesota State Plane Central Zone 1983( feet). Use the instructions from the previous exercise as a guide, and the notes on the next page for specific values to select for each projection. Add the reprojected data to each frame, and rename each frame appropriately. Note the coordinates for the northeast of Ramsey County in each different projection, and record them in Lab 2 Worksheet Data Quiz (for notes use the Word file included with the L2 data but transfer your answers to the Moodle Lab2 Worksheet Quiz for grading). Note that the coordinate values for this same point should be different in different projections. Look at the difference in the Minnesota Central and Minnesota South State Plane coordinates for the NE corner of Ramsey County. Extra Credit: Which state contains the origin (x=0, y=0) for the Minnesota South State Plane Zone? STEP BY STEP INSTRUCTIONS Step-by step for reprojection to UTM NAD27 (follow the numbers on the sides) For the UTM NAD27 projection, in the projection tool: 1) Select projected coordinates, 2) UTM, 3) NAD27, 4) Zone 15N, 5) Apply-OK, 6) For the Geographic Transformation, select the first one in the list of options. Below are some screens you will see as you step through these processes: For the UTM, NAD27: 18

19 1 Double left click to select as you move through the choices. 2 19

20 3 4 OK 5 6 If this screen comes up select OK If required select the 1 st Geographic Transformation in the options list: the one shown is an example. ArcGIS generally suggest the best one. The name will be slightly different. 20

21 Project minn_count_dd.shp to the MN State Plane Central, NAD83 projection 1) Select projected coordinates, 2) State Plane, 3) NAD83 (feet), 4) Minnesota Central, then Apply/OK (not shown) 5) Select the NAD_83_to_WGS_84_1 datum transformation, then OK. Remember units are Feet 1 Screen views for the projection to MN St Plane Central (Feet) If required select the 1 st Geographic Transformation in the options list: the one shown is an example. ArcGIS generally suggest the best one. OK 21

22 Now, do a similar reprojection to the one above, with the minn_count_dd.shp as input, however, in this case the output target should be the Minnesota State Plane South- NAD1983 coordinate system. We won t show the screens here. Add each data set into a unique data frame, and make sure the data frame coordinate system matches the shape file coordinate system, and rename the data frames to match the data sets. Here is a suggestion for what your ArcMap project may look like after you have added your data layers to the correct data frames. Examine the coordinates for the northeast corner of Ramsey County, and record them in the Word (.doc or.docx) file included in L2 data folder. 22

23 We will do one final projection, to convert data from state plane coordinates to UTM coordinates, and display them with data already in our target projection. Create a new ArcMap project (File > New) and display the following two files in the same data frame First add L2\minn_county.shp MN Counties Then add L2\hlakes_not_projected.shp Hugo Lakes (Ignore the warning that hlakes_not_projected is not in the same coordinates system) Click on the zoom to full extent button, contained in the two layers. and notice the relative location of the data Hlakes_not_projected contains lake boundaries data in northwestern Washington County, near the northeast corner of Ramsey County. Note that when displayed with the Minnesota UTM data, the lakes data appear as a very small speck of dust, well south and east of Minnesota. The data are wrongly placed relative to each other because there are different units, different projection shapes and origins, and so the data are projected to a different set of coordinates. This illustrates why you need to be careful in not mixing data with different projections. Now remove the Hlakes_not_projected from your ArcMap data frame. The Hlakes_sp_projected data are in the NAD27, Minnesota State Plane coordinate system. Reproject these to UTM NAD83, Zone 15N coordinates, and add the new reprojected layer to the data frame with minn_county Rearrange/recolor the data layers so you can see both the county and lake boundaries. Notice the new; correct locations for these lake boundaries near the northeast corner of Ramsey County (please see the figure to the right). Note: County Names can be displayed with the Label Features option on the Properties of the Data Layer. 23

24 The second map should look something like this: Lab 2: Projections To Turn In (via Moodle, as.pdf s) Two maps, 1) with Minnesota in three different projections 2) the metro region and surrounding counties, with a reprojected lakes shapefile and Lab 2 Worksheet Data Quiz (for notes use the Word file included with the L2 data but transfer your answers to the Moodle Lab2 Worksheet Quiz for grading). 24

25 Name: Lab 2: Projections Area of St Louis County, Square Kilometers: UTM zone 15: Albers: Custom Mercator: Coordinates of northeast corner of Ramsey County: Projection x-coordinate y-coordinate Decimal degrees UTM zone 15 (meters) Minnesota South State Plane (feet) Minnesota Central State Plane (feet) In what state is the origin for the Minnesota South State Plane Zone? (Extra credit): 25

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

Software: AutoCAD Civil 3D 2014, NRCS C3D 2014 template, ESRI ArcMap. Notation:Button to Press Displayed Text Icon Action {Text to Enter} Menu Item

Software: AutoCAD Civil 3D 2014, NRCS C3D 2014 template, ESRI ArcMap. Notation:Button to Press Displayed Text Icon Action {Text to Enter} Menu Item Overview: Use the following processes for exchanging georeferenced data between AutoCAD Civil 3D 2014 and ArcMap. The work must be based in any real world coordinate system. (This example uses NAD 83 UTM

More information

Spatial Adjustment Tools: The Tutorial

Spatial Adjustment Tools: The Tutorial Spatial Adjustment Tools: The Tutorial By Peter Kasianchuk, ESRI Educational Services In this exercise, you will perform some spatial adjustment and data management operations data to be used in analysis

More information

Creating Figure Ground Maps in ArcMap 10.x: Basic procedures to download, open, manipulate and print spatial data

Creating Figure Ground Maps in ArcMap 10.x: Basic procedures to download, open, manipulate and print spatial data Creating Figure Ground Maps in ArcMap 10.x: Basic procedures to download, open, manipulate and print spatial data These procedures outline: A. Retrieving Property Data B. Uncompressing the Downloaded Files

More information

Data Visualization. Brief Overview of ArcMap

Data Visualization. Brief Overview of ArcMap Data Visualization Prepared by Francisco Olivera, Ph.D., P.E., Srikanth Koka and Lauren Walker Department of Civil Engineering September 13, 2006 Contents: Brief Overview of ArcMap Goals of the Exercise

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

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

Tutorial 4 - Attribute data in ArcGIS

Tutorial 4 - Attribute data in ArcGIS Tutorial 4 - Attribute data in ArcGIS Note: Before beginning the tutorial, please make sure your server folder is mapped. The data you will be working with this week is contained in a winzip archive called

More information

INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178

INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178 INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178 1) Navigate to the C:/temp folder 2) Make a directory using your initials. 3) Use your web browser to navigate to www.library.yale.edu/mapcoll/ and

More information

Tutorial 8 Raster Data Analysis

Tutorial 8 Raster Data Analysis Objectives Tutorial 8 Raster Data Analysis This tutorial is designed to introduce you to a basic set of raster-based analyses including: 1. Displaying Digital Elevation Model (DEM) 2. Slope calculations

More information

In this example, Mrs. Smith is looking to create graphs that represent the ethnic diversity of the 24 students in her 4 th grade class.

In this example, Mrs. Smith is looking to create graphs that represent the ethnic diversity of the 24 students in her 4 th grade class. Creating a Pie Graph Step-by-step directions In this example, Mrs. Smith is looking to create graphs that represent the ethnic diversity of the 24 students in her 4 th grade class. 1. Enter Data A. Open

More information

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 4: Preparing Data for Analysis

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 4: Preparing Data for Analysis : Preparing Data for Analysis When a user acquires a particular data set of interest, it is rarely in the exact form that is needed during analysis. This tutorial describes how to change the data to make

More information

Lab 8: Spatial Selection, Importing, Joining Tables-QGIS

Lab 8: Spatial Selection, Importing, Joining Tables-QGIS Lab 8: Spatial Selection, Importing, Joining Tables-QGIS What You ll Learn: This lesson introduces spatial selection, importing text files into an ArcMap table, combining rows, and navigating tricky joins.

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

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

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

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

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

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

Data source, type, and file naming convention

Data source, type, and file naming convention Exercise 1: Basic visualization of LiDAR Digital Elevation Models using ArcGIS Introduction This exercise covers activities associated with basic visualization of LiDAR Digital Elevation Models using ArcGIS.

More information

Personal Geodatabase 101

Personal Geodatabase 101 Personal Geodatabase 101 There are a variety of file formats that can be used within the ArcGIS software. Two file formats, the shape file and the personal geodatabase were designed to hold geographic

More information

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 5: Analyzing Spatial Data. Buffering Features:

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 5: Analyzing Spatial Data. Buffering Features: : Analyzing Spatial Data Buffering Features: A buffer operation is one of the most common spatial analysis tools. A buffer is a map feature that represents a uniform distance around a feature. When creating

More information

Create a Poster Using Publisher

Create a Poster Using Publisher Contents 1. Introduction 1. Starting Publisher 2. Create a Poster Template 5. Aligning your images and text 7. Apply a background 12. Add text to your poster 14. Add pictures to your poster 17. Add graphs

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

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

INSTRUCTIONS FOR MAKING 3D,.DWG CONTOUR LINES

INSTRUCTIONS FOR MAKING 3D,.DWG CONTOUR LINES INSTRUCTIONS FOR MAKING 3D,.DWG CONTOUR LINES A TUTORIAL FROM SPATIAL AND NUMERIC DATA SERVICES NICOLE SCHOLTZ AND GEOFF IVERSON Overview... 2 A. Get a Digital Elevation Model (DEM)... 3 B. Open ArcMap,

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

Finding GIS Data and Preparing it for Use

Finding GIS Data and Preparing it for Use Finding_Data_Tutorial.Doc Page 1 of 19 Getting Ready for the Tutorial Sign Up for the GIS-L Listserv Finding GIS Data and Preparing it for Use The Yale University GIS-L Listserv is an internal University

More information

Under GIS Data select Hydrography This will show all of the state-wide options for hydrography data. For this project, we want the seventh entry in

Under GIS Data select Hydrography This will show all of the state-wide options for hydrography data. For this project, we want the seventh entry in Introductory Exercises for GIS Using ArcMap & ArcCatalog GIS Cyberinfrastructure Module EEB 5894, section 10 Please refer to the ESRI online GIS Dictionary for additional details on any of the terms in

More information

Linear Referencing Tutorial

Linear Referencing Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents An overview of the linear referencing tutorial........................ 3 Exercise 1: Organizing your linear referencing data in ArcCatalog...............

More information

Chapter 6: Data Acquisition Methods, Procedures, and Issues

Chapter 6: Data Acquisition Methods, Procedures, and Issues Chapter 6: Data Acquisition Methods, Procedures, and Issues In this Exercise: Data Acquisition Downloading Geographic Data Accessing Data Via Web Map Service Using Data from a Text File or Spreadsheet

More information

Tutorial 3: Working with Tables Joining Multiple Databases in ArcGIS

Tutorial 3: Working with Tables Joining Multiple Databases in ArcGIS Tutorial 3: Working with Tables Joining Multiple Databases in ArcGIS This tutorial will introduce you to the following concepts: Identifying Attribute Data Sources Converting Tabular Data into GIS Databases

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

How To Hydrologically Condition A Digital Dam

How To Hydrologically Condition A Digital Dam Program: Funding: Conservation Applications of LiDAR Data http://tsp.umn.edu/lidar Environment and Natural Resources Trust Fund Module: Instructor: Hydrologic Applications Sean Vaughn, DNR GIS Hydrologist

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

1. Launch ArcCatalog, then navigate to the following location using the directory tree on the left side of the screen:

1. Launch ArcCatalog, then navigate to the following location using the directory tree on the left side of the screen: Vector Data Analysis I: Buffering Today we will use ArcMap and ArcToolbox to manipulate vector-based geographic data. The results of these simple analyses will allow us to visualize complex spatial relationships.

More information

How to Download Census Data from American Factfinder and Display it in ArcMap

How to Download Census Data from American Factfinder and Display it in ArcMap How to Download Census Data from American Factfinder and Display it in ArcMap Factfinder provides census and ACS (American Community Survey) data that can be downloaded in a tabular format and joined with

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

GIS IN ECOLOGY: SPATIAL REFERENCING

GIS IN ECOLOGY: SPATIAL REFERENCING GIS IN ECOLOGY: SPATIAL REFERENCING Contents Introduction... 2 Coordinate Systems... 2 Map Projections... 3 Georeferencing... 5 Data Sources... 7 Tasks... 7 Undefined versus Unprojected Data... 7 Setting

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

Geography 3251: Mountain Geography Assignment III: Natural hazards A Case Study of the 1980s Mt. St. Helens Eruption

Geography 3251: Mountain Geography Assignment III: Natural hazards A Case Study of the 1980s Mt. St. Helens Eruption Name: Geography 3251: Mountain Geography Assignment III: Natural hazards A Case Study of the 1980s Mt. St. Helens Eruption Learning Objectives: Assigned: May 30, 2012 Due: June 1, 2012 @ 9 AM 1. Learn

More information

Extracting Aerial Images From GIS Based Ortho Photos Using ArcMap 9

Extracting Aerial Images From GIS Based Ortho Photos Using ArcMap 9 Extracting Aerial Images From GIS Based Ortho Photos Using ArcMap 9 Tutorial Updated August 2006 CP-208 Plan Preparation Studio - Prof. Elizabeth Macdonald 2 In this tutorial we will learn to extract aerial

More information

How to Use the Drawing Toolbar in Microsoft Word

How to Use the Drawing Toolbar in Microsoft Word How to Use the Drawing Toolbar in Microsoft Word The drawing toolbar allows you to quickly and easily label pictures (e.g., maps) in a MS Word file. You can add arrows, circle spots, or label with words.

More information

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18 Basic Pivot Tables Pivot tables summarize data in a quick and easy way. In your job, you could use pivot tables to summarize actual expenses by fund type by object or total amounts. Make sure you do not

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

Downloading SSURGO Soil Data from Internet

Downloading SSURGO Soil Data from Internet Downloading SSURGO Soil Data from Internet Prepared by Venkatesh Merwade School of Civil Engineering, Purdue University vmerwade@purdue.edu September 2012 Purpose The purpose of this exercise to demonstrate

More information

Excel 2003 Tutorial I

Excel 2003 Tutorial I This tutorial was adapted from a tutorial by see its complete version at http://www.fgcu.edu/support/office2000/excel/index.html Excel 2003 Tutorial I Spreadsheet Basics Screen Layout Title bar Menu bar

More information

Using ArcGIS ModelBuilder to batch process files

Using ArcGIS ModelBuilder to batch process files The ArcGIS Model Builder is a tool you can use to help process a large number of files in an automated fashion. To open a new ModelBuilder document, either choose ModelBuilder from the Geoprocessing menu,

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

Quick Guide. Passports in Microsoft PowerPoint. Getting Started with PowerPoint. Locating the PowerPoint Folder (PC) Locating PowerPoint (Mac)

Quick Guide. Passports in Microsoft PowerPoint. Getting Started with PowerPoint. Locating the PowerPoint Folder (PC) Locating PowerPoint (Mac) Passports in Microsoft PowerPoint Quick Guide Created Updated PowerPoint is a very versatile tool. It is usually used to create multimedia presentations and printed handouts but it is an almost perfect

More information

Working with Video in PowerPoint 2010

Working with Video in PowerPoint 2010 518 442-3608 Working with Video in PowerPoint 2010 Adding video to a PowerPoint presentation can be very useful. In this handout we will explore many of the program s video options. When you start PowerPoint

More information

If you know exactly how you want your business forms to look and don t mind

If you know exactly how you want your business forms to look and don t mind appendix e Advanced Form Customization If you know exactly how you want your business forms to look and don t mind detail work, you can configure QuickBooks forms however you want. With QuickBooks Layout

More information

Introduction to Google Earth

Introduction to Google Earth Center for Teaching, Research & Learning Social Science Research Lab American University, Washington, D.C. http://www.american.edu/provost/ctrl/ 202-885-3862 Introduction to Google Earth This tutorial

More information

Advanced Presentation Features and Animation

Advanced Presentation Features and Animation There are three features that you should remember as you work within PowerPoint 2007: the Microsoft Office Button, the Quick Access Toolbar, and the Ribbon. The function of these features will be more

More information

GIS II: Data Management: Creation, edition and maintenance of geographic data Module 1: Leveraging the where of your geographic data

GIS II: Data Management: Creation, edition and maintenance of geographic data Module 1: Leveraging the where of your geographic data *** Files needed for exercise: MT_ACS09_trt.shp, and McDonalds_rr.shp Goals: After completing this exercise, you will have experience in performing spatial joins and selections and reviewed your understanding

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

Exer. 1 Using Handheld GPS for location & recording points

Exer. 1 Using Handheld GPS for location & recording points Exer. 1 Using Handheld GPS for location & recording points Field Objectives: 1. Familiarity with handheld receivers (Trimble Juno) 2. Basic positioning in Lat/Long and UTM 3. Familiarity with changing

More information

Earth Coordinates & Grid Coordinate Systems

Earth Coordinates & Grid Coordinate Systems Earth Coordinates & Grid Coordinate Systems How do we model the earth? Datums Datums mathematically describe the surface of the Earth. Accounts for mean sea level, topography, and gravity models. Projections

More information

Maplex Tutorial. Copyright 1995-2010 Esri All rights reserved.

Maplex Tutorial. Copyright 1995-2010 Esri All rights reserved. Copyright 1995-2010 Esri All rights reserved. Table of Contents Introduction to the Maplex tutorial............................ 3 Exercise 1: Enabling Maplex for ArcGIS and adding the Labeling toolbar............

More information

Converting GIS Datasets into CAD Format

Converting GIS Datasets into CAD Format Ball State University Libraries GIS Research and Map Collection Converting GIS Datasets into CAD Format Author: Angela Gibson, 6/13/2014 Overview: One of the most common requests from students is for GIS

More information

HOW TO GET A SOIL MAP FROM THE WEB SOIL SURVEY

HOW TO GET A SOIL MAP FROM THE WEB SOIL SURVEY Cooperative Extension of Ocean County Extension Center 1623 Whitesville Road Toms River, NJ 08755-1199 njaes.rutgers.edu/extension 732-349-1227 4-H 732-349-1246 Agriculture 732-349-1247 FCHS 732-349-1247

More information

Creating a Poster in PowerPoint 2010. A. Set Up Your Poster

Creating a Poster in PowerPoint 2010. A. Set Up Your Poster View the Best Practices in Poster Design located at http://www.emich.edu/training/poster before you begin creating a poster. Then in PowerPoint: (A) set up the poster size and orientation, (B) add and

More information

A Quick Start Guide to Using PowerPoint For Image-based Presentations

A Quick Start Guide to Using PowerPoint For Image-based Presentations A Quick Start Guide to Using PowerPoint For Image-based Presentations By Susan Jane Williams & William Staffeld, Knight Visual Resources Facility College of Architecture, Art and Planning Cornell University.

More information

SECTION 5: Finalizing Your Workbook

SECTION 5: Finalizing Your Workbook SECTION 5: Finalizing Your Workbook In this section you will learn how to: Protect a workbook Protect a sheet Protect Excel files Unlock cells Use the document inspector Use the compatibility checker Mark

More information

Click on various options: Publications by Wizard Publications by Design Blank Publication

Click on various options: Publications by Wizard Publications by Design Blank Publication Click on various options: Publications by Wizard Publications by Design Blank Publication Select the Blank Publications Tab: Choose a blank full page Click on Create New Page Insert > Page Select the number

More information

PowerPoint 2013: Basic Skills

PowerPoint 2013: Basic Skills PowerPoint 2013: Basic Skills Information Technology September 1, 2014 1 P a g e Getting Started There are a variety of ways to start using PowerPoint software. You can click on a shortcut on your desktop

More information

June, 2006 Tutorial: Create map with multiple views and data layers using ArcMap GIS 9.0

June, 2006 Tutorial: Create map with multiple views and data layers using ArcMap GIS 9.0 June, 2006 Tutorial: Create map with multiple views and data layers using ArcMap GIS 9.0 This presentation demonstrates how to create a publication-quality map illustration consisting of three panes or

More information

Census Data with Tableau Public

Census Data with Tableau Public Census Data with Tableau Public Before you begin, download the template at http://public.tableausoftware.com/views/census-template/dashboard?:embed=yes&:toolbar=yes&:tabs=no Get your data together 1. Gather

More information

National Levee Database (NLD) Data Management Tool (DMT) Levee Data Manager User Manual 1.2

National Levee Database (NLD) Data Management Tool (DMT) Levee Data Manager User Manual 1.2 National Levee Database (NLD) Data Management Tool (DMT) Levee Data Manager User Manual 1.2 Prepared for (USACE) Cold Regions Research and Engineering Laboratory (CRREL) October 26, 2012 Document Change

More information

POWERPOINT BASICS: MICROSOFT OFFICE 2013

POWERPOINT BASICS: MICROSOFT OFFICE 2013 University of North Carolina at Chapel Hill Libraries Carrboro Cybrary Chapel Hill Public Library Durham County Public Library POWERPOINT BASICS: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites

More information

Working with the Raster Calculator

Working with the Raster Calculator Working with the Raster Calculator The Raster Calculator provides you a powerful tool for performing multiple tasks. You can perform mathematical calculations using operators and functions, set up selection

More information

How to Make the Most of Excel Spreadsheets

How to Make the Most of Excel Spreadsheets How to Make the Most of Excel Spreadsheets Analyzing data is often easier when it s in an Excel spreadsheet rather than a PDF for example, you can filter to view just a particular grade, sort to view which

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

Using Adobe Dreamweaver CS4 (10.0)

Using Adobe Dreamweaver CS4 (10.0) Getting Started Before you begin create a folder on your desktop called DreamweaverTraining This is where you will save your pages. Inside of the DreamweaverTraining folder, create another folder called

More information

Using MindManager 14

Using MindManager 14 Using MindManager 14 Susi Peacock, Graeme Ferris, Susie Beasley, Matt Sanders and Lindesay Irvine Version 4 September 2014 2011 Queen Margaret University 1. Navigating MindManager 14... 3 Tool Bars and

More information

Week 5 Cookbook: GIS Tutorial Chapter 2 GIS Map Design: Choropleth Maps

Week 5 Cookbook: GIS Tutorial Chapter 2 GIS Map Design: Choropleth Maps Week 5 Cookbook: GIS Tutorial Chapter 2 GIS Map Design: Choropleth Maps Week 5 Overview 1. Introducing Choropleth Maps 2. Introducing Map Elements 3. First Hands-On Example 4. Your Turn: GIS Tutorial Chapter

More information

Getting Started with Excel 2008. Table of Contents

Getting Started with Excel 2008. Table of Contents Table of Contents Elements of An Excel Document... 2 Resizing and Hiding Columns and Rows... 3 Using Panes to Create Spreadsheet Headers... 3 Using the AutoFill Command... 4 Using AutoFill for Sequences...

More information

Software Application Tutorial

Software Application Tutorial Software Application Tutorial Copyright 2005, Software Application Training Unit, West Chester University. No Portion of this document may be reproduced without the written permission of the authors. For

More information

Instructions for applying data validation(s) to data fields in Microsoft Excel

Instructions for applying data validation(s) to data fields in Microsoft Excel 1 of 10 Instructions for applying data validation(s) to data fields in Microsoft Excel According to Microsoft Excel, a data validation is used to control the type of data or the values that users enter

More information

SECTION 2-1: OVERVIEW SECTION 2-2: FREQUENCY DISTRIBUTIONS

SECTION 2-1: OVERVIEW SECTION 2-2: FREQUENCY DISTRIBUTIONS SECTION 2-1: OVERVIEW Chapter 2 Describing, Exploring and Comparing Data 19 In this chapter, we will use the capabilities of Excel to help us look more carefully at sets of data. We can do this by re-organizing

More information

Using Google Earth for Environmental Science Research

Using Google Earth for Environmental Science Research Using Google Earth for Environmental Science Research This document is up-to-date as of August 2013. If you have any questions or additions to this material please email dan.friess@nus.edu.sg. Note: this

More information

Creating a Guided Tour with Google Earth

Creating a Guided Tour with Google Earth Creating a Guided Tour with Google Earth Before creating a tour, first orient yourself to basic Google Earth functions. To start, download Google Earth to your desktop. This is free through earth.google.com.

More information

MICROSOFT ACCESS STEP BY STEP GUIDE

MICROSOFT ACCESS STEP BY STEP GUIDE IGCSE ICT SECTION 11 DATA MANIPULATION MICROSOFT ACCESS STEP BY STEP GUIDE Mark Nicholls ICT Lounge P a g e 1 Contents Task 35 details Page 3 Opening a new Database. Page 4 Importing.csv file into the

More information

Task Force on Technology / EXCEL

Task Force on Technology / EXCEL Task Force on Technology EXCEL Basic terminology Spreadsheet A spreadsheet is an electronic document that stores various types of data. There are vertical columns and horizontal rows. A cell is where the

More information

EDIT202 PowerPoint Lab Assignment Guidelines

EDIT202 PowerPoint Lab Assignment Guidelines EDIT202 PowerPoint Lab Assignment Guidelines 1. Create a folder named LABSEC-CCID-PowerPoint. 2. Download the PowerPoint-Sample.avi video file from the course WebCT/Moodle site and save it into your newly

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

Investigation 6: What happens when plates collide?

Investigation 6: What happens when plates collide? Tectonics Investigation 6: Teacher Guide Investigation 6: What happens when plates collide? In this activity, students will use the distribution of earthquakes and volcanoes in a Web GIS to learn about

More information

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 2: Manipulating Display Parameters in ArcMap. Symbolizing Features and Rasters:

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 2: Manipulating Display Parameters in ArcMap. Symbolizing Features and Rasters: : Manipulating Display Parameters in ArcMap Symbolizing Features and Rasters: Data sets that are added to ArcMap a default symbology. The user can change the default symbology for their features (point,

More information

Updates to Graphing with Excel

Updates to Graphing with Excel Updates to Graphing with Excel NCC has recently upgraded to a new version of the Microsoft Office suite of programs. As such, many of the directions in the Biology Student Handbook for how to graph with

More information

Workshop Tutorial Importing XY Data in GIS

Workshop Tutorial Importing XY Data in GIS Workshop Tutorial Importing XY Data in GIS This tutorial is intended for use by students familiar with Arc GIS who wish to build skills in creating locations on ArcMap using found coordinate data. Workshop

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

Microsoft PowerPoint 2011

Microsoft PowerPoint 2011 Microsoft PowerPoint 2011 Starting PowerPoint... 2 Creating Slides in Your Presentation... 3 Beginning with the Title Slide... 3 Inserting a New Slide... 3 Adding an Image to a Slide... 4 Downloading Images

More information

Introduction to Google Earth May 24, 2011. TJ Keiran Senior Planner / GIS Specialist Cowlitz-Wahkiakum Council of Governments

Introduction to Google Earth May 24, 2011. TJ Keiran Senior Planner / GIS Specialist Cowlitz-Wahkiakum Council of Governments Introduction to Google Earth May 24, 2011 TJ Keiran Senior Planner / GIS Specialist Cowlitz-Wahkiakum Council of Governments Purpose of this class Introduce free version of Google Earth Demonstrate common

More information

Creating a PowerPoint Poster using Windows

Creating a PowerPoint Poster using Windows Creating a PowerPoint Poster using Windows Copyright 2001 Michael Dougherty (michael@nmsu.edu) Purpose The purpose of this tutorial is to illustrate how to create a 3 x 4 ft. poster using PowerPoint. This

More information

ESRI China (Hong Kong) Limited

ESRI China (Hong Kong) Limited Tips for Creating 3D Graphics in ArcScene 9.x Article ID : 100003 Software : ArcGIS 3D Analyst 9.x Platform : Windows 2000, Windows XP Date : June 28, 2005 Background Prior to ArcGIS Desktop 9.0, we cannot

More information

How To Create A View Frame In 3D

How To Create A View Frame In 3D 12/4/2008-10:00 am - 11:30 am Room:Palazzo O-P (5th) The Secrets of Cutting Plan and Profile Sheets in AutoCAD Civil 3D Michelle Rasmussen - Application Engineer, IMAGINiT Technologies CV304-1P In this

More information

Creating a Gradebook in Excel

Creating a Gradebook in Excel Creating a Spreadsheet Gradebook 1 Creating a Gradebook in Excel Spreadsheets are a great tool for creating gradebooks. With a little bit of work, you can create a customized gradebook that will provide

More information

Customizing forms and writing QuickBooks Letters

Customizing forms and writing QuickBooks Letters LESSON 15 Customizing forms and writing QuickBooks Letters 15 Lesson objectives, 398 Supporting materials, 398 Instructor preparation, 398 To start this lesson, 398 About QuickBooks forms, 399 Customizing

More information

Instructions for creating a data entry form in Microsoft Excel

Instructions for creating a data entry form in Microsoft Excel 1 of 5 You have several options when you want to enter data manually in Excel. You can enter data in one cell, in several cells at the same time, or on more than one worksheet (worksheet/spreadsheet: The

More information

How to make a line graph using Excel 2007

How to make a line graph using Excel 2007 How to make a line graph using Excel 2007 Format your data sheet Make sure you have a title and each column of data has a title. If you are entering data by hand, use time or the independent variable in

More information