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

Size: px
Start display at page:

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

Transcription

1 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 by attributes skills Reinforce spatial analysis (clipping) skills Introduce / reinforce spatial decision-making skills Scenario / Introduction As the new, GIS-savvy marketing manager for the Lost Wages Casino in Atlantic City, NJ, you see a way to use GIS to identify new customers by developing a targeted mass mailing campaign which will ultimately expand market share for your casino. You will use Census 2000 socioeconomic data joined to census tracts to identify areas where affluent potential new customers live within easy driving distance of Atlantic City. This information will enable you to develop a targeted mass mailing campaign directed toward those neighborhoods where residents have enough disposable income to be willing to risk a portion of it at Lost Wages. Step 1 - Download census data to your GIS_I_Bus_Exr02 folder Discussion - Your instructor has uploaded TIGER 2000 files from ESRI for Atlantic County, NJ to geosrv\ GISCourses\GIS_I_Exercise_Data\GIS_I_Business_Exr02_input_data. You can access the data from the GIS Lab by connecting to the server or off site using FTP. Procedure - Create your own GIS_I_Bus_Exr02 folder on your computer, flash drive, or school folder. Select all the unzipped files in the input_data_gis_i_bus_exr02 folder on the network. From the top bar of the folder in which the input data reside, select Edit > Copy, scroll to your GIS_I_Bus_Exr02 folder, select Edit > Paste. The files should appear in your folder: 1

2 Step 2 - Open ArcMap, set projection, add Atlantic County data files, rename files Procedure - Use Start > Programs > ArcGIS > ArcMap. Select A new empty map > OK (see below): An untitled Map View window appears. Rt-click on Layers > Properties > Coordinate System. Scroll to North American 1983 (below); press OK. From your Arcmap window, Select File > Add Data. Scroll to your input_data_gis_i_bus_exr02 folder and select all the components; Press Add; 2

3 Note: If you get a warning that the files are NOT Projected, add them anyway. After these files are added to your map view (below), you will need to use ArcMap Toolbox to Define Projection (see Exrs 01 & 02 for a refresher) before you rename the files: Rename your files in the Table of Contents (ToC) so they make some sense to you (simply click twice, SLOWLY!, on the existing name and then type over it with the new name): o Change tgr34001lka to Atlantic_County_Roads o Change tgr34001trt00 to Atlantic_County_Census_Tracts o Change tgr34001cty00 to Atlantic_County_Outline The Table of Contents (ToC) for the map should now look like: Use File > Save As to save your project in your bus_exr02 file folder. 3

4 Step 3 - Identify key socioeconomic data on American FactFinder, download data Discussion - The main US Census website has a great deal of demographic and other information that can be joined to your Atlantic County Census tracts, enabling the mapping of literally thousands of different attributes. Procedure: Open Internet Explorer, type in your browser URL window. Below is the home page as of July, Select Advanced Search : On the web page (below), you will first select Geographies (see below): 4

5 Select Topics > Dataset > 2000 SF3 Sample Data: Over 800 tables are returned. Your casino requires drawing people in with money to lose, people with high Median Household Income as of calendar year Type this criterion (Median Household Income) into the Search window (see below); press GO: 5

6 Only 48 tables fit this criterion. Scroll down to and select Table P053. Once selected, it is shown in the upper LH side of the window under Your Selections. Select View 1999 Median Household Income is shown for each CT in Atlantic Co. Press Download In the Download format window that appears (below) Select.csv format. Press OK. 6

7 When prompted (see below), Download the file to your folder for this exercise Save the ZIP file In your exercise folder as Atlantic_SF3_P053_csv.zip; press Save 7

8 Step 4a Use MS Excel to Prepare to Join SF3 Census Data to Census Tracts After you have pressed Save (above), you can Open the file from Download complete (below) Once you press open, the window below appears with files unzipped; dbl-click on the CSV file: The.CSV file opens directly in Excel (below). Expand column widths to view column titles. Discussion: Examine the Id2 column. The digits are the same Federal labeling strategy (34=New Jersey; 001=Atlantic Co., etc.) as that seen in the STFID column for Census Tracts. In some cases, the GIS analyst can use this column for Table Joins, but that is not the case here. We need to edit the SF3 table before trying to join it to Census Tract features. 8

