INTRODUCTION TO GIS WORKSHOP EXERCISE

Size: px
Start display at page:

Download "INTRODUCTION TO GIS WORKSHOP EXERCISE"

Transcription

1 111 Mulford Hall, College of Natural Resources, UC Berkeley (510) INTRODUCTION TO GIS WORKSHOP EXERCISE This exercise is a survey of some GIS and spatial analysis tools for ecological and natural science research. You will explore your GIS data, create a new shapefile, do simple geoprocessing analyses, and create and export a map. The data you will be using for this exercise can be found in C:\Workspace\Moorea\Tahoe. You will be using this folder throughout this exercise, and will often be referred to as your working folder. These are important points that you should read before you go any further! These are informative tips that may help you in the future! You will be working with the following datasets that are available for free at (all except for the samples and the water quality data which is fictitious). All data is in UTM Zone 10, NAD 27 = projection is Universal Transverse Mercator (UTM) Zone 10, and datum is North American Datum (NAD) More information can be found through the metadata links on the website listed above. GPS_locations.dbf DBF file containing GPS coordinates you collected in the field. There are three fields: sample ID, Easting (which is the X- coord), and Northing (which is the Y-coord). water_quality.dbf DBF file containing water quality measurements you collected in the field. There are four fields: sample ID, ph, water temperature (Temp), and dissolved oxygen (DO). 24k_roads.shp (shapefile format) Line shapefile containing roads. 24k_hypso.shp (shapefile format) Line shapefile containing hypsographic contours, which are elevation contours. Hydrography.mdb (geodatabase format) Geodatabase, which contains two polygon datasets: Rivers_24k and Lakes_24k (Note that these were originally shapefiles when downloaded from the USGS; I converted to geodb to give you practices using them.) soils.shp (shapefile format) Polygon shapefile containing a soil map surveys. census.shp (shapefile format) This is a polygon shapefile containing 1999 census data including population densities and other data. nlcd_tahoe.tif (TIF format) National Land Cover Dataset of the Tahoe Region. The spatial resolution is 30 m. dembathy (GRID format) Digital Elevation Model (DEM), including bathymetry of Lake Tahoe. The spatial resolution is 10 m. dem_hillshade.jpg (Georeferenced JPEG format) Hillshade created from the DEM and bathymetry. The spatial resolution is 10 m. DRG_24k.sid (MrSID format) Digital Raster Graphic (DRG), which is basically a digital USGS topo map. landsat321.tif (TIF format) Landsat 7 satellite image of the Earth s surface around Lake Tahoe. Only the red, green, and blue bands are provided here, but you can download all bands at the website above. The spatial resolution is 30 m.

2 There are also some layers in the data folder with _symbology.lyr as part of the name. These are pre-set symbology for certain layers. Add Data 1. Open ArcMap 10 from the desktop icon, or by going to Start All Programs ArcGIS ArcMap.. 2. Click Cancel when the Getting Started Window appears to start with a A New Empty Map Then, click on the Add Data button 3. In the Add Data window, click on the Connect To Folder button: 4. Navigate to C:\Workspace\ Moorea\Tahoe, and click OK. The folder s contents should appear in the window (below).

3 5. Add all of the following layers to ArcMap: dem_hillshade.jpg dembathy DRG_24k.sid landsat321.tif nlcd_tahoe.lyr To select more than one at a time, use the Ctrl key on your keyboard. The data layers are added to your Table of Contents and appear in your Map window. Check off and on the boxes to the left of the layer name. Experiment with moving the layers in different orders (shown at the right). You can also collapse and expand a layer s legend using the toggle switch.

4 6. Click Add Data button again, and add the following data layers: 24k_hypso_symbology.lyr 24k_roads_symbology.lyr soils_symbology.lyr If a little red exclamation point appears next to the layer, and the layer doesn t appear in the map, it is because the link between the.lyr file and the shapefile is broken. Simply click on the red exclamation point, and navigate to the correct file. These layer files contain stored symbology for certain shapefiles. Notice that in the Table of Content list, it doesn t say _symbology.lyr That is because each symbology layer is linked to its shapefile. 7. Click Add Data button again, and add the following data layers: census.shp Lakes_24k (inside Hydrology.mdb) Rivers_24k (inside Hydrology.mdb) 9. Once you ve added all the files listed above in the folder, go to the File Save. Or Click on the Save icon: Since ArcMap has been known to crash, it is a good idea to save your work regularly. For this exercise, name your.mxd project something unique, with your name in it, and save it in the Tahoe directory. Use the zoom and pan tools, the identify tool, and the find tool to explore and browse the data. Zoom in Pan Fixed Zoom in Zoom Back Select Pointer Measure Distances Find XY Locatiopns Zoom out Full Extent Fixed Zoom out Zoom Clear Forward Selected Identify Find Change the layer properties 1. Right-click on the layer: Lakes_24k. A context menu appears Stop for a minute and look at the options in this context menu This menu is very necessary in ArcMap for several reasons: 2. You open the layer s attribute table by clicking Open Attribute Table 3. You can zoom to the extent by clicking Zoom To Layer 4. You can export the layer to another layer by clicking Data Export Data 5. You can change how the layer looks and acts under Properties 2. Choose Properties to open the Layer Properties. The Layer Properties dialog appears. Each layer has its own Layer Properties. 3. Click on the General tab. Change the Layer Name to something clear and concise this revises the way the Layer List, or Table of Contents, looks in ArcMap, and consequently the map legend later in the exercise. It does not, however, change the name of the data file.

5 4. Next, click on the Symbology tab. Click the symbol selector button, and change the symbol to a more appropriate one. Optional: For even more symbols, click on the More Symbols button to bring up a list of additional symbol sets. You can also click Properties and fine-tune your symbols even more!

6 5. In the soils layer properties, click the Display tab, and change the transparency level to be 75%. This allows for better viewing of multiple layers on top of each other. 6. Next, go through all of your layers, and give all the layers appropriate names, symbols, and labels. Experiment! For example, try playing with transparency of elevation and/or hillshade for a 3D effect (below).

7 Create new point shapefile with GPS coordinates Many times we have an Excel or DBF spreadsheet with GPS coordinates, field sample data, or other information on it that we want to put into a GIS. 1. Click the Add Data button: 2. Add the GPS_locations.dbf to ArcMap. Right-click on GPS_locations.dbf in the Layer TOC, and choose Display XY Data In the Display XY Data dialog, choose Easting for the X Field and Northing for the Y Field. The Coordinate System should automatically recognize that we are NAD_1927_UTM_Zone_10N, but if it does not, you can set it manually by clicking the EDIT button, and search for NAD_1927_UTM_Zone_10N. You ll then have to click to open each folder until you see the result that can be selected. Search here Click through folders and select the result

8 The result is a GPS_locations Events layer listed in the TOC. 4. Right-click on this Events layer and Zoom to layer. Since this is an Events layer, and not a permanent dataset, we must save it. 5. Right-click again on the Events layer, and go to Data > Export Data 6. Save your new GPS locations as a shapefile called GPS_Points.shp in the working directory. Click Yes to add your new shapefile to your project. You can now remove the Events layer if you wish. You have now created a GIS shapefile from your spreadsheet with GPS coordinates! One last step: at the top of the Layer TOC, you will see several icons : List by Drawing Order, List by Source, List by Visibility, List by Selection, and Options. The purposes of these are for Drawing Order (the layer names, TOC order, etc.), for source (so you can see where datasets are located on your computer), and for selection (so you can easily make a layer selectable or not). You will not be able to change the drawing order while in source mode.

9 Join a table to a shapefile Next, you want to join water quality data that you collected in the field to the GPS_Points shapefile you just made. 1. Add waterqual.dbf to your project. 2. In the TOC, Right-click on GPS Points layer, and go to Joins and Relates Select Join 3. In the Join Data window, choose to Join attributes from a table, and choose ID as the unique identifier in both the GPS Points shapefile and the waterqual.dbf (these must match one-to-one, or a proper join won t work!) 4. Click OK. If you are asked the question about whether to build an index, Click Yes. This just helps speed up the connection between the two datasets. 5. In the Layer TOC, right-click on GPS_Points and click Open Attribute Table. Before the join, the only fields were ID, Easting, and Northing. Now you have additional water quality fields (OID, ID, PH, TEMP, and DO) from the waterqual.dbf. These new fields are circled on the following page.

10 You can perform joins with data in Excel, Access, or other spreadsheet or database files, whenever you want to attach, or join the data to the shapes in the shapefile. In order to make these water quality fields a permanent part of GPS_Points, you must perform one last step. 7. Close the attribute table, and right-click on GPS_Points, and go to Data > Export Data and save the dataset as a new shapefile called GPS_Points_WaterQual.shp. Explore the Attributes 1. In the Layer List, right-click on the GPS_Points_WaterQual points layer, and choose Open Attribute Table The attribute table for the GPS_Points_WaterQual points layer opens. An attribute table is a database file (similar to Excel) that has a record for each feature of the layer, whether it is a point, line, or polygon. These data are called attributes.

11 Move the attribute table so that you can see both the lake map and the table. 2. Click on the row heading of any random GPS point in the attribute table. The row is highlighted, or selected, as is the corresponding geographic point. This is how the geographic and tabular data are linked. 3. Under the Selection icon in the Layer TOC, right click GPS_Points_ WaterQual, and choose Make this the only selectable layer Then click on the select tool in the toolbar and draw a box around several points in the middle of the lake (pictured below). Note that in ArcGIS 10, you can also select by Polygon, Lasso, Circle, or line.

12 To clear selected features, click the button. 4. Click on the Table Options button in the attribute table, and choose Select by Attributes In the window that appears, build a query for points that have low dissolved oxygen, by following the steps below: a. Double-click on DO (may also be called waterqual.do ) b. Single-click on < c. Click on Get Unique Values. All the unique values for DO appear. d. Double-click on 8.6 This is how to build a query. Build more queries, finding out where other high or low levels of ph or temperature exist! Click Apply. Notice that some samples on the edges of the lakes are selected. Interesting how the edges of the lake have the lowest dissolved oxygen! (see picture below) In ArcMap, whenever one or more features in a layer are selected, any task/tool/process you run on that layer, it will ONLY be processed on those particular selected features (and not all the features in the layer).

13 When you are done querying the data, go to the Table Options button and click Clear Selection. This will unselect all selected points. 5. Calculate statistics on a column. Open the attribute table for GPS_Points_WaterQual if it is not already open. a. Right-click on the TEMP field column name, and choose Statistics (Note: you can only run statistics on numerical fields!) b. The results appear, along with a frequency distribution of the values. You can use the field drop-down menu to view statistics for any numerical field in the attribute table.

14 6. The Summarize tool is useful for polygon datasets, where you want to summarize a numerical variables across categories. a. Open the attribute table for the soils layer. b. Right-click on the field column heading for MUNAME, and choose Summarize The Summarize window appears, where you can summarize the characteristics of any other field for each unique MUNAME. c. Check the Minimum, Maximum, Average, and Sum for the AREA. Sum is important as it s the total area covered by that soil type. Min. and Max. are important as it define the range of patch size. Average is important because it describes the average patch size. Count is also calculated, which tells the number of patches for that soil type. d. Click OK, and then click Yes to add the table to your project. e. The Sum_Output.dbf is added to your Layer TOC. Right-click and Open the table.

15 Perform Simple Spatial Analyses 1. Clip the census layer to the extent of the other layers. You may have noticed that the census layer includes more land than our study site consists of. We want to CLIP the census layer to match the other layers. a. In ArcToolbox, go to Analysis Tools Extract Clip, and double-click on Clip. b. For the Input Features, choose the census layer. c. For the Clip Features, choose the soils layer. d. Use the button for Output Feature Class to choose the folder and name for your output. Give your new clipped census layer a name, such as census_clipped.shp. e. Click OK. The clipped census layer is added to the Layers TOC. You can now remove the previous unclipped census layer. The CLIP tool is very useful for clipping large datasets down so that it only encompasses your study site!

16 2. Buffer your GPS points. a. In ArcToolbox, go to Analysis Tools Proximity Buffer. b. Choose the GPS_Points_WaterQual layer as the Input Features, and save the Output feature class to: C:\WorkSpace\Moorea\Tahoe\GPS_Buffer.shp c. Choose your buffer radius. The example below shows 1000 m buffer radius. d. Choose to Dissolve NONE so that there is a separate buffer for each GPS point. You can also try it with dissolved buffer too. Try it for lines and polygons too!

17 3. Calculate distance to Nearest river. a. In ArcToolbox, go to Analysis Tools Proximity Near. b. Choose the GPS_Points_WaterQual layer as the Input Features. c. Choose the Rivers layer as the Near Features. d. Choose your search radius. The example below shows 10 *miles* search radius. The results are joined to the GPS_Points_WaterQual layer. Open the table to view for each GPS point the River feature ID ( NEAR_FID ) that is closest and how close it is ( NEAR_DIST ). All of the entries should have values. A value of -1 indicates that there were no features within the given search radius.

18 4. Calculate a surface showing road density. This function uses the Spatial Analyst Extension. Before proceeding, verify that this extension is activated by going to Customize Extensions in the File drop down menu. You will see a list of available extensions, be sure that Spatial Analyst is checked active before closing. a. In ArcToolbox, go to Spatial Analyst Tools Density Line Density. b. Choose the Roads layer as the Input Features. c. Choose the RD_ID as the Population field. Save the output raster to: C:\WorkSpace\Moorea\Tahoe\road_density.tif d. Choose an output cell size of 500 m. e. Choose a search radius of 10,000 m.

19 3. Interpolate a surface water quality concentrations. There are many interpolation algorithms you can choose from. a. In ArcToolbox, go to Spatial Analyst Tools Interpolation Natural Neighbor. b. Choose the GPS_Points_WaterQual layer as the Input Point Features. c. Choose the DO as the Z value field. Save the file to: C:\WorkSpace\Moorea\Tahoe\DO_interpolate.tif d. Choose an output cell size of 100 m. Try it again with different interpolation algorithms, and with the other water quality parameters.

20 Create a choropleth map 1. Go to the Layer properties for your clipped census layer. 2. Under the Symbology tab, choose to show Graduated colors under Quantities (see below). 3. Choose to show the Value of TOTPOP (Total Population), in order to see if population has an effective on DO or ph through pollution and nutrient loading. Any numeric characteristic can be mapped using choropleth maps. They are very common for displaying census data.

21 Create graduated symbols 1. In the Layer Properties of the GPS points shapefile, go to the Symbology tab. 2. In the left-hand side panel, choose to show Graduated symbols (under Quantities). 3. Choose which field to use as the Value with which to populate the graduated symbols. 4. Change the symbol size range, the symbol template 5. To change the classification scheme, click Classify and open the Classification dialog. Otherwise, click Apply to see the results on your map. In the Classification dialog, you can change the method of classification (to represent the graduated ranges differently), and the number of classes. Create a map Switch over to Layout View, by either clicking on the little icon for the Layout View on the bottom-left of your map window, or by going to the View menu Layout View. Zoom in Pan Zoom to 1:1 Fixed Zoom out Zoom Forward Zoom out Full Fixed Extent Zoom in Zoom Back Percent Shrink to Fit

22 Notice that your Layout Toolbar is automatically added. The Layout Toolbar has navigation tools (zooming, panning, etc.) for the layout map, not the data view map. This is the big difference between the data tools and the layout tools. This can take some getting used to at first: you use the data tools in the data view, and the layout tools in the layout view. 1. To insert a legend, go to the Insert menu Legend Follow the wizard through step-by-step to make the legend look the way you want it. Re-size your map area to make room for the legend, if you prefer. 2. To insert text, a north arrow and a scale bar, go to the Insert menu, and choose what you want. Note: ArcMap places your map elements in the center of your map at first, and you have to move them to where you want. So look carefully when you ve added an element sometimes it s hard to see them in front of your map! The legend is linked to your Layer List if you change a name or symbol in the Layer List, the legend is updated!

23 Export your map 1. Go to the File menu Export Map... and change the Save as type to PDF. Use a unique name, with your name in the name. Click Options to change the output resolution. 300dpi is a high quality output resolution for printing (below).

All data is in Universal Transverse Mercator (UTM) Zone 6 projection, and WGS 84 datum.

All data is in Universal Transverse Mercator (UTM) Zone 6 projection, and WGS 84 datum. 111 Mulford Hall, College of Natural Resources, UC Berkeley (510) 643-4539 EXPLORING MOOREA DATA WITH QUANTUM GIS In this exercise, you will be using an open-source FREE GIS software, called Quantum GIS,

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

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

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

Explore some of the new functionality in ArcMap 10

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

More information

GIS 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

Tutorial 1: Downloading elevation data

Tutorial 1: Downloading elevation data Tutorial 1: Downloading elevation data Objectives In this exercise you will learn how to acquire elevation data from the website OpenTopography.org, project the dataset into a UTM coordinate system, and

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

In this lab, you will create two maps. One map will show two different projections of the same data.

In this lab, you will create two maps. One map will show two different projections of the same data. Projection Exercise Part 2 of 1.963 Lab for 9/27/04 Introduction In this exercise, you will work with projections, by re-projecting a grid dataset from one projection into another. You will create a map

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

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

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

A Practical Guide to Using QGIS

A Practical Guide to Using QGIS A Practical Guide to Using QGIS 1.1 INTRODUCTION Quantum GIS (QGIS) is a useful mapping software that enables the compilation and displaying of spatial data in the form of a map. Gaining experience in

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

Basic Tasks in ArcGIS 10.3.x

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

More information

I. An Intro to ArcMap Version 9.3 and 10. 1) Arc Map is basically a build your own Google map

I. An Intro to ArcMap Version 9.3 and 10. 1) Arc Map is basically a build your own Google map I. An Intro to ArcMap Version 9.3 and 10 What is Arc Map? 1) Arc Map is basically a build your own Google map a. Display and manage geo-spatial data (maps, images, points that have a geographic location)

More information

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

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

More information

Using GIS to Site Minimal Excavation Helicopter Landings

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

More information

Lab 1: Introduction to ArcGIS

Lab 1: Introduction to ArcGIS Lab 1: Introduction to ArcGIS Objectives In this lab you will: 1) Learn the basics of the software package we will be using for the remainder of the semester, and 2) Discover the role that climate and

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

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

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

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

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

دورة تدريبية عن تطبيقات برنامج ARC GIS

دورة تدريبية عن تطبيقات برنامج ARC GIS دورة تدريبية عن تطبيقات برنامج ARC GIS مايو 2009 دورة تدريبيت عن تطبيقاث برنامج ARC GIS 2009 مايو Table of Contents Introduction... viii Module 1: Introduction to ArcGIS 9 Module Objectives... 1-1 ArcGIS

More information

Introduction to GIS 2011

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

More information

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

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

GIS IN ECOLOGY: CREATING RESEARCH MAPS

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

More information

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

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

GIS Workshop Spring 2016

GIS Workshop Spring 2016 1/ 14 GIS Geographic Information System. An integrated collection of computer software and data used to view and manage information about geographic places, analyze spatial relationships, and model spatial

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

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

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

Import, view, edit, convert, and digitize triangulated irregular networks

Import, view, edit, convert, and digitize triangulated irregular networks v. 10.1 WMS 10.1 Tutorial Import, view, edit, convert, and digitize triangulated irregular networks Objectives Import survey data in an XYZ format. Digitize elevation points using contour imagery. Edit

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

START>PROGRAMS>ARCGIS>

START>PROGRAMS>ARCGIS> Department of Urban Studies and Planning Spring 2006 Department of Architecture Site and Urban Systems Planning 11.304J / 4.255J GIS EXERCISE 2 Objectives: To generate the following maps using ArcGIS Software:

More information

GIS Virtual Workshop: Buffering

GIS Virtual Workshop: Buffering This workshop will teach the different methods of buffering data. They will include: Basic buffering of data Merging buffering zones Clipping the buffer Concentric rings around the object You will find

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

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

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

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

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 7: Tables Operations in ArcMap

Lab 7: Tables Operations in ArcMap 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

More information

GPS to GIS Tutorial Exploration of Native Plants

GPS to GIS Tutorial Exploration of Native Plants Grossmont College Introduction to GIScience NAME: Instructors: Curran & Goodman 1 GPS to GIS Tutorial Exploration of Native Plants 1. Create a folder on your USB drive titled: GPS1 2. Using your GPS receiver,

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

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

Map Library ArcView Version 1 02/20/03 Page 1 of 12. ArcView GIS

Map Library ArcView Version 1 02/20/03 Page 1 of 12. ArcView GIS Map Library ArcView Version 1 02/20/03 Page 1 of 12 1. Introduction 1 ArcView GIS ArcView is the most popular desktop GIS analysis and map presentation software package.. With ArcView GIS you can create

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

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

v Working with Rasters SMS 12.1 Tutorial Requirements Raster Module Map Module Mesh Module Time minutes Prerequisites Overview Tutorial

v Working with Rasters SMS 12.1 Tutorial Requirements Raster Module Map Module Mesh Module Time minutes Prerequisites Overview Tutorial v. 12.1 SMS 12.1 Tutorial Objectives This tutorial teaches how to import a Raster, view elevations at individual points, change display options for multiple views of the data, show the 2D profile plots,

More information

MODULE 1 BASIC LIDAR TECHNIQUES

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

More information

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

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

Feature Analyst Quick Start Guide

Feature Analyst Quick Start Guide Feature Analyst Quick Start Guide Change Detection Change Detection allows you to identify changes in images over time. By automating the process, it speeds up a acquisition of data from image archives.

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

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

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

City of La Crosse Online Mapping Website Help Document

City of La Crosse Online Mapping Website Help Document City of La Crosse Online Mapping Website Help Document This document was created to assist in using the new City of La Crosse online mapping sites. When the website is first opened, a map showing the City

More information

Lab 1: Exploring ArcMap and ArcCatalog In this lab, you will explore the ArcGIS applications ArcCatalog and ArcMap. You will learn how to use

Lab 1: Exploring ArcMap and ArcCatalog In this lab, you will explore the ArcGIS applications ArcCatalog and ArcMap. You will learn how to use Lab 1: Exploring ArcMap and ArcCatalog In this lab, you will explore the ArcGIS applications ArcCatalog and ArcMap. You will learn how to use ArcCatalog to find maps and data and how to display maps in

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

Select the Parks within Forest Acres

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

More information

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

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

Basics of Using LiDAR Data

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

More information

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

Development Authority of the North Country (DANC) Internet Mapping Application Instructions Public Viewer 1. Purpose. 2. Logging-in. 3.

Development Authority of the North Country (DANC) Internet Mapping Application Instructions Public Viewer 1. Purpose. 2. Logging-in. 3. Development Authority of the North Country (DANC) Internet Mapping Application Instructions Public Viewer 1. Purpose The purpose of this document is to outline basic functionality of the DANC Internet

More information

GY461 GIS 1: Environmental Campus Topography Project with ArcGIS 9.x

GY461 GIS 1: Environmental Campus Topography Project with ArcGIS 9.x I. Introduction GY461 GIS 1: Environmental In this project you will use data from a topographic survey of the USA campus to generate 2 separate maps: 1. A color-coded 2-dimensional topographic contour

More information

Practical Manual. Introduction Geo information Science (GRS 10306) B. Kempen, W.TH. ten Haaf (Ed.)

Practical Manual. Introduction Geo information Science (GRS 10306) B. Kempen, W.TH. ten Haaf (Ed.) Laboratory of Geographical Information Science and Remote Sensing Centre for Geo Information Introduction Geo information Science (GRS 10306) Practical Manual B. Kempen, W.TH. ten Haaf (Ed.) September

More information

CRC Website and Online Book Materials Page 1 of 16

CRC Website and Online Book Materials Page 1 of 16 Page 1 of 16 Appendix 2.3 Terrain Analysis with USGS DEMs OBJECTIVES The objectives of this exercise are to teach readers to: Calculate terrain attributes and create hillshade maps and contour maps. use,

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

Data Assembly, Part II. GIS Cyberinfrastructure Module Day 4

Data Assembly, Part II. GIS Cyberinfrastructure Module Day 4 Data Assembly, Part II GIS Cyberinfrastructure Module Day 4 Objectives Continuation of effective troubleshooting Create shapefiles for analysis with buffers, union, and dissolve functions Calculate polygon

More information

Soil texture: based on percentage of sand in the soil, partially determines the rate of percolation of water into the groundwater.

Soil texture: based on percentage of sand in the soil, partially determines the rate of percolation of water into the groundwater. Overview: In this week's lab you will identify areas within Webster Township that are most vulnerable to surface and groundwater contamination by conducting a risk analysis with raster data. You will create

More information

RASTER ANALYSIS GIS Analysis Winter 2016

RASTER ANALYSIS GIS Analysis Winter 2016 RASTER ANALYSIS GIS Analysis Winter 2016 Raster Data The Basics Raster Data Format Matrix of cells (pixels) organized into rows and columns (grid); each cell contains a value representing information.

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

A Second Look at DEM s

A Second Look at DEM s A Second Look at DEM s Overview Detailed topographic data is available for the U.S. from several sources and in several formats. Perhaps the most readily available and easy to use is the National Elevation

More information

ArcGIS Basics: Mapping the US

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

More information

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

CONTENTS 1 INTRODUCTION 3 ARCGIS 5 START ARCMAP 11 IMPORT 1: MAP DATA 12 ADD WIND FARM DATA 21 CREATE A MAP TO INSERT IN A REPORT 32

CONTENTS 1 INTRODUCTION 3 ARCGIS 5 START ARCMAP 11 IMPORT 1: MAP DATA 12 ADD WIND FARM DATA 21 CREATE A MAP TO INSERT IN A REPORT 32 CONTENTS CONTENTS 1 INTRODUCTION 3 SCENARIO 3 WHAT WILL I LEARN? 3 WHAT DATA DO I HAVE? 4 ARCGIS 5 ARCMAP 6 ARCCATALOG 8 ARCTOOLBOX 9 START ARCMAP 11 IMPORT 1:250000 MAP DATA 12 CREATE A GROUP LAYER 16

More information

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

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

More information

_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

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

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

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

Ex. 4: Locational Editing of The BARC

Ex. 4: Locational Editing of The BARC Ex. 4: Locational Editing of The BARC Using the BARC for BAER Support Document Updated: April 2010 These exercises are written for ArcGIS 9.x. Some steps may vary slightly if you are working in ArcGIS

More information

GIS Intro for G&G 304

GIS Intro for G&G 304 Geog_And_Epid.Doc Page 1 of 21 GIS Intro for G&G 304 Objectives By the end of this tutorial, you should understand: How to Open spatial data in ArcMap How to create a spatial data layer from tabular coordinates

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

Using ArcGIS 10.x Introductory Guide University of Toronto Mississauga Library Hazel McCallion Academic Learning Centre

Using ArcGIS 10.x Introductory Guide University of Toronto Mississauga Library Hazel McCallion Academic Learning Centre Using ArcGIS 10.x Introductory Guide University of Toronto Mississauga Library Hazel McCallion Academic Learning Centre FURTHER ASSISTANCE If you have questions or need assistance, please contact: Andrew

More information

Working with Elevation Data URPL 969 Applied GIS Workshop: Rethinking New Orleans After Hurricane Katrina Spring 2006

Working with Elevation Data URPL 969 Applied GIS Workshop: Rethinking New Orleans After Hurricane Katrina Spring 2006 Working with Elevation Data URPL 969 Applied GIS Workshop: Rethinking New Orleans After Hurricane Katrina Spring 2006 This GIS lab exercise will explore Light Detection And Ranging (LiDAR) data for New

More information

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

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

More information

v SMS Tutorials Working with Rasters Prerequisites Requirements Time Objectives

v SMS Tutorials Working with Rasters Prerequisites Requirements Time Objectives v. 12.2 SMS 12.2 Tutorial Objectives Learn how to import a Raster, view elevations at individual points, change display options for multiple views of the data, show the 2D profile plots, and interpolate

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

Objectives Learn how to work with projections in GMS, and how to combine data from different coordinate systems into the same GMS project.

Objectives Learn how to work with projections in GMS, and how to combine data from different coordinate systems into the same GMS project. v. 10.2 GMS 10.2 Tutorial Working with map projections in GMS Objectives Learn how to work with projections in GMS, and how to combine data from different coordinate systems into the same GMS project.

More information

What s New in Desktop 10.1

What s New in Desktop 10.1 What s New in Desktop 10.1 Damian Spangrud Esri Redlands Trip Down Memory Lane ArcGIS A Complete System for Geographic Information Cloud Web Online Mobile Enterprise Desktop Sharing Information sharing

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

RASTER ANALYSIS S H A W N L. P E N M A N E A R T H D A T A A N A LY S I S C E N T E R U N I V E R S I T Y O F N E W M E X I C O

RASTER ANALYSIS S H A W N L. P E N M A N E A R T H D A T A A N A LY S I S C E N T E R U N I V E R S I T Y O F N E W M E X I C O RASTER ANALYSIS S H A W N L. P E N M A N E A R T H D A T A A N A LY S I S C E N T E R U N I V E R S I T Y O F N E W M E X I C O TOPICS COVERED Spatial Analyst basics Raster / Vector conversion Raster data

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

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

Introduction to using QGIS for Archaeology and History Workshop by the Empirical Reasoning Center

Introduction to using QGIS for Archaeology and History Workshop by the Empirical Reasoning Center Introduction to using QGIS for Archaeology and History Workshop by the Empirical Reasoning Center In this workshop, we will cover the basics of working with spatial data, as well as its main uses for archaeology.

More information