Lab 7: Tables Operations in ArcMap

Size: px
Start display at page:

Download "Lab 7: Tables Operations in ArcMap"

Transcription

1 Lab 7: Tables Operations in ArcMap What You ll Learn: This Lab provides more practice with tabular data management in ArcMap. In this Lab, we will view, select, re-order, and update tabular data. You should read chapter 8 in the GIS Fundamentals textbook before performing this Lab. Data: are in the \Lab7 directory, with census data demographics.shp in decimal degree coordinates, and soils.shp in UTM Zone 17, NAD83 coordinates, and the units are meters. What You ll Produce: Three maps, two of selections based on census data, and one of a soils data set. You ll also produce a table of soil properties. Background: Most spatial data in a GIS consist of at least two types of data, those data depicting the location and shape of objects, and text or numerical data describing the objects. These text and numerical data are most often contained in tables, and most GIS packages have some way of creating and editing these data tables. ArcGIS - ArcMap provides a rich set of tools for viewing and displaying attribute data. However, you don t have as many options for manipulating and saving new data, as with a full-featured database manager, so we ll do some rather simple operations in this lab. Select by Attribute Last week we selected rows manually, by combinations of clicks and shift clicks on sorted rows. While sometimes this is the fastest and easiest way to select a set of features, more often we use a more complex query to select features. We ll do some of last week s selections using a query builder, and some additional to give you practice. Start ArcMap, and Add the data layer Stil_wetU83.shp to a new, empty project. Open the table, left click on the table options, and then click on the Select by Attributes option (Video: Select by Attributes). 1

2 This opens a query builder. You choose a selection method at the top (for this Lab use Create a new selection ). You use the items listed in the second pane with the operation buttons listed below it to build an expression in the bottom pane. This expression is applied to the data table to select a subset of features. In the Select by Attributes box, 1 1) double click on the 2 Wet_type field, 2) single click on the = button, 3) double click on the Get unique Values button, 3 4) scroll to and double click on the Out value. Your selection expression Wet_type = OUT should appear as shown in the bottom pane at right. 4 Apply the selection. Remember to use the buttons on the menu to compose the selection expression. Typing in a selection via the keyboard is possible, but it is easy to make mistakes, and the selection won t work. Now we ll select and assign values based on the wetland size. Left click on the Table Options button at the upper left of the table window, then click on Select by Attributes. Build the query to select the areas between and , inclusive, as shown in the bottom pane in the panel, at right. This is a bit more complex to build. Note that you ll always want to double click on the Fields and Values (e.g. Area) you enter in a formula, but only single click on the operators (<, etc.). Left click on Apply, Close Look at your displayed wetlands, and verify the selection makes sense. Check the table. Are the smaller wetland polygons selected? 2

3 If not, check your expression, and fix any errors. Right click on the Size column, then open the Field Calculator, and assign a Size values for the selected records to Small. Do the same steps as above for the "AREA" >= AND "AREA" <= , use the Field Calculator to assign a value of Medium in the Size field for these records. Repeat the process for "AREA" >= AND "AREA" <= OR AREA = Assign a value of Large to the Size field for the selected records. Finally, with the data table still open, select Options Select by Attributes, select the Wet_type = U and use the Field Calculator to change that record s value in the Size field to Uplands. Clear Selected Features (on the main ArcMap menu, under Selection). Close the Table. Open the Properties - Symbology of the stil_wetu83 layer and left click in the Show box to display: Categories Unique values. Change the Value Field to Size. Click on the Add All Values button and the then Apply, OK. 3

4 Practice Map 1: Practice creating a map but do not turn this in. Display the modified wetlands data layer, similar to last week s, and that found below, add appropriate title, legend, scale bar and north arrow. 4

5 Wetlands Tables We ll now assign a new column to identify general wetland types, based on recurrent selections. Create an ArcMap project, and add the shapefile Stil_wetU83. Right click on Stil_wetU83 in the TOC, and left click on Open Attribute Table. The field, or item, named Wet_type contains the wetland classification used by the US Fish and Wildlife Service. A complete list is found at the end of this lab exercise. Close the table. Open the Properties > Symbology tab for the wetlands data. Select Categories Unique values for the symbology type in the box on the left labeled Show. 1) Set wetland type as the value field 2) Uncheck <all other values> 3) Click to Add All Values 5

6 Left click on Apply and OK. Your display should appear something like that below: This figure displays far too many categories. From the zoom tool bar, left click on the identify cursor A left click on a polygon in the main window will display a popup list of polygon attributes. Examine a few polygons. The item Wet_type specifies the wetland class, as shown by the code table at the end of the exercise. For simplicity, we will aggregate wetland classes to a few main categories. Readers can only distinguish a limited number of colors or shades on a map. We will reclassify the detailed classes into five groups, aggregating the detailed wetland types into their parent categories. Note that there are several numbers and letters together in a string in the wetland type column, e.g., L1UBHh. These give the wetland System-Subsystem-Class-Subclass and any modifiers, as described in the key at the back of this lab. The first letter is for the system (L=Lacustrine, P=Palustrine, etc.), the second is for the subsystem (defined for each system) the third is for Class, etc. Your job is to add a system/subsystem column, with 6

7 appropriate designators for each record. There are many ways to do this; we ll do this by modifying the tables. The basic steps are 1) add a new field (also called a new item or column), 2) select the appropriate records, and 3) assign appropriate values to the new field for these selected records, 4) repeat steps 2 and 3 until all records are processed. Open the attribute table and select the Table Options in the upper left of the window, then left click on Add Field (refer to the previous section and lab if you re uncertain about tool location or process). Add a field with a name you can remember, something like reclassed. Make sure your new field has a Text type, length 10. Otherwise you will be restricted to only using numbers in your new field. Narrow the columns or expand the window to the right and look at your new field. You have created an additional column at the end of the table that looks like this: Use the Table Options to Select by Attribute We need to select records to reclassify each row according to Wet_type. We re going to assign them to a smaller number of groups, based on the major types, so that all that begin with P (e.g., PUBF, PEMF, PUBG, etc.) have the same reclassed value of P. We ll also build expressions for categories of L1, L2, P, U and OUT. You build a series of expression from the variables and operators in the Select by Attributes tool as shown before, and then use the field calculator to assign the group into the new reclassed variable. We use the fact that when we sort the Wet_type column in ascending fashion, the rows are ordered by starting letters. We can use greater than > and less than < operators to select values that start with the same set of characters. The expression in the example below selects all the polygons in the system/subsystem L1. Once you have the proper expression left click Apply. 7

8 This selects all rows at the lower end of list, that start with L1, the lowest values when the Wet_types are sorted alphabetically. If you don t have a correct expression, a syntax error window may pop up. If so, clear the expression and try again. To convince yourself that this operation selected the records you want, click on the Selected records icon, found near the bottom-center of the Table window, and shown below. This displays only the selected records. Verify your selection only contains records beginning with L1. Then, revert back to Show All records (the button to the left of the show selected button). Use the Field Calculator to assign a value of L1 to the reclassed column. Verify that L1 appears for only the selected records. Now repeat the process for the next group of items (those with Wet_type fields starting with L2 ). This is a bit trickier because it is a compound selection, so we ll have to use the AND operation in building our formula. The example for L2 is shown in the figure to the right: It is easy to specify an incorrect expression, especially when starting out. Remember to use the buttons to build your expression, and verify the selection is correct by inspecting the table after wards. Assign the value L2 to the Reclassed field, using Field Calculator as described above. Repeat this selection/assignment until Reclassed values have been assigned for each record (five categories, L1, L2, P, U, and OUT). 8

9 Next change your legend display item (TOC, Properties Symbology) to your new Reclassed field. Finally, change the legend symbols used for the Reclassed field to colors and patterns that will display nicely. Properties Symbology can also be used to add more descriptive legend labels. Practice Map 2: Create a Practice a map but do not turn it in, of the wetland data. Use your system/subsystem categories for the legend. Color the upland (U) white or hollow and other polygons appropriately to allow users to distinguish each type of wetland or areas outside our area of study (OUT). Remember to include a scale bar (coverage units are meters), North arrow, name, title, description, legend, and a descriptive name to the legend heading. 9

10 Joining Two Existing Tables (Video: Join Tables) In Arcmap, create a new map, and Add the theme demographics.shp. Open the Attribute Table. Note the fields, especially one called Blkgrp. Add the data table name more_data.dbf, using Add Data (as you would add a layer). Right click on more_data.dbf in the TOC, and left click on Open Notice that more_data.dbf also has an item named Blkgrp. Use the scroll bars at the bottom of each table to look at all the variables (columns) in each table. Are the variables ordinal, nominal, or interval/ratio? Which variables are found in both tables? Which variables might serve as keys for the table, and which would be inappropriate as keys? See Chapter 8 in the textbook, if you re unsure on these concepts. Each record (row) in each table corresponds to each polygon in this US Census Bureau demographic data, displayed in demographics.shp. These files were produced from U.S. Census data, which uses a variable named Blkgrp as unique identifiers, typically for groups of city blocks used to summarize census data. Each record in our tables corresponds to a block group. The file more_data.dbf includes populations at various dates for each block group polygon, e.g., Hh80=population in 1980, Hh90= population in 1990, etc. Table Join This is a common operation in GIS analyses. We often want to combine data from different sources. Right click on the demographics.shp layer in the TOC select Joins and Relates and then Join 10

11 This opens a menu in which you identify: -the field in the target layer (the current table) used to match records (rows) -the (source) table you wish to join to the current table -the field in the source table that you will use to match records. This field is almost always a key Make sure you are joining demographics to the more_data file and using the field Blkgrp, not a field called Blkgrp_ Left click on OK to join the tables. You may get a warning asking if you wish to create an index. Click yes to index the join. Now reexamine the demographics.shp attribute table. Notice the demographics.shp table has the more_data fields append to the end of each record. You ve just connected the two tables, matching the records in one table to the records in another table that have the same value for BLKGRP. 11

12 This is a temporary join; the original files/data have not been modified. ArcMap keeps track of joins within a project, and how to display the various joined files. If you were to display these data sets in another project, they would not appear joined. The data are not copied to a new, combined, file. Rather, this join tells ArcMap to display these two data sets within this particular view, matching each row by the join variable. Selecting on a Joined Table Now, let s select items based on the joined tables. (Video: Compound Select) Open the Attributes Table of demographics. It should display both the original data plus the data from more_data.dbf. Left click on Table Options tool at the upper left of the table window and from the drop-down menu choose Select by Attributes From the popup window (see right), enter the selection equation more_data.hhpctgrowt > 0 and left click on Apply Examine your selected block groups on the map. Also notice the data are simultaneously selected in both the attributes table and the view of the theme. You have just identified all the block groups with positive population growth. Clear your selection (from the Main ArcMap menu, Selection Clear Selected Features), or use the icon toolbar Use the Select by Attributes tool again on this same table, selecting blocks that have both population growth greater than 0 and income less than $30,000. This requires entering the following equation in the SELECT FROM portion of the: ( more_data.hhpctgrowt >0) AND ( more_data.hhincavg <30000). 12

13 Click on Apply and examine your selection. Activate the Show Selected Records button, on the lower-left margin of the table, to only focus on your selected features. Were 17 of 167 records selected? If not re-check your equation. Produce a map (as a.pdf) of the view with this compound selection ([Hhpctgrowt]>0) and ([Hhincavg] <30000), with only those block groups meeting both criteria highlighted white and those not meeting the criteria with dark boarders. Remember to include a title, descriptive legend, name, scale bar, and north arrow. 13

14 Saving a Copy of a Joined Layer and Table Right click on the demographics.shp layer in the TOC. Many operations will default to acting only upon the selected records, if there is a selected subset. Failure to clear means the operation will on produce partial results Left click on Selection about half-way down the dropdown menu, then Left click on Clear Selected Features. To Export/Save your joined data sets to a new data layer: Right click on demographics.shp in the TOC Left click on Data Left click on Export Data and save the joined file to your data drive. Notice the default name for the saved file is Export_Output.shp. Change the name to something like tabjoin. This step copies the data in your temporary join to permanent storage, as a shapefile. All items from the joined tables are saved to a new, usually larger table, with associated polygons (or points or lines). Name this file something like Tablejoin.shp. Do not add this layer to your current map when asked, just save and close this project. 14

15 Calculating into New Columns Now we shall add an item (column), and modify the values. We wish to know per capita income. We calculate this by multiplying the average household income by the number of households, and then dividing the result by population. Create a new ArcMap project. Add the Tablejoin.shp layer that you created to your ArcMap project. Right click the Tablejoin.shp layer, open the attribute table and left click on Table Options Select Add Field. Name the field Tot_Income (no spaces, no more than 10 characters), Make the Type: Float, Precision: 12, Scale: 2 then left click on OK Now Add a second field, call it per_cap_in, with a Type of Float, Precision: 12, Scale: 2. Now Start Editing the file Tablejoin.shp. Right click on the column heading for the field Tot_Income, and select Field Calculator. 15

16 Calculate the total income as HH90 * HHINCAVG, and click OK (see at right). After the calculation completes, inspect the Tot_Income column you just calculated, and check a few of the values. Are the values equal to the number of households times the average income? Right click on the column heading for the field per_cap_in and select the Field Calculator. Calculate the per capita income as Tot_Income / POPBASE (see figure). Again, check the results, this time in per_cap_in. Save the edits, and stop editing. 16

17 When you create a map of continuous variables such as per capita income, you often wish to display them in categories, e.g., 0 to 1000, then 1000 to 2000, and so on. You can do this through the layer Properties Symbology, and specify Quantities, Graduated colors A Value item in Fields of per_cap_in Classification with 7 Classes. Pick a color ramp that appeals to you, and then left click Apply and OK. Compose a map (as a.pdf), with 7 categories of per capita income. Remember to include all the usual required map components. 17

18 Creating New Tables Creating a table and joining it to existing tables is a common operation. Often, this join involves a one-to-many relationship between tables. Each record in one table matches many records in the second table. For example, a typical county may have approximately 80 different soil types, but over 100,000 different soil polygons of these types. Therefore, we may have properties for each of the 80 different types, e.g., crop productivity, engineering properties, moisture characteristics. We may format these in a table, and join this table to our existing county data layer. The repeated properties aren t copied, just displayed for the appropriate polygon. This saves space, because we don t have redundant copies of the soil properties information saved for each instance of a soil polygon in our data layer. This exercise will give you practice in creating and joining tables, and the other techniques you learned in the first section of this lab (Video: Create Tables). Create a new Map with a Blank Document. 1. Add the soils.shp data layer, set the Layer Properties Symbology to Categories, Unique-Values based on the item soil_type. 2. Add All Values 3. Uncheck the all other values, so this won t appear in the legend. 4. Select a Color Ramp, and then left click Apply and OK

19 Open the soils.shp attribute table. You should have a view similar to the figure below. Review the layer attributes, and in particular notice the soil_type attribute. The soil_type attribute contains a code corresponding to the soil type of each individual polygon. Notice there are 15 different soil types designated by numbers between 18 and 69. There are 122 different soil polygons. Our job is to create a new table, enter important information for each of the 15 different soil types, and join this data with the soils data layer. In this exercise you will use the soil_type variable in the soils shapefile as the join item, or join column. This is the key variable that will be used to match the rows from the new soil properties table you will create to the soil polygon data in soils.shp. The join item must be defined the same in both tables, with the same type (long or short integer, text, etc.) 19

20 Let s examine the key or join column in the target table. Do this by a right click on soils.shp file in the Table of Contents window, then left clicking on Properties > Fields tab. This should display the window below. Left click on the soil_type item, and note the type and other properties of the soil_type item. Now we need to create the new data table we ll be joining to soils.shp (instructions below, and figure on the following page). From the main menu bar in ArcMap, 1) Left click on the Arc Catalog icon 2) Right click on the directory you re working in (here, Lab7), 3) Left click New from the dropdown menu, 4) Left click dbase Table from the next dropdown menu create a new dbase table a named soilprops.dbf. You may inadvertently double click, and add the new table without giving yourself a chance to rename it. You can right-click on a data layer in the ArcCatalog window, and rename a layer, although sometimes ArcCatalog will not re-fresh the window with the new name until you remove the data layer from the Table of Contents, and re-add it. 20

21 Open the soilprops.dbf table (remember; right click in the TOC, then Open). Add the following fields (remember via the table tools icon, and then Add Field): Note the drop-down lists to select types, and the table cells for some types are editable by clicking in them. 21

22 soil_type, long integer (we got this from inspecting the soil type item in the soils data layer name, text, length of 20 fert_class, double, with a precision of 10 and scale of 0 drain_clas, double, precision10, scale 0. You can delete the example field called Field1 only after you have entered new fields and saved the file. Do not delete or alter the OID field. If you make a mistake on a field name or type, correct it before you hit Apply. After the field is created by the Apply button you cannot edit the field name, you must delete the field and try again; in shortyou cannot change existing field names. Click Apply and OK to finish. Close the ArcCatalog window by clicking on the x near the window s upper right corner. In ArcMap, Add the soilprops table if it isn t already in your TOC. Start Editor/Start Editing (the Editor menu, covered in Lab 3). This may open the Soils data layer editing window, if so, close it. Open the soilprops table; this will display the column headings and a blank row. Note that you simply enter (type in) data into the appropriate columns, and a new row is automatically added at the end of the table. Add the records shown at right. Ignore the OID Field, values will be generated as you add data, they may be different from the figure. These automatically generated values won t affect your work here. When you are finished entering data, Save and Stop Editing. 22

23 Narrow the columns for all columns in this table, use the Table Options dropdown box to Add table to the Layout then add your name and Export your completed table as a.pdf file. Remove the soilprops table from your layout (print view) Select the soils layer and join it to the soilprops table. Remember to use the common field soil_type, to join the files. If you are unclear on how to join, refer to the instructions under Joining Two Existing Tables earlier in this Lab. After you ve completed the join, create a map using the new soils table. Display soils by fertility class. Recolor the map with a different color or shade of grey for each of the five fertility classes. See the example map on the next page. Set the fertility classes as categories (Properties Symbology Categories- Unique Values, then select the value field and Add All Values, and then Apply). Again, I d like to stress the utility of what you ve just done. Managers and scientists often want information grouped and displayed different ways, and joins are then used to add information to and produce maps upon which decisions are based. Geographic data may be joined to many different sets of tabular data. These joined sets may be selected based on many combinations of attributes, greatly increasing the flexibility and utility of data in a GIS. 23

24 TO TURN IN as.pdf Map1: Tempe, AZ block Groups Map2: Tempe, AZ Per Capita Income by Block Group Map3: Macon County, NC Soil Fertility Soil Properties data table as.pdf 24

Introduction to GIS & Mapping: ArcGIS Desktop

Introduction to GIS & Mapping: ArcGIS Desktop Introduction to GIS & Mapping: ArcGIS Desktop Your task in this exercise is to determine the best place to build a mixed use facility in Hudson County, NJ. In order to revitalize the community and take

More information

Lab 8: More Spatial Selection, Importing, Joining Tables

Lab 8: More Spatial Selection, Importing, Joining Tables Lab 8: More Spatial Selection, Importing, Joining Tables What You ll Learn: This lesson introduces spatial selection, importing text, combining rows, and joins. You should have read, and be ready to refer

More information

ArcCatalog or the ArcCatalog tab in ArcMap ArcCatalog or the ArcCatalog tab in ArcMap ArcCatalog or the ArcCatalog tab in ArcMap

ArcCatalog or the ArcCatalog tab in ArcMap ArcCatalog or the ArcCatalog tab in ArcMap ArcCatalog or the ArcCatalog tab in ArcMap ArcGIS Procedures NUMBER OPERATION APPLICATION: TOOLBAR 1 Import interchange file to coverage 2 Create a new 3 Create a new feature dataset 4 Import Rasters into a 5 Import tables into a PROCEDURE Coverage

More information

Exercise 1: An Overview of ArcMap and ArcCatalog

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

More information

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

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

More information

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

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

More information

INTRODUCTION TO GIS WORKSHOP EXERCISE

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

More information

Step by Step GIS. Section 1

Step by Step GIS. Section 1 Step by Step GIS Section 1 Contact the web page given below for the data required to do the exercises (http://www.pasda.psu.edu/default.asp) Before beginning the tutorials please visit the Preparation

More information

Lab 10: Raster Analyses

Lab 10: Raster Analyses Lab 10: Raster Analyses What You ll Learn: Spatial analysis and modeling with raster data. You will estimate the access costs for all points on a landscape, based on slope and distance to roads. You ll

More information

This will display various panes in a window.

This will display various panes in a window. Map Map projections in ArcMap can be a bit confusing, because the program often automatically reprojects data for display, and there are a ways to permanently project data to new data sets. This describes

More information

Lab 3: Digitizing in ArcMap

Lab 3: Digitizing in ArcMap Lab 3: Digitizing in ArcMap What You ll Learn: In this Lab you ll be introduced to basic digitizing techniques using ArcMap. You should read Chapter 4 in the GIS Fundamentals textbook before starting this

More information

Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment

Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment This activity is designed to introduce you to the Geography Lab and to the ArcMap software within the lab environment. Before

More information

Lab 11: Terrain Analyses

Lab 11: Terrain Analyses Lab 11: Terrain Analyses What You ll Learn: Basic terrain analysis functions, including watershed, viewshed, and profile processing. There is a mix of old and new functions used in this lab. We ll explain

More information

-In windows explorer navigate to your Exercise_4 folder and right-click the DEC_10_SF1_P1.csv file and choose Open With > Notepad.

-In windows explorer navigate to your Exercise_4 folder and right-click the DEC_10_SF1_P1.csv file and choose Open With > Notepad. BIOL 4460/5460 and GEOL 4460 Introduction to GIS LAB 4 MAKING A THEMATIC MAP This exercise is to show you how to create a map for printing. As you have seen in the lecture, maps can have different purposes

More information

GIS Basics for Urban Studies

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

More information

Lab 11: Terrain Analyses

Lab 11: Terrain Analyses Lab 11: Terrain Analyses What You ll Learn: Basic terrain analysis functions, including watershed, viewshed, and profile processing. There is a mix of old and new functions used in this lab. We ll explain

More information

Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment

Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment This activity is designed to introduce you to the Geography Lab and to the ArcMap software within the lab environment. Please

More information

Downloading 2010 Census Data

Downloading 2010 Census Data Downloading 2010 Census Data These instructions cover downloading the Census Tract polygons and the separate attribute data. After that, the attribute data will need additional formatting in Excel before

More information

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

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

More information

Data for this exercise are located in the L1 subdirectory or the class web page. Videos for this exercise are located in the class web page.

Data for this exercise are located in the L1 subdirectory or the class web page. Videos for this exercise are located in the class web page. Lesson 1: What You ll Learn: -Start ArcMap -Create a new map -Add data layers -Pan and zoom -Change data symbology -Change display properties -Set relative paths -Add layers to features -Select data -Measure

More information

Exercise Producing Thematic Maps for Dissemination

Exercise Producing Thematic Maps for Dissemination Exercise Producing Thematic Maps for Dissemination 2007 In this exercise you will work with an existing file geodatabase which contains administrative boundaries (named wards) feature class and population

More information

GIS LAB 8. Raster Data Applications Watershed Delineation

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

More information

Lab 12: Sampling and Interpolation

Lab 12: Sampling and Interpolation Lab 12: Sampling and Interpolation What You ll Learn: -Systematic and random sampling -Majority filtering -Stratified sampling -A few basic interpolation methods Videos that show how to copy/paste data

More information

ArcGIS 10.x Basic Exercise GMU Libraries

ArcGIS 10.x Basic Exercise GMU Libraries ArcGIS 10.x Basic Exercise GMU Libraries Goals of this exercise To introduce basic functions available in ArcGIS 10.x to create a simple thematic map You are going to create a thematic map using VA county

More information

GIS Fundamentals: Supplementary Lessons with ArcGIS Pro

GIS Fundamentals: Supplementary Lessons with ArcGIS Pro Station Analysis (parts 1 & 2) What You ll Learn: - Practice various skills using ArcMap. - Combining parcels, land use, impervious surface, and elevation data to calculate suitabilities for various uses

More information

Tutorial 1 Exploring ArcGIS

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

More information

STUDENT PAGES GIS Tutorial Treasure in the Treasure State

STUDENT PAGES GIS Tutorial Treasure in the Treasure State STUDENT PAGES GIS Tutorial Treasure in the Treasure State Copyright 2015 Bear Trust International GIS Tutorial 1 Exercise 1: Make a Hand Drawn Map of the School Yard and Playground Your teacher will provide

More information

Exercise 1: Getting to know ArcGIS

Exercise 1: Getting to know ArcGIS The Scenario You are working for the California Visitor s Commission. You have been asked to prepare a map of California for several dignitaries from out of the country. Your map will need to include enough

More information

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

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

More information

GPS TO GIS EXERCISE (30 PTS)

GPS TO GIS EXERCISE (30 PTS) GPS TO GIS EXERCISE (30 PTS) This exercise will allow you to demonstrate your cumulative knowledge of using a GPS receiver to collect data with locational information, downloading this data to a desktop

More information

Lab 10: Raster Analyses

Lab 10: Raster Analyses Lab 10: Raster Analyses What You ll Learn: Spatial analysis and modeling with raster data. You will estimate the access costs for all points on a landscape, based on slope and distance to roads. You ll

More information

1. Start ArcMap by going to the Start menu > All Programs > ArcGIS > ArcMap.

1. Start ArcMap by going to the Start menu > All Programs > ArcGIS > ArcMap. Learning ArcGIS: Introduction to ArcMap 10.1 The Map Document Feature Manipulation Navigating ArcMap Map Documents, Layers, and Features Shapes, Location, and Attribute Data Symbology Zoom, Pan and Map

More information

Exercise 4: Import Tabular GPS Data and Digitizing

Exercise 4: Import Tabular GPS Data and Digitizing Exercise 4: Import Tabular GPS Data and Digitizing You can create NEW GIS data layers by digitizing on screen with an aerial photograph or other image as a back-drop. You can also digitize using imported

More information

Lab 12: Sampling and Interpolation

Lab 12: Sampling and Interpolation Lab 12: Sampling and Interpolation What You ll Learn: -Systematic and random sampling -Majority filtering -Stratified sampling -A few basic interpolation methods Data for the exercise are in the L12 subdirectory.

More information

Lab 10: Raster Analyses

Lab 10: Raster Analyses Lab 10: Raster Analyses What You ll Learn: Spatial analysis and modeling with raster data. You will estimate the access costs for all points on a landscape, based on slope and distance to roads. You ll

More information

LAB 1: Introduction to ArcGIS 8

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

More information

Data for this exercise are in the class resources Lab/lesson 1,

Data for this exercise are in the class resources Lab/lesson 1, Lab 1: What You ll Learn: -Start ArcMap -Create a new map -Add data layers -Pan and zoom -Change data symbology -Change display properties -Set relative paths -Add layers to features -Select data -Measure

More information

Lab 3: Digitizing in ArcGIS Pro

Lab 3: Digitizing in ArcGIS Pro Lab 3: Digitizing in ArcGIS Pro What You ll Learn: In this Lab you ll be introduced to basic digitizing techniques using ArcGIS Pro. You should read Chapter 4 in the GIS Fundamentals textbook before starting

More information

In this exercise we will:

In this exercise we will: Intro to GIS Exercise #3 TOC Data frame visual hierarchy / Select by Attribute / Select by Location / Geoprocessing IUP Dept. of Geography and Regional Planning Dr. Richard Hoch Please prepare answers

More information

Geocoding Reference USA data in ArcMap 9.3

Geocoding Reference USA data in ArcMap 9.3 Tufts GIS Tip Sheet Geocoding Reference USA data in ArcMap 9.3 Written by Barbara Parmenter Revised 3/1/2011 In this exercise, you will map businesses or services for a town in the Boston metropolitan

More information

Exercise 5: Import Tabular GPS Data and Digitizing

Exercise 5: Import Tabular GPS Data and Digitizing Exercise 5: Import Tabular GPS Data and Digitizing You can create NEW GIS data layers by digitizing on screen with an aerial photograph or other image as a back-drop. You can also digitize using imported

More information

Choropleth Mapping with GIS

Choropleth Mapping with GIS Choropleth Mapping with GIS In this lab you will be making 4 choropleth maps of the data you downloaded and processed last week. You will make your maps in ArcGIS using three different methods of classing

More information

Session 3: Cartography in ArcGIS. Mapping population data

Session 3: Cartography in ArcGIS. Mapping population data Exercise 3: Cartography in ArcGIS Mapping population data Background GIS is well known for its ability to produce high quality maps. ArcGIS provides useful tools that allow you to do this. It is important

More information

Working with International Census Data in GIS

Working with International Census Data in GIS Working with International Census Data in GIS Updated February 23, 2015 Table of Contents SETTING UP... 1 DATA SOURCES... 1 TABULAR CENSUS DATA... 2 2001 Tabular Census Data... 5 GEOGRAPHIC DATA... 5 JOINING

More information

Priming the Pump Stage II

Priming the Pump Stage II Priming the Pump Stage II Modeling and mapping concentration with fire response networks By Mike Price, Entrada/San Juan, Inc. The article Priming the Pump Preparing data for concentration modeling with

More information

Setting Up & Mapping Network Drives Skip this session if you re in the Data Lab

Setting Up & Mapping Network Drives Skip this session if you re in the Data Lab International Census Tutorial: Downloading, Joining & Mapping International Census Data Updated 8/29/2017 by Juan Taborda and Carolyn Talmadge for 10.5.1 Table of Contents SETTING UP & MAPPING NETWORK

More information

Getting Started with ArcGIS Background and Introduction

Getting Started with ArcGIS Background and Introduction Getting Started with ArcGIS Background and Introduction BACKGROUND ON ArcGIS SOFTWARE ArcGIS is a set of tools for collecting, storing, managing, analyzing, and representing geographic information. It

More information

Geography 281 Map Making with GIS Project Three: Viewing Data Spatially

Geography 281 Map Making with GIS Project Three: Viewing Data Spatially Geography 281 Map Making with GIS Project Three: Viewing Data Spatially This activity introduces three of the most common thematic maps: Choropleth maps Dot density maps Graduated symbol maps You will

More information

An Introduction to Geographic Information Systems (GIS) using ArcGIS 9.2

An Introduction to Geographic Information Systems (GIS) using ArcGIS 9.2 An Introduction to Geographic Information Systems (GIS) using ArcGIS 9.2 by Marcel Fortin, GIS and Map Librarian, University of Toronto Libraries, 2009 gis.maps@utoronto.ca http://www.library.utoronto.ca/maplib/

More information

1. Open the New American FactFinder using this link:

1. Open the New American FactFinder using this link: Exercises for Mapping and Using US Census Data MIT GIS Services, IAP 2012 More information, including a comparison of tools available through the MIT Libraries, can be found at: http://libraries.mit.edu/guides/types/census/tools-overview.html

More information

Project 2 CIVL 3161 Advanced Editing

Project 2 CIVL 3161 Advanced Editing Project 2 CIVL 3161 Advanced Editing Introduction This project will involve more advanced editing/manipulation of data within ArcGIS. You will use the map that you create in this project as a starting

More information

Field-Scale Watershed Analysis

Field-Scale Watershed Analysis Conservation Applications of LiDAR Field-Scale Watershed Analysis A Supplemental Exercise for the Hydrologic Applications Module Andy Jenks, University of Minnesota Department of Forest Resources 2013

More information

Geocoding vs. Add XY Data using Reference USA data in ArcMap

Geocoding vs. Add XY Data using Reference USA data in ArcMap Geocoding vs. Add XY Data using Reference USA data in ArcMap 10.4.1 Written by Barbara Parmenter. Revised by Carolyn Talmadge 2/27/2017 GETTING BUSINESS DATA FROM REFERENCE USA BY NAICS AND CITY... 2 MODIFY

More information

Tutorial 4 - Attribute data in ArcGIS

Tutorial 4 - Attribute data in ArcGIS Tutorial 4 - Attribute data in ArcGIS COPY the Lab4 archive to your server folder and unpack it. The objectives of this tutorial include: Understand how ArcGIS stores and structures attribute data Learn

More information

Section 2: Downloading and Processing Data

Section 2: Downloading and Processing Data Downloading and Processing Data Joining Data Tables 2.1.1 Section 2: Downloading and Processing Data 2.1 Joining Data Tables Many times you will find a table of data that you want to map, perhaps as an

More information

Tutorial 1: Finding and Displaying Spatial Data Using ArcGIS

Tutorial 1: Finding and Displaying Spatial Data Using ArcGIS Tutorial 1: Finding and Displaying Spatial Data Using ArcGIS This tutorial will introduce you to the following: Websites where you may browse to find geospatial information Identifying spatial data, usable

More information

Spatial Calculation of Locus Allele Frequencies Using ArcView 3.2

Spatial Calculation of Locus Allele Frequencies Using ArcView 3.2 Spatial Calculation of Locus Allele Frequencies Using ArcView 3.2 This instruction set applies to calculating allele frequency from point data of DNA analysis results within ArcView 3.2. To calculate the

More information

Working with 2000 Census Data in ArcGIS: Using the US Census Bureau Web Site for SF1 and SF3 Data

Working with 2000 Census Data in ArcGIS: Using the US Census Bureau Web Site for SF1 and SF3 Data Tufts University GIS Tutorial Working with 2000 Census Data in ArcGIS: Using the US Census Bureau Web Site for SF1 and SF3 Data Revised October 14, 2010 Note: we highly recommend Mozilla Firefox for this

More information

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

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

More information

Creating a reference map

Creating a reference map Chapter 1 Creating a reference map Reference maps are basic, traditional maps. Their purpose is to illustrate geographic boundaries for cities, counties, and other areas. Reference maps have no underlying

More information

_Tutorials. Arcmap. Linking additional files outside from Geodata

_Tutorials. Arcmap. Linking additional files outside from Geodata _Tutorials Arcmap Linking additional files outside from Geodata 2017 Sourcing the Data (Option 1): Extracting Data from Auckland Council GIS P1 First you want to get onto the Auckland Council GIS website

More information

Basic Queries Exercise - Haiti

Basic Queries Exercise - Haiti Basic Queries Exercise - Haiti Written by Barbara Parmenter, revised by Carolyn Talmadge on September 18, 2016 SETTING UP... 1 WHERE ARE THE HOSPITALS THAT ARE STILL OPERATING? (SELECT BY ATTRIBUTE )...

More information

Geog 459: Geographic Information Systems. Lesson 2 Laboratory Exercise

Geog 459: Geographic Information Systems. Lesson 2 Laboratory Exercise Exercise Description Mapping and interpreting metropolitan growth and decline patterns between 1990 and 2000. Course Concepts Presented Sunbelt region, population redistribution, and metropolitan areas.

More information

Explore some of the new functionality in ArcMap 10

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

More information

QGIS LAB SERIES GST 102: Spatial Analysis Lab 2: Introduction to Geospatial Analysis

QGIS LAB SERIES GST 102: Spatial Analysis Lab 2: Introduction to Geospatial Analysis QGIS LAB SERIES GST 102: Spatial Analysis Lab 2: Introduction to Geospatial Analysis Objective Understand Attribute Table Joins and Data Classification Document Version: 2014-06-16 (Beta) Contents Introduction...2

More information

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

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

More information

How to calculate population and jobs within ½ mile radius of site

How to calculate population and jobs within ½ mile radius of site How to calculate population and jobs within ½ mile radius of site Caltrans Project P359, Trip Generation Rates for Transportation Impact Analyses of Smart Growth Land Use Projects SECTION PAGE Population

More information

Laboratory Topic 3: Creating Charts and a Layout in ArcGIS Creating a Map for Plotting [ LAEP/GEOG c188 ]

Laboratory Topic 3: Creating Charts and a Layout in ArcGIS Creating a Map for Plotting [ LAEP/GEOG c188 ] Laboratory Topic 3: Creating Charts and a Layout in ArcGIS 10.4.1 - Creating a Map for Plotting [ LAEP/GEOG c188 ] Mapping in ArcGIS 10.4.1 Reference: This laboratory uses much of the documentation and

More information

Lab #7: Mapping US Census Data

Lab #7: Mapping US Census Data Lab #7: Mapping US Census Data Objectives: Access US Census Data via the Web Download census data in excel format Create new variables based on calculations Create key fields for merging with NYC Planning

More information

Creating a data file and entering data

Creating a data file and entering data 4 Creating a data file and entering data There are a number of stages in the process of setting up a data file and analysing the data. The flow chart shown on the next page outlines the main steps that

More information

Intro to GIS (requirements: basic Windows computer skills and a flash drive)

Intro to GIS (requirements: basic Windows computer skills and a flash drive) Introduction to GIS Intro to GIS (requirements: basic Windows computer skills and a flash drive) Part 1. What is GIS. 1. System: hardware (computers, devices), software (proprietary or free), people. 2.

More information

Using Census Data to Calculate Social Inequality in Colombia

Using Census Data to Calculate Social Inequality in Colombia Using Census Data to Calculate Social Inequality in Colombia Written by Carolyn Talmadge, February 8, 2017 What is Social Inequality?... 1 Accessing the Data... 2 Understanding the Metadata & Attribute

More information

CVEN 2012 GEOMATICS LAB SPRING 2016 INTRO TO ESRI ARCGIS

CVEN 2012 GEOMATICS LAB SPRING 2016 INTRO TO ESRI ARCGIS CVEN 2012 GEOMATICS LAB SPRING 2016 INTRO TO ESRI ARCGIS Objectives 1. Download and Add Data into ArcMap 2. Symbolize and Label Features 3. Navigate and Investigate the Map 4. Explore Attributes and Metadata

More information

Downloading shapefiles and using essential ArcMap tools

Downloading shapefiles and using essential ArcMap tools CHAPTER 1 KEY CONCEPTS downloading shapefiles learning essential tools exploring the ArcMap table of contents understanding shapefiles customizing shapefiles saving projects Downloading shapefiles and

More information

GGR 375 QGIS Tutorial

GGR 375 QGIS Tutorial GGR 375 QGIS Tutorial With text taken from: Sherman, Gary E. Shuffling Quantum GIS into the Open Source GIS Stack. Free and Open Source Software for Geospatial (FOSS4G) Conference. 2007. Available online

More information

Mapping Tabular Data Display XY points from csv

Mapping Tabular Data Display XY points from csv Mapping Tabular Data Display XY points from csv Materials needed: AussiePublicToilets.csv. [1] Open and examine the data: Open ArcMap and use the Add Data button to add the table AussiePublicToilets.csv

More information

ArcGIS Online (AGOL) Quick Start Guide Fall 2018

ArcGIS Online (AGOL) Quick Start Guide Fall 2018 ArcGIS Online (AGOL) Quick Start Guide Fall 2018 ArcGIS Online (AGOL) is a web mapping tool available to UC Merced faculty, students and staff. The Spatial Analysis and Research Center (SpARC) provides

More information

Downloading Census Data from American Factfinder for use in ArcGIS

Downloading Census Data from American Factfinder for use in ArcGIS Downloading Census Data from American Factfinder for use in ArcGIS Written by Barbara Parmenter, revised September 24 2013 OBTAINING DATA FROM AMERICAN FACTFINDER (AFF)... 1 PREPARING AMERICAN FACTFINDER

More information

Lab#1: Introduction to ArcGIS10. In this lab, you will use ArcGIS to work with statewide GIS data of Alaska. You use ArcMap to:

Lab#1: Introduction to ArcGIS10. In this lab, you will use ArcGIS to work with statewide GIS data of Alaska. You use ArcMap to: NRM338 Fall 2017 Lab#1 Page#1 of 26 Lab#1: Introduction to ArcGIS10 In this lab, you will use ArcGIS to work with statewide GIS data of Alaska. You use ArcMap to: Create a data connection Edit GIS theme

More information

Lesson 1: Creating and formatting an Answers analysis

Lesson 1: Creating and formatting an Answers analysis Lesson 1: Creating and formatting an Answers analysis Answers is the ad-hoc query environment in the OBIEE suite. It is in Answers that you create and format analyses to help analyze business results.

More information

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

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

More information

Basic Mapping: Livelihood Zones In Haiti

Basic Mapping: Livelihood Zones In Haiti Basic Mapping: Livelihood Zones In Haiti - 2009 Barbara Parmenter, revised by Carolyn Talmadge 9/10/2017 for ArcMap 10.5.1 DATA SOURCES... 1 MAPPING NETWORK DRIVES OUTSIDE THE DATA LAB... 2 SETTING UP

More information

Mapping 2001 Census Data Using ArcView 3.3

Mapping 2001 Census Data Using ArcView 3.3 Mapping 2001 Census Data Using ArcView 3.3 These procedures outline: 1. Mapping a theme (making a map) 2. Preparing the layout for printing and exporting the map into various file formats. In order to

More information

Combine Yield Data From Combine to Contour Map Ag Leader

Combine Yield Data From Combine to Contour Map Ag Leader Combine Yield Data From Combine to Contour Map Ag Leader Exporting the Yield Data Using SMS Program 1. Data format On Hard Drive. 2. Start program SMS Basic. a. In the File menu choose Open. b. Click on

More information

Introduction to GIS A Journey Through Gale Crater

Introduction to GIS A Journey Through Gale Crater Introduction to GIS A Journey Through Gale Crater In this lab you will be learning how to use ArcMap, one of the most common commercial software packages for GIS (Geographic Information System). Throughout

More information

Calculate a Distance Matrix of Locations along River Network

Calculate a Distance Matrix of Locations along River Network Calculate a Distance Matrix of Locations along River Network These instructions enable you to measure the length of line segments between points, which is much more useful than simple straight-line distances

More information

Getting to Know ModelBuilder

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

More information

Data Assembling Topics:

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

More information

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41 Table of Contents Objectives... 3 Introduction... 3 Excel Ribbon Components... 3 Office Button... 4 Quick Access Toolbar... 5 Excel Worksheet Components... 8 Navigating Through a Worksheet... 8 Making

More information

Making Yield Contour Maps Using John Deere Data

Making Yield Contour Maps Using John Deere Data Making Yield Contour Maps Using John Deere Data Exporting the Yield Data Using JDOffice 1. Data Format On Hard Drive 2. Start program JD Office. a. From the PC Card menu on the left of the screen choose

More information

GEO 465/565 Lab 6: Modeling Landslide Susceptibility

GEO 465/565 Lab 6: Modeling Landslide Susceptibility 1 GEO 465/565 Lab 6: Modeling Landslide Susceptibility This lab will give you more practice in understanding and building a GIS analysis model. Recall from class lecture that a GIS analysis model is a

More information

LAB 9: Buffering and Overlay in ArcGIS - ArcMAP

LAB 9: Buffering and Overlay in ArcGIS - ArcMAP LAB 9: Buffering and Overlay in ArcGIS - ArcMAP What You ll Learn: to apply the concepts of buffering and overlay, two common cartographic operations. You should read chapter 9 in the GIS Fundamentals

More information

Add to the ArcMap layout the Census dataset which are located in your Census folder.

Add to the ArcMap layout the Census dataset which are located in your Census folder. Building Your Map To begin building your map, open ArcMap. Add to the ArcMap layout the Census dataset which are located in your Census folder. Right Click on the Labour_Occupation_Education shapefile

More information

In order to follow this set of directions you will need the following

In order to follow this set of directions you will need the following How to Create Maps & Figures in ArcView 9x In order to follow this set of directions you will need the following 1) the Jenny s Louisiana GIS Instructional CD 2) a computer with ArcGIS on it (version 9.0

More information

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

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

More information

Lab 3. Introduction to GMT and Digitizing in ArcGIS

Lab 3. Introduction to GMT and Digitizing in ArcGIS Lab 3. Introduction to GMT and Digitizing in ArcGIS GEY 430/630 GIS Theory and Application Purpose: To learn how to use GMT to make basic maps and learn basic digitizing techniques when collecting data

More information

Basic Mapping: Livelihood Zones In Haiti

Basic Mapping: Livelihood Zones In Haiti Basic Mapping: Livelihood Zones In Haiti - 2009 Barbara Parmenter, revised by Carolyn Talmadge 9/10/2016 DATA SOURCES... 1 MAPPING NETWORK DRIVES OUTSIDE THE DATA LAB... 2 SETTING UP YOUR ARCMAP SESSION...

More information

Note: you must explicitly follow these instructions to avoid problems

Note: you must explicitly follow these instructions to avoid problems Exercise 4 Attribute Tables and Census Tract Mapping 30 Points Note: We recommend that you use the Firefox web browser when working with the Census Bureau web site. Objectives: Become familiar with census

More information

Rev. B 12/16/2015 Downers Grove Public Library Page 1 of 40

Rev. B 12/16/2015 Downers Grove Public Library Page 1 of 40 Objectives... 3 Introduction... 3 Excel Ribbon Components... 3 File Tab... 4 Quick Access Toolbar... 5 Excel Worksheet Components... 8 Navigating Through a Worksheet... 9 Downloading Templates... 9 Using

More information

Mapping Tabular Data

Mapping Tabular Data Mapping Tabular Data ArcGIS Desktop 10.1 Instructional Guide Kim Ricker GIS/Data Center Head (713) 348-5691 Jean Niswonger GIS Support Specialist (713) 348-2595 This guide was created by the staff of the

More information