9 Delete the original top row and re-label the former second row (now the NEW top row) Save the modified table As Atlantic_Co_median_house_income_99.xls: Select Cell A1 with the cursor (below); Save As a DB4 file (typically DBFs are more stable than Excel files in ArcMap) 9

10 Tell Excel Yes (below) you want to keep the workbook in a DB4 format Observe that the table format shifts from.xls to.dbf (see below) File > Close the dbf table. Say Yes (below) you want to save changes to the table: You may be prompted with the same do you want to save warning received earlier; say yes Close the now-empty Excel window, if necessary. 10

11 Step 4b Use Arc Catalog to Finish Preparing DBF for Table Join Discussion: Your instructor typically tries to make as many edits as possible outside of ESRI software. However, there are times when the GIS user needs to be able to comfortably utilize the editing capabilities of ESRI software in order to ensure data compatibility and interoperability. After all, it is ESRI software that is driving your productivity, not Microsoft. Open ArcCatalog (Start > All Programs > ArcGIS > ArcCatalog) Use the LH window to scroll to your folder; rt-click > Properties on the dbase table in the RH window (below): 11

12 In the dbase Table Properties window that appears, create a new field named ID2_TEXT, with a TEXT data type: Press Apply, OK to apply and Save the changes you have made to the table: You are returned back to the main Catalog tree window (see below); select the DBF table in the LH window and the Preview tab in the RH window to view table: 12

13 From the top part of the ArcCatalog window, select Geoprocessing > ArcToolbox: Select Data Management > Fields > dbl-click Calculate Field Select the DBF table and the Field that you are going to calculate : Click on the Field Calculator button on the RH side of the Expression line (above) 13

14 The Field Calculator will be used to populate the values under the ID2_TEXT column heading. This column has a TEXT data type you just defined in ArcCatalog, so it will act like a NOMINAL (naming) attribute. This data / attribute type is necessary in order to match the STFID values in the Census Tracts attribute table. Data types (see String, below) of a Primary Key MUST MATCH to achieve a successful join, just like the data values must match. The values of the ID2_TEXT column will be identical to values of the ID2 column. The expression that you create for the Field Calculator (below) is simple. Select the ID2 value from the list you are given (below); it will become part of the expression in the lower window: Press OK (above) when you are finished; this info is put into the Calculate Field window: Press OK (above) once the window is filled out 14

15 Compare values between ID2 and ID2_TEXT (see below); they should be identical: File > Exit; your changes to the DBF should be saved (automatically) within ArcCatalog. Step 4c OPTIONAL Confirm that ID2_TEXT is correctly formatted as Text Use MS Access to open Atlantic_Co_median_house_income_99.dbf. Confirm that the ID2_TEXT field is present, and the entries are accompanied by triangles (below): The triangles indicate that the numeric entries are in a text or string format. NOTE: Massaging your data into the right format is CRITICALLY important to the success of this GIS exercise and your own GIS work. Some tedious processes, such as the one just performed, prove to be the most STABLE and RELIABLE when using GIS. There is nothing more maddening than trying to work quickly, using shortcuts, only to find that they do NOT work. File > Exit the table (say NO if you are prompted to save changes) and exit MS Excel 15

16 Step 5 - Join SF3 household income data to census tracts and symbolize the results Start ArcMap; you may be prompted to select a map; select & Open from recent (below): Select File > Add Data 16

17 Scroll to your folder, select Atlantic_Co_median_house_income_99.dbf; press Add. The table appears in the Table of Contents (ToC) of ArcMap (below): 17

18 Rt-click on Atlantic_Co_Census_tracts in the ToC > Joins and Relates > Join (below); In the Join Data window (below), make the selections shown, press OK, say Yes to Indexing: 18

19 Rt-click on Atlantic_Co_Census_tracts in the ToC > Properties (below) Select Symbology > Quantities > Graduated Colors (below). In the Value Field, select MD_HS_INC_. We can refine the groupings even more; Select Classify (below) 19

20 In Classification (below), set Method to Defined Interval, Interval Size to Press OK When the Symbology screen returns (below), press Apply, then OK 20

21 The ArcMap view returns (below) (HINT: Turn OFF Roads to better see tracts): Rt-click on Atlantic_Co_Census_tracts > Open Attribute Table. Select the black arrow next to Table Options (below) > Select by Attributes 21

22 Build the following query that selects all Census Tracts with >= $60,000 annual income (use the mouse and/or buttons whenever possible to minimize error); Press Apply: Select the attribute criteria on which to base query (income) Select Boolean operator greater than or equal to Type Press show selected records in the attribute table (below); 3 CTs fit the criteria: File > Save your project 22

23 Step 6 - Clip Atlantic_Co_Roads with Selected Atlantic_Co_Census_Tracts You will use a geoprocessing technique clipping - to isolate streets for mass mailing. Turn on Atlantic_Co_Roads and choose a line color that you like From the top menu bar ArcMap, select Geoprocessing > dbl-click Clip (see below) Use either black arrows or pulldown menus to select the roads as the input features to be clipped by the clip features (polygons [census tracts in which annual household income is >= $60,000] that will clip out roads like a cookie-cutter clips out pieces of dough): 23

24 For the Output Feature class (aka shapefile ), scroll to your folder, type a name for the new features such as target_streets; press Save The Clip window returns (below) filled with necessary information; press OK The map re-appears (turn off Roads) with street segments highlighted for the mailing campaign: 24

25 Step 7 Create a layout, Export it as a.jpg, and write up your exercise Discussion: This exercise has shown you where you can obtain excellent, detailed demographic data at no cost and how you can combine these data with spatial features such as census tracts for better visualization of potential markets that you want to reach in order to grow your business. Also, you have used a geoprocessing tool ( clip ) that enables you to effectively isolate areas of interest for targeted outreach. These tools and techniques can improve the way we reach ANY population segment of interest, be it for business, health science, or other reasons. Marketing extends far beyond business per se. Procedure: Create a layout with the usual important items: o Title o North arrow o Scale bar (units in MILES) o Legend Use File > Export to create a.jpg image of the layout: Insert the.jpg as a picture into an MS Word writeup of this exercise. Describe your procedure, and what you liked and/or didn t like about this exercise. IMPORTANT: For full credit, describe at least ONE way that YOU could incorporate these techniques into an outreach or marketing effort that you might undertake in your major or chosen profession. Submit your work according to the latest directions (typically through Blackboard) Due Date: Approximately 2 weeks from the date assigned. Consult your syllabus for details. 25

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

Step 2. Open ArcMap, set Projection to State Plane NAD 83 Feet Apply

Step 2. Open ArcMap, set Projection to State Plane NAD 83 Feet Apply GIS III Exercise 01 Create a Database & Map Urban Land Use Jan 2010 Student Learning Outcomes: Import table data into an MS Access database; NOTE: DOS 8.3 naming is required for files being imported into

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

2. Look for a link to ODESI data portal. In the Key Links section in the left side and double click ODESI Data Retrieval.

2. Look for a link to ODESI data portal. In the Key Links section in the left side and double click ODESI Data Retrieval. Guide to convert census data from ODESI into GIS data ODESI, acronym for Ontario Data Documentation, Extraction Service and Infrastructure, is a web-based data exploration, extraction and analysis tool

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

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

Exercise 3: Building a GIS data library

Exercise 3: Building a GIS data library The Scenario You are preparing for an interview for a GIS position for a particular county. They asked that you present a GIS demonstration as part of your interviewing process. You decide to develop a

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 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

Tutorial 5: Summarizing Tabular Data Florida Case Study

Tutorial 5: Summarizing Tabular Data Florida Case Study Tutorial 5: Summarizing Tabular Data Florida Case Study This tutorial will introduce you to the following: Identifying Attribute Data Sources for Health Data Converting Tabular Data into Usable Databases

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

Getting Census Data into ArcMap or ArcView. Obtaining Shapefiles from ESRI and Data from the Census Bureau

Getting Census Data into ArcMap or ArcView. Obtaining Shapefiles from ESRI and Data from the Census Bureau Obtaining Shapefiles from ESRI and Data from the Census Bureau 1) Download the boundary shapefile from the ESRI website: http://arcdata.esri.com/data/tiger2000/tiger_download.cfm. Select the area that

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

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

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

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

GeoLytics. User Guide for Business Demographics & Historical Business Demographics

GeoLytics. User Guide for Business Demographics & Historical Business Demographics GeoLytics User Guide for Business Demographics & Historical Business Demographics Contents A. Installation 1 B. Introduction 2 C. Five Steps to Producing Files and Maps 2 1. Name your File 2 2. Select

More information

How to Concatenate Cells in Microsoft Access

How to Concatenate Cells in Microsoft Access How to Concatenate Cells in Microsoft Access This tutorial demonstrates how to concatenate cells in Microsoft Access. Sometimes data distributed over multiple columns is more efficient to use when combined

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

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

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

Getting Started With Mortgage MarketSmart

Getting Started With Mortgage MarketSmart Getting Started With Mortgage MarketSmart We are excited that you are using Mortgage MarketSmart and hope that you will enjoy being one of its first users. This Getting Started guide is a work in progress,

More information

Groundwater Chemistry

Groundwater Chemistry Mapping and Modeling Groundwater Chemistry By importing Excel spreadsheets into ArcGIS 9.2 By Mike Price, Entrada/San Juan, Inc. In ArcGIS 9.2, Microsoft Excel spreadsheet data can be imported and used

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

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

NetCDF Tutorial. Copyright 1995-2010 Esri All rights reserved. Copyright 1995-2010 Esri All rights reserved. Table of Contents About the netcdf Tutorial............................... 3 Exercise 1: Displaying a raster layer from a netcdf file................... 4

More information

GEOGRAPHIC INFORMATION SYSTEMS Lecture 20: Adding and Creating Data

GEOGRAPHIC INFORMATION SYSTEMS Lecture 20: Adding and Creating Data Adding Existing Data Into ArcGIS - there are many different ways to get data into ArcGIS GEOGRAPHIC INFORMATION SYSTEMS Lecture 20: Adding and Creating Data Add Data - normally we use the Add Data button

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

ArcGIS. Tips and Shortcuts. for Desktop

ArcGIS. Tips and Shortcuts. for Desktop ArcGIS Tips and Shortcuts for Desktop Map Navigation Refresh and redraw the display. F5 Suspend the map s drawing. F9 Zoom in and out. Center map. Roll the mouse wheel backward and forward. Hold down Ctrl

More information

ArcGIS Tutorial: Adding Attribute Data

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

More information

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

Downloading RIT Account Analysis Reports into Excel

Downloading RIT Account Analysis Reports into Excel Downloading RIT Account Analysis Reports into Excel In the last lesson you learned how to access the Account Analysis detail and export it to Excel through the Account Analysis function. Another way to

More information

Census Data: Access, Mapping and Visualization

Census Data: Access, Mapping and Visualization Census Data: Access, Mapping and Visualization Trent University is a member of the Data Liberation Initiative (DLI), an agreement that provides academic institutions with access to otherwise restricted

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

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

Raster: The Other GIS Data

Raster: The Other GIS Data 04-Raster_Tutorial_Arcgis_93.Doc Page 1 of 11 Raster: The Other GIS Data Objectives Understand the raster format and how it is used to model continuous geographic phenomena Understand how projections &

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

Introduction to GIS Mapping and ESRI s ArcGIS Software

Introduction to GIS Mapping and ESRI s ArcGIS Software 01-Introduction To GIS Mapping And Arcgis 9.2 Software.Doc Page 1 of 25 Objectives Introduction to GIS Mapping and ESRI s ArcGIS Software In this exercise you are introduced to the ArcMap interface and

More information

Microsoft Office Access 2007 Basics

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

More information

Introduction to Microsoft Access 2003

Introduction to Microsoft Access 2003 Introduction to Microsoft Access 2003 Zhi Liu School of Information Fall/2006 Introduction and Objectives Microsoft Access 2003 is a powerful, yet easy to learn, relational database application for Microsoft

More information

Modifying Colors and Symbols in ArcMap

Modifying Colors and Symbols in ArcMap Modifying Colors and Symbols in ArcMap Contents Introduction... 1 Displaying Categorical Data... 3 Creating New Categories... 5 Displaying Numeric Data... 6 Graduated Colors... 6 Graduated Symbols... 9

More information

Results CRM 2012 User Manual

Results CRM 2012 User Manual Results CRM 2012 User Manual A Guide to Using Results CRM Standard, Results CRM Plus, & Results CRM Business Suite Table of Contents Installation Instructions... 1 Single User & Evaluation Installation

More information

Quick Start Guide to. ArcGISSM. Online

Quick Start Guide to. ArcGISSM. Online Quick Start Guide to ArcGISSM Online ArcGIS Online Quick Start Guide ArcGIS SM Online is a cloud-based mapping platform for organizations. Users get access to dynamic, authoritative content to create,

More information

Creating a Participants Mailing and/or Contact List:

Creating a Participants Mailing and/or Contact List: Creating a Participants Mailing and/or Contact List: The Limited Query function allows a staff member to retrieve (query) certain information from the Mediated Services system. This information is from

More information

Web GIS User Guide MainStreetGIS, LLC

Web GIS User Guide MainStreetGIS, LLC Web GIS User Guide MainStreetGIS, LLC www.mainstreetgis.com Navigation There are two ways to navigate the map interface: 1. Activate one of the map tools a. Zoom In Tool Activate the tool, then click on

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

Merging Labels, Letters, and Envelopes Word 2013

Merging Labels, Letters, and Envelopes Word 2013 Merging Labels, Letters, and Envelopes Word 2013 Merging... 1 Types of Merges... 1 The Merging Process... 2 Labels - A Page of the Same... 2 Labels - A Blank Page... 3 Creating Custom Labels... 3 Merged

More information

A Workflow for Creating and Sharing Maps

A Workflow for Creating and Sharing Maps A Workflow for Creating and Sharing Maps By Keith Mann, Esri What You Will Need Item Source ArcGIS Online for Organizations subscription ArcGIS 10.1 for Desktop (Any license level) ArcGIS Spatial Analyst

More information

How to Import Data into Microsoft Access

How to Import Data into Microsoft Access How to Import Data into Microsoft Access This tutorial demonstrates how to import an Excel file into an Access database. You can also follow these same steps to import other data tables into Access, such

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

4.4 Table Joins. Exploring Student Populations Joining Excel Table Data to an Attribute. Cherie Aukland Email Sandy Stephenson Email

4.4 Table Joins. Exploring Student Populations Joining Excel Table Data to an Attribute. Cherie Aukland Email Sandy Stephenson Email 4.4 Table Joins Exploring Student Populations Joining Excel Table Data to an Attribute Cherie Aukland Email Sandy Stephenson Email Summary of skills covered: Data needed: Equipment and Software needed:

More information

Geocoding and Buffering Addresses in ArcGIS

Geocoding and Buffering Addresses in ArcGIS INTRODUCTION and Buffering Addresses in ArcGIS is the process of assigning location coordinates in a continuous, globlal reference system (Latitude and Longitude, for instance) to street addresses. While

More information

Creating and Managing Online Surveys LEVEL 2

Creating and Managing Online Surveys LEVEL 2 Creating and Managing Online Surveys LEVEL 2 Accessing your online survey account 1. If you are logged into UNF s network, go to https://survey. You will automatically be logged in. 2. If you are not logged

More information

How to use Microsoft Access to extract data from the 2010 Census P.L. 94 171 Summary Files

How to use Microsoft Access to extract data from the 2010 Census P.L. 94 171 Summary Files How to use Microsoft Access to extract data from the 2010 Census P.L. 94 171 Summary Files This document provides a step by step example of how to use the Census Bureau provided Microsoft Access database

More information

Mail Merge Creating Mailing Labels 3/23/2011

Mail Merge Creating Mailing Labels 3/23/2011 Creating Mailing Labels in Microsoft Word Address data in a Microsoft Excel file can be turned into mailing labels in Microsoft Word through a mail merge process. First, obtain or create an Excel spreadsheet

More information

MAIL MERGE MADE EASY A STEP-BY-STEP GUIDE FOR LABELS OR EMAIL MERGES

MAIL MERGE MADE EASY A STEP-BY-STEP GUIDE FOR LABELS OR EMAIL MERGES MAIL MERGE MADE EASY A STEP-BY-STEP GUIDE FOR LABELS OR EMAIL MERGES WHY MAIL MERGE? Labels: Mail merge in Office lets you convert your contact list data into a sheet of mailing labels, with complete control

More information

Creating a table of contents quickly in Word

Creating a table of contents quickly in Word Creating a table of contents quickly in Word This note shows you how to set up a table of contents that can be generated and updated quickly and easily, even for the longest and most complex documents.

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

GIS IN ECOLOGY: GIS PROJECT ISSUES

GIS IN ECOLOGY: GIS PROJECT ISSUES GIS IN ECOLOGY: GIS PROJECT ISSUES Contents Introduction... 2 Conducting a GIS Analysis... 2 GIS File Management and Software... 3 Course Data Sources... 6 Tasks... 7 Copying GIS Data... 7 Managing Data

More information

BLM Personnel & REA Collaborator Access. Accessing REA Data, Maps, & Models through SharePoint

BLM Personnel & REA Collaborator Access. Accessing REA Data, Maps, & Models through SharePoint Accessing REA Data, Maps, & Models through SharePoint BLM Personnel & REA Collaborator Access To access REA data and map services through the BLM network, follow the steps provided below. They will take

More information

How To Create A Campaign On Facebook.Com

How To Create A Campaign On Facebook.Com Seriously powerful email marketing, made easy Table of Contents DOTMAILER QUICK START GUIDE... 3 Main Screen... 4 Getting Started... 6 STEP 1: CAMPAIGN SETTINGS... 7 STEP 2: CAMPAIGN CONTENT... 8 Editing

More information

Data Interoperability Extension Tutorial

Data Interoperability Extension Tutorial Data Interoperability Extension Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents About the Data Interoperability extension tutorial...................... 3 Exercise 1: Using direct-read

More information

Creating Personal Web Sites Using SharePoint Designer 2007

Creating Personal Web Sites Using SharePoint Designer 2007 Creating Personal Web Sites Using SharePoint Designer 2007 Faculty Workshop May 12 th & 13 th, 2009 Overview Create Pictures Home Page: INDEX.htm Other Pages Links from Home Page to Other Pages Prepare

More information

HELCOM Data and Map Service. User Manual

HELCOM Data and Map Service. User Manual HELCOM Data and Map Service User Manual Version 2.2 - February 2015 1 Table of contents 1. General Information... 3 1.1 Background... 3 1.2 Technical requirements... 3 1.3 Contact... 3 2. Accessing HELCOM

More information

IST 195 Lab 11: MS Access

IST 195 Lab 11: MS Access Title of lab: Microsoft Access 2010 IST 195 Lab 11: MS Access Learning goal: Databases are collections of information, and database programs are designed to maintain data in structured tables. In this

More information

BID2WIN Workshop. Advanced Report Writing

BID2WIN Workshop. Advanced Report Writing BID2WIN Workshop Advanced Report Writing Please Note: Please feel free to take this workbook home with you! Electronic copies of all lab documentation are available for download at http://www.bid2win.com/userconf/2011/labs/

More information

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9.

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9. Working with Tables in Microsoft Word The purpose of this document is to lead you through the steps of creating, editing and deleting tables and parts of tables. This document follows a tutorial format

More information

Search help. More on Office.com: images templates

Search help. More on Office.com: images templates Page 1 of 14 Access 2010 Home > Access 2010 Help and How-to > Getting started Search help More on Office.com: images templates Access 2010: database tasks Here are some basic database tasks that you can

More information

Microsoft Word 2011: Create a Table of Contents

Microsoft Word 2011: Create a Table of Contents Microsoft Word 2011: Create a Table of Contents Creating a Table of Contents for a document can be updated quickly any time you need to add or remove details for it will update page numbers for you. A

More information

Microsoft Office. Mail Merge in Microsoft Word

Microsoft Office. Mail Merge in Microsoft Word Microsoft Office Mail Merge in Microsoft Word TABLE OF CONTENTS Microsoft Office... 1 Mail Merge in Microsoft Word... 1 CREATE THE SMS DATAFILE FOR EXPORT... 3 Add A Label Row To The Excel File... 3 Backup

More information

Using Census Data, District Data, with GIS, SPSS, and Answer Tree to Identify possible populations to market to, and increase enrollments

Using Census Data, District Data, with GIS, SPSS, and Answer Tree to Identify possible populations to market to, and increase enrollments Using Census Data, District Data, with GIS, SPSS, and Answer Tree to Identify possible populations to market to, and increase enrollments Presented by Keith Wurtz Senior Research Analyst Chaffey Community

More information

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

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

More information

FRONTPAGE FORMS... ... ...

FRONTPAGE FORMS... ... ... tro FRONTPAGE FORMS........................................ CREATE A FORM.................................................................................. 1. Open your web and create a new page. 2. Click

More information

Cookbook for Importing Point Information into a Polygon Shapefile using ArcGIS9

Cookbook for Importing Point Information into a Polygon Shapefile using ArcGIS9 Cookbook for Importing Point Information into a Polygon Shapefile using ArcGIS9 I. Create a Master polygon shapefile. In addition to the FID field this shapefile must have a field containing a unique ID

More information

IRA Pivot Table Review and Using Analyze to Modify Reports. For help, email Financial.Reports@dartmouth.edu

IRA Pivot Table Review and Using Analyze to Modify Reports. For help, email Financial.Reports@dartmouth.edu IRA Pivot Table Review and Using Analyze to Modify Reports 1 What is a Pivot Table? A pivot table takes rows of detailed data (such as the lines in a downloadable table) and summarizes them at a higher

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

Version 3.0, April 16, 2012, updated for ArcGIS 10.0 Produced by the Geographic Information Network of Alaska http://www.gina.alaska.

Version 3.0, April 16, 2012, updated for ArcGIS 10.0 Produced by the Geographic Information Network of Alaska http://www.gina.alaska. Using the AlaskaMapped Web Services in ESRI ArcGIS Version 3.0, April 16, 2012, updated for ArcGIS 10.0 Produced by the Geographic Information Network of Alaska http://www.gina.alaska.edu AlaskaMapped

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

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click.

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click. EDIT202 Spreadsheet Lab Assignment Guidelines Getting Started 1. For this lab you will modify a sample spreadsheet file named Starter- Spreadsheet.xls which is available for download from the Spreadsheet

More information

Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms

Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms InfoPath 2013 Web Enabled (Browser) forms Creating Web Enabled

More information

Creating and Using Databases with Microsoft Access

Creating and Using Databases with Microsoft Access CHAPTER A Creating and Using Databases with Microsoft Access In this chapter, you will Use Access to explore a simple database Design and create a new database Create and use forms Create and use queries

More information

Microsoft Office Word 2013

Microsoft Office Word 2013 Microsoft Office Word 2013 Mail Merge and Creating Forms University Information Technology Services Training, Outreach & Learning Technologies Copyright 2014 KSU Department of University Information Technology

More information

Texas Wildfire Risk Assessment Portal (TxWRAP) User Manual. Texas A&M Forest Service

Texas Wildfire Risk Assessment Portal (TxWRAP) User Manual. Texas A&M Forest Service Texas Wildfire Risk Assessment Portal (TxWRAP) User Manual Texas A&M Forest Service October 2012 Table of Contents 1 ABOUT TXWRAP... 7 1.1 ACCESSING TXWRAP... 7 1.2 GETTING SUPPORT... 8 Documentation...

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

Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc.

Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc. Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for any problems arising from

More information

Section 4. Mastering Folders

Section 4. Mastering Folders Section 4 Mastering Folders About This Section Section 3: Working with Receipts introduced you to the Receipts Grid area of the Receipt Organizer window (the lower of the two grids). In the Receipts Grid,

More information

Introduction to Macromedia Dreamweaver MX

Introduction to Macromedia Dreamweaver MX Introduction to Macromedia Dreamweaver MX Macromedia Dreamweaver MX is a comprehensive tool for developing and maintaining web pages. This document will take you through the basics of starting Dreamweaver

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6.5 Content Author's Reference and Cookbook Rev. 110621 Sitecore CMS 6.5 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

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

HRS 750: UDW+ Ad Hoc Reports Training 2015 Version 1.1

HRS 750: UDW+ Ad Hoc Reports Training 2015 Version 1.1 HRS 750: UDW+ Ad Hoc Reports Training 2015 Version 1.1 Program Services Office & Decision Support Group Table of Contents Create New Analysis... 4 Criteria Tab... 5 Key Fact (Measurement) and Dimension

More information

Reading SSURGO Soils Data

Reading SSURGO Soils Data Reading SSURGO Soils Data Downloading SSURGO data 1. Download. You could google SSURGO download, or just go to the Soil Data Mart: http://soildatamart.nrcs.usda.gov/ a. Select the state (must be California

More information

Mail Merge. Course Description. Objectives: Design a Main Document. Design a Data Source. Directories. Merge the Main Document with the Data

Mail Merge. Course Description. Objectives: Design a Main Document. Design a Data Source. Directories. Merge the Main Document with the Data Mail Merge Course Description The Mail Merge feature allows you to combine items from a data source into a document. This allows you to create form letters, mailing labels, envelopes, etc. You also have

More information

Quick and Easy Web Maps with Google Fusion Tables. SCO Technical Paper

Quick and Easy Web Maps with Google Fusion Tables. SCO Technical Paper Quick and Easy Web Maps with Google Fusion Tables SCO Technical Paper Version History Version Date Notes Author/Contact 1.0 July, 2011 Initial document created. Howard Veregin 1.1 Dec., 2011 Updated to

More information

Rochester Institute of Technology. Oracle Training: Advanced Financial Application Training

Rochester Institute of Technology. Oracle Training: Advanced Financial Application Training Rochester Institute of Technology Oracle Training: Advanced Financial Application Training Table of Contents Introduction Lesson 1: Lesson 2: Lesson 3: Lesson 4: Creating Journal Entries using Excel Account

More information

Mitigation Planning Portal MPP Reporting System

Mitigation Planning Portal MPP Reporting System Mitigation Planning Portal MPP Reporting System Updated: 7/13/2015 Introduction Access the MPP Reporting System by clicking on the Reports tab and clicking the Launch button. Within the system, you can

More information

Getting an ArcGIS Online account, creating a web map with the ArcGIS.com Map Viewer, loading and a shapefile, and then sharing options, step-by-step.

Getting an ArcGIS Online account, creating a web map with the ArcGIS.com Map Viewer, loading and a shapefile, and then sharing options, step-by-step. Getting an ArcGIS Online account, creating a web map with the ArcGIS.com Map Viewer, loading and a shapefile, and then sharing options, step-by-step. OK, so to start, point your browser to http://www.arcgis.com,

More information

Advanced Excel Charts : Tables : Pivots : Macros

Advanced Excel Charts : Tables : Pivots : Macros Advanced Excel Charts : Tables : Pivots : Macros Charts In Excel, charts are a great way to visualize your data. However, it is always good to remember some charts are not meant to display particular types

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6.2 Content Author's Reference and Cookbook Rev. 091019 Sitecore CMS 6.2 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

Publishing Geoprocessing Services Tutorial

Publishing Geoprocessing Services Tutorial Publishing Geoprocessing Services Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents Tutorial: Publishing a geoprocessing service........................ 3 Copyright 1995-2010 ESRI,

More information

Designing a Census Database for Use With GIS

Designing a Census Database for Use With GIS Metropolitan Design Center Technical Paper Series, Number 3 - October 2005 Designing a Census Database for Use With GIS Joel Koepp, Research Fellow Review Version Designing a Census Database for Use with

More information

Tutorial. VISUALIZATION OF TERRA-i DETECTIONS

Tutorial. VISUALIZATION OF TERRA-i DETECTIONS VISUALIZATION OF TERRA-i DETECTIONS. Suggested citation: PAZ-GARCIA, P. & COCA-CASTRO, A. (2014) Visualization of Terra-i detections. for the Terra-i project. Version 2. Getting started Before beginning,

More information