GY301 Geomorphology Lab 5 Topographic Map: Final GIS Map Construction

Size: px
Start display at page:

Download "GY301 Geomorphology Lab 5 Topographic Map: Final GIS Map Construction"

Transcription

1 GY301 Geomorphology Lab 5 Topographic Map: Final GIS Map Construction Introduction This document describes how to take the data collected with the total station for the campus topographic map project and use QGIS 2.x to construct the map for each group. Each group may turn in a single map all members of the group will the same raw grade before peer assessment. QGIS is the GIS application software that will be utilized to compose the map, and then as a final step conduct a hydrologic analysis to determine the critical points around LSCB and the Library where stream erosion is most likely to be a problem. QGIS is open source (Free!) and cross-platform so you should be able to complete the map and hydrologic modelling on a Windows, MacOS, or Linux system without major problems. ArcGIS may also be used if preferred. The GIS workstations in LSCB 333 and 146 have both ArcGIS and QGIS installed for those who do not have their own computer system. QGIS may be downloaded at: Use/include the following on the GIS final map: 1. Scale of 1:2, Contour Interval of 0.2m, labeled index contours every 1.0m. 3. Post map of data points (red crosses). 4. Title = Total Station Project: Group {XX}, Fall Semester 20{XX}. 5. Group member names and date due in lower right corner. 6. The corners of the Library, LSCB, LSCB Biology Lecture, and new Administration Building (Meisler) should be identified as points on the survey. In QGIS draw polygons that connect these points. 7. Survey the trees 1-9 that are the white course used in the pace & compass project. 8. Add UTM grid to map frame with 100m spacing.

2 Step 1: Create project file and add aerial base map and other features. First, download the starting files from the resources section of the online GY301 web site. Currently this is the CampusTopoProject.zip file, but check with your instructor to verify. This file should be unzipped in the folder where you intend to work on this project. There will be many files created but basically the following features will be represented by these files: 1. A georeferenced raster image file of the USA campus that used the UTM NAD27 coordinate system. 2. A shape file of the boundary of the mapping area. 3. A shape file of the mapping area polygon that corresponds exactly to the boundary line. 4. A shape file of several key buildings on campus that are to be surveyed during the project. 5. A shape file of the benchmark coordinates (ST01-ST20) that were used to resection the total station during data collection. 6. A partial data set surveyed of a portion of the mapping area that will serve as an example file (GroupX.xls) In addition to these files you will need to have access to your spreadsheet of downloaded survey data collected during the project formatted so that you can refer to an X,Y,Z,ID column in the spreadsheet where X,Y are the UTM easting and northing coordinates, Z is the elevation of the survey point in meters, and ID is the point label. I will be using the GroupX.xls file as an example in class but you should be using your downloaded Total Station data. To start QGIS find the QGIS icon on the desktop or in the Start menu (Windows). Choose the QGIS Desktop application (with or without GRASS ). The main window will open find the add raster button on the left button bar, or from the menu select Layer > Add raster layer to add the aerial base map. You should choose the USA_campus.tif file. The aerial of the campus should now display in the main window. The remainder of the files will be vector shape files so use the Add vector layer icon or menu item to add these files: 1. Boundary.shp (after adding zoom to this layer) 2. ProjectArea.shp (make 50% transparent so you can see through it) 3. Buildings.shp 4. Benchmarks.shp You should now have a map that appears similar to Figure 1. It is important to check a few of the project file properties at this point to make sure everything is properly set before trying to add the survey data. First, let s make sure that the coordinate system (CRS) is defined for the project select from the menu Project > Project Properties. Figure 2 displays the window dialog that shows UTM NAD27 zone 16 selected as the project coordinate system. Also make

3 sure that the checkbox Enable on the fly CRS transformations is checked. Select the OK button to finish. Step 2: Add survey data to project file. The next will add the survey data stored in a spreadsheet to your project file so that it can be used to calculate a digital elevation model (DEM) that may later be contoured. Before starting this step verify that your spreadsheet file is in the working folder, and that it contains all of your data. Remember that the benchmarks that I give you can be used as additional data points. In addition, make sure that your spreadsheet has meaningful header labels (i.e. UTM_X, UTM_Y, Elev_m, etc.) so that you can easily pick the correct column when prompted by QGIS. The Excel file format that QGIS recognizes is.xls so if the Excel file is in the.xlsx format you need to load it into Excel and then use Save As to save a copy in the.xls format. In this example I will use a previous project file named ExampleData.xls. This comes from a data set collected by students when the mapping area was not as large as it is now so it will not cover the entire map area. Figure 3 shows the first 45 rows of the ExampleData.xls file that I will be using for this example project. Note the header labels in the first row. To import the Excel.xls file you will need to have activated the XyTools QGIS plugin. Take a moment to verify that this is true using the Plugins > Manage and Install Plugins menu. Choose the menu option Vector > XY Tools > Open Excel File.. Browse the directory until you find your Excel file (.xls). Select the file name and then set the information as in Figure 4. Note that whatever name you used as the column header labels for the x and y coordinates should be used here in this dialog. You should now see your data plotted properly on the map- check with your instructor if this does not occur. Note that in the layer window QGIS is indicating that the newly imported data is being stored as a temporary file. If you want to permanently save it you must export it to a shape point file. We want to do this anyway so you can use the data with gridding algorithms later on. You can now delete the temporary file created in the previous step. Step 3: Convert text data in shape point file to floating point numbers. In order to use the survey data in latter mathematical gridding algorithms they need to exist in the point shape file as true floating point numbers. Currently the columns are all in text format so we need to create 3 new floating point fields (attributes) x, y, z that will contain the floating point values of the (x,y,z) coordinates of the survey points. Right-click on the shape point file in the left legend window, then select properties > General. Change the layer name to Survey Data and select OK. Right-click on the layer name again and then choose Open attribute table. You will now see the structure of the

4 attribute table it is just like the original Excel file. Click the Pencil button to enter Edit mode. Find the button for adding a new column (attribute) and left-click on it. Fill in the window dialog as in Figure 6: 1. Name= x 2. Comment= UTM x coordinate 3. Type=decimal number 4. Field width = 15 digits 5. Decimal precision = 2 digits Click the OK button after making the above settings and you should be returned to the attribute table, but with an additional column on the right labeled x. All of the values in the column will be null. Now the string values in the UTM_X column must be converted to a floating point number and inserted in the x column row-by-row. There is an automated way to do this select the Open field calculator button on the button bar. Fill the window dialog out as indicated in Figure 7. Here are some notes on filling in the dialog properly: 1. Select the Update existing field option. 2. Select the x field as the field to be updated. Be careful here- you don t want to change the wrong column! 3. The large open window is the expression that will do the conversion. I first chose from the right window Conversion > toreal() that converts a string to a real number, and then from the Fields category I selected UTM_X because that is the field that contains the UTM X coordinate in string format. You will have to add the closing right parentheses. The real number equivalent will be inserted on the matching x cell when OK is selected. Select OK to run the field calculation query. You will now see decimal numbers appear in the x column. Use the same sequence to convert the UTM_Y string values to y, and Elev_m string values to z decimal numbers. Note that in the attribute table string values are left-justified, whereas decimal number values are right-justified. In this example I wound up with a blank column filled with null values so I used the Delete column to remove it. The survey data point shape file is now ready to be used with mathematical gridding algorithms just remember the numeric values are in columns ( x,y, z ). The attribute table should look something like Figure 8. Step 4: Interpolating a elevation surface (DEM) from the survey data. One of the primary goals of the exercise is to produce a digital topographic contour layer, however, all computer contour-generating algorithms need a DEM to produce usable results. A DEM is nothing more than a regularly-spaced (x,y,z) grid where (x,y) are the geographic coordinates of each grid node, and (z) is the value of elevation at that location. The survey data does not qualify as a DEM because the

5 locations are arbitrary, and not part of a rectangular grid pattern. The survey points must be interpolated into the DEM grid. We will use the inverse distance weighted algorithm to do the interpolation because it tends to make a smooth surface much like natural topographic surfaces. At this point open the Processing > Toolbox menu option. Make sure the Advanced Interface is selected at the bottom of the window that opens. You should see a category of processing options labeled SAGA. Expand this tab. Select Raster Creation Tools > Inverse distance weighted interpolation, and then double-click. In this windows dialog there are a lot of options but for our purposes only 3 items need to be edited: 1. The layer to be interpolated should be set to the survey data shape file, in this example GroupXdata. 2. Select is the attribute value to use as elevation: this should be z (or whatever you named the elevation attribute). 3. The grid size should be set to 1.0 meters. This will be the resolution spacing of the DEM along the x and y axes. Figure 9 displays the full window dialog for IDW interpolation with the above changes in effect. Remember that the DEM grid just created is a temporary file that will disappear if we close QGIS. If it looks reasonable then we need to save it: right-click on the Grid layer name and select Save As. In this example I use the name SAGA_DEM_IDW.tif (geotiff format). Make sure that you save it to your working folder. You can now remove the original temporary GRID layer with a right-click, then remove. This completes the DEM creation step. Step 5: Generate the Topographic Contours. We will use the SAGA module Vector <-> Raster > Contours processing tool to generate topographic contours from the DEM. Figure 10 contains the settings for the window dialog. Note that the contour interval is 0.2m so index contours should be every 5 * 0.2m = 1.0m. Remember that on topographic maps index contours should be bolder than other contour lines, and should be labeled. To control the generation of index contours and to label them we will create two additional columns (fields) in the contour line attribute table: Name Type Values 1. Index Integer 1=Index;0=Not index 2. Label String Contour value label string (blank if it is not an index contour) Open the attribute table for contours and add the above columns. The run the calculation query with the field calculator as in Figure 11. You should see all index contours (i.e. 36.0, 37.0, 38.0,.) take on a value of 1, with non-index contour values set to a zero value.

6 In order for the index values to have an effect you need to classify the contours based on the index attribute value. Right-click on the contour lines layer and then choose properties. Used the settings in the Figure 12 window dialog to classify the contours based on the index value. The index line width was set to use the map scale width of 0.7m and the non-index contours 0.3m. The color was set for both to brown as is typical for topographic contours. Next, we will use a calculation query to build labels for the contours: a string equal to the numeric elevation value for index contours, but blank ( ) for non-index contours. Figure 13 contains the window dialog from opening the field calculator tool on the contour lines. Right-click on the contour lines layer name, and then select properties. Configure the window dialog that opens as per Figure 14. Basically you are turning on the labeling for the contour lines layer using the label attribute as the source of the label. Center the label on the line. Note that the repeat spacing was set to 100 map units you may want to experiment with this setting. The Figure 15 map displays the contour lines with labels over the mapping area. Step 6: Hydrologic Modelling As a final step let s use the DEM already generated to model the hydrologic drainage around the project area. The ultimate goal will be to take the drainage map outside and see how well it may correlate with areas in the mapping area that are suffering drainage and erosion problems. There are many hydrology modeling tools built into QGIS, however, we are going to use one of the simpler models: SAGA Terrain Analysis Hydrology > Catchment area (flow tracing). The output of the model will be a raster image that predicts where stream drainage will form in the various catchments in the mapping area. Make sure the Processing Tools window is open and then expand the SAGA collection. Expand the Terrain Analysis Hydrology section and look for Catchment Area (Flow Tracing). The Figure 16 graphic shows the window dialog for this processing tool basically you just input the DEM as the source. Allow it to make a temporary output file. All of the options are set to the default values just make sure the input source is the DEM. You may encounter some minor error messages that can be safely ignored after the model completes. You will have a grayscale image added to the project that represents the drainage patterns in the mapping area. Save this image to the file SAGA_catchment_ft.tif in your working folder (remember that it is just a temporary file presently). We are going to enhance this grayscale image with color : right-click on the image layer name and select properties. In the style area change the render type to single-band pseudocolor. Click the Classify button to add color levels. Figure 17 displays the settings in the window dialog. Note that the transparency is set to 50% so you can see through this layer to base map features (see the transparency tab). The highest values (blue) indicate the stream channels. We will take these maps outside to see how well the correlate with real erosional problem areas.

7 Step 7: Printing results I want each group to print a hard copy map of the start data with DEM and contours and survey points plotted (see Figure 18). Do not have the stream catchment raster on for this map. In Figure 18 you will see the map in a cleaned up state: 1. Layer names have been spelled out, as have contour categories. 2. The grayscale DEM has been changed to a single-band pseudo color with colors arranged at equal elevations increments. See if you can do the same in the properties > style section of this layer. Note the following: a. Initially after changing from single-band grayscale to color you need to set the min=35 and max = 60 to take in the full range of the DEM. Your values may be somewhat different depending on the data you collected- try to set a min an max that is a multiple of 5m. b. The color ramp selected was spectral. c. Select mode = equal interval. d. Classes = 6 (or whatever number gives to a 5m interval) e. Note that the inverted checkbox is checked to make the maximum elevations a red color. f. You should have a setup that looks like Figure 19. g. Note that it took some effort to setup the style for the DEM layer. You can save the Style to a file to be re-used later in case you do a similar DEM and want the same settings- see the Style button. You will also note that the topographic contours have been clipped to the mapping boundary. There is an automatic way to do this in the Vector > Geoprocessing Tools menu. Try to accomplish this on your own using the Project Area polygon as the clipping boundary. It is probably best to let the clipping result default to a temporary result, verify that the result is what is desired, and then right-click on the layer name and select Save As to save to a file in your working directory. Don t forget to remove the temporary layer from the project. This is where saving the layer style can pay dividends because it took some time to create the style symbology for the contours layer. Go to the Properties > Style settings for this layer and save the style to a contours.qml file. When you generate the clipped contours layer you can set the style by loading the contours.qml file from the style button. Make sure your final map is cleaned up like Figure 18 before getting setup for printing. In the QGIS system to use the Project > New Print Composer to create a print composition window. You use the composer to add a legend, scale bar, etc., to complete the map so you must become familiar with how this works to make the final map. When you make a new map composition you will

8 first be asked for the name of the map composition use a name like Layout1. You will then see a new window activated where the final map will built. Follow these steps to build the map layout: 1. Use the Layout > Add Map to drag a rectangle area for the map frame. Use a RF of 1:2500 to set the scale of the drawing. Leave enough room for an upper title, lower scale bar, and a legend in the right side of the layout. The page layout should be landscape. You may need to use the Move item content to center the map in the frame. 2. Use the Layout > Add Arrow to insert a North Arrow in the upper left corner of the layout. Use the Layout > Add Label to insert an N below the arrow. 3. Use the Layout > Add Scalebar menu selection to add a scale bar centered below the map frame. 4. Use the Layout > Add Legend menu selection to add a legend frame along the right side of the layout. With the legend frame selected uncheck the auto-update checkbox this will allow you to remove any unwanted legend items. 5. Select the main map frame and then scroll down the Items tab until the Grid item is visible. Use the + button to create a new grid named grid1. Use an (X,Y) spacing of 50 meters for the grid. Turn on the Draw coordinates checkbox, and then select a Custom format. Use the following expression in the expression window: to set the number of decimals to 0. You should have the map layout similar to Figure 20. Add your group number and the members of the group in the lower right with the label tool and use Project > Print to make a hard copy to turn in.

9 Figure 1: QGIS map window after inserting given vector and raster files.

10 Figure 2: Setting the project coordinate system (CRS=UTM NAD27 zone 16).

11 Figure 3: Format of the example Excel data file.

12 Figure 4: Window dialog for adding an Excel survey data to the project as points.

13 Figure 5: Window dialog for saving the temporary Excel import file as an ESRI shape file.

14 Figure 6: Defining a new floating point column in the shape file.

15 Figure 7: Window dialog for converting string values to decimal numbers in the point shape file.

16 Figure 8: Layout of survey data point shape file with numeric "x", "y", and "z" fields added.

17 Figure 9: SAGA IDW interpolation window dialog settings for creating the DEM from survey data.

18 Figure 10: Contour generation dialog window for SAGA: Vector <-> Raster > Contour lines.

19 Figure 11: Calculation query setup for computing the index column values: 1=index contour, 0= non-index contour.

20 Figure 12: Categorizing the contours lines into index and non-index symbology with the "index" attribute.

21 Figure 13: Field calculation for the label field.

22 Figure 14: Label setup for the contour lines layer.

23 Figure 15: Appearance of map with contour lines labeled.

24 Figure 16: Window dialog for the SAGA Catchment area (flow tracing) processing tool.

25 Figure 17: Setting the style properties of the catchment raster.

26 Figure 18: Cleaned up version of the map prior to printing setup.

27 Figure 19: Window dialog setup for the DEM style.

28 Figure 20: Map layout for printing.

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

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

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

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

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

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

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

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

Exercise 3-1: Soil property mapping

Exercise 3-1: Soil property mapping Exercise 3-1: Soil property mapping Mapping objectives: Create a soil analysis point layer from tabular data in QGIS Create a continuous surface soil property map using Kriging Interpolation in SAGA GIS

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

Converting AutoCAD Map 2002 Projects to ArcGIS

Converting AutoCAD Map 2002 Projects to ArcGIS Introduction This document outlines the procedures necessary for converting an AutoCAD Map drawing containing topologies to ArcGIS version 9.x and higher. This includes the export of polygon and network

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

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

QGIS Workshop Su Zhang and Laura Gleasner 11/15/2018. QGIS Workshop

QGIS Workshop Su Zhang and Laura Gleasner 11/15/2018. QGIS Workshop 1. Introduction to QGIS QGIS Workshop QGIS is a free and open source Geographic Information System (GIS). QGIS can help users create, edit, visualize, analyze, and publish geospatial information on various

More information

INTRODUCTION TO GIS WORKSHOP EXERCISE

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

More information

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

Objectives Learn how GMS uses rasters to support all kinds of digital elevation models and how rasters can be used for interpolation in GMS.

Objectives Learn how GMS uses rasters to support all kinds of digital elevation models and how rasters can be used for interpolation in GMS. v. 9.1 GMS 9.1 Tutorial Using rasters for interpolation and visualization in GMS Objectives Learn how GMS uses rasters to support all kinds of digital elevation models and how rasters can be used for interpolation

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

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

CHAPTER 5 DIGITAL ELEVATION MODEL AND 3D VISUALIZATION

CHAPTER 5 DIGITAL ELEVATION MODEL AND 3D VISUALIZATION CHAPTER 5 DIGITAL ELEVATION MODEL AND 3D VISUALIZATION A digital elevation model (DEM) is a digital model or 3D representation of a terrain's surface. A DEM can be represented as a raster (a grid of squares,

More information

Part 6b: The effect of scale on raster calculations mean local relief and slope

Part 6b: The effect of scale on raster calculations mean local relief and slope Part 6b: The effect of scale on raster calculations mean local relief and slope Due: Be done with this section by class on Monday 10 Oct. Tasks: Calculate slope for three rasters and produce a decent looking

More information

QUANTUM GIS GUIDE FOR WASH FACILITY DATA COLLECTORS AND -MANAGERS

QUANTUM GIS GUIDE FOR WASH FACILITY DATA COLLECTORS AND -MANAGERS COWASH Training Quantum GIS 1 QUANTUM GIS GUIDE FOR WASH FACILITY DATA COLLECTORS AND -MANAGERS Quantum GIS (QGIS) is widely used open source GIS software which usage is very similar to GIS-software market

More information

Working with demographic grids in QGIS

Working with demographic grids in QGIS Working with demographic grids in QGIS Anna Dmowska dmowska@amu.edu.pl April 2017 1. Introduction SocScape (Social Landscape) is a research project which provides open access to high resolution (30 m)

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

Using rasters for interpolation and visualization in GMS

Using rasters for interpolation and visualization in GMS v. 10.3 GMS 10.3 Tutorial Using rasters for interpolation and visualization in GMS Objectives This tutorial teaches how GMS uses rasters to support all kinds of digital elevation models and how rasters

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

GSSHA WMS Basics Loading DEMs, Contour Options, Images, and Projection Systems

GSSHA WMS Basics Loading DEMs, Contour Options, Images, and Projection Systems v. 10.0 WMS 10.0 Tutorial GSSHA WMS Basics Loading DEMs, Contour Options, Images, and Projection Systems Learn how to work with DEMs and images and to convert between projection systems in the WMS interface

More information

Learn how to delineate a watershed using the hydrologic modeling wizard

Learn how to delineate a watershed using the hydrologic modeling wizard v. 11.0 WMS 11.0 Tutorial Learn how to delineate a watershed using the hydrologic modeling wizard Objectives Import a digital elevation model, compute flow directions, and delineate a watershed and sub-basins

More information

Importing GPS points and Hyperlinking images.

Importing GPS points and Hyperlinking images. Geol 3050 GIS for Geologists Exercise 15 Exercise 15 Making a Virtual Fieldtrip: Importing GPS points and Hyperlinking images. Due: Thursday, March 22. Goal: A) Get familiar with importing GPS points and

More information

Lab 11: Terrain Analysis

Lab 11: Terrain Analysis Lab 11: Terrain Analysis What You ll Learn: Basic terrain analysis functions, including watershed, viewshed, and profile processing. You should read chapter 11 in the GIS Fundamentals textbook before performing

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

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

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

Table of Contents. 1. Prepare Data for Input. CVEN 2012 Intro Geomatics Final Project Help Using ArcGIS

Table of Contents. 1. Prepare Data for Input. CVEN 2012 Intro Geomatics Final Project Help Using ArcGIS Table of Contents 1. Prepare Data for Input... 1 2. ArcMap Preliminaries... 2 3. Adding the Point Data... 2 4. Set Map Units... 3 5. Styling Point Data: Symbology... 4 6. Styling Point Data: Labels...

More information

WMS 9.1 Tutorial Watershed Modeling DEM Delineation Learn how to delineate a watershed using the hydrologic modeling wizard

WMS 9.1 Tutorial Watershed Modeling DEM Delineation Learn how to delineate a watershed using the hydrologic modeling wizard v. 9.1 WMS 9.1 Tutorial Learn how to delineate a watershed using the hydrologic modeling wizard Objectives Read a digital elevation model, compute flow directions, and delineate a watershed and sub-basins

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

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

_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

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

Building Vector Layers

Building Vector Layers Building Vector Layers in QGIS Introduction: Spatially referenced data can be separated into two categories, raster and vector data. This week, we focus on the building of vector features. Vector shapefiles

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

Spreadsheet View and Basic Statistics Concepts

Spreadsheet View and Basic Statistics Concepts Spreadsheet View and Basic Statistics Concepts GeoGebra 3.2 Workshop Handout 9 Judith and Markus Hohenwarter www.geogebra.org Table of Contents 1. Introduction to GeoGebra s Spreadsheet View 2 2. Record

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

GGR 375 QGIS Tutorial

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

More information

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

GPS TO GIS EXERCISE (30 PTS)

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

More information

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

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

Learn how to delineate a watershed using the hydrologic modeling wizard

Learn how to delineate a watershed using the hydrologic modeling wizard v. 10.1 WMS 10.1 Tutorial Learn how to delineate a watershed using the hydrologic modeling wizard Objectives Import a digital elevation model, compute flow directions, and delineate a watershed and sub-basins

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

QGIS Tutorials Documentation

QGIS Tutorials Documentation QGIS Tutorials Documentation Release 0.1 Nathaniel Roth November 30, 2016 Contents 1 Installation 3 1.1 Basic Installation............................................. 3 1.2 Advanced Installation..........................................

More information

Module: Rasters. 8.1 Lesson: Working with Raster Data Follow along: Loading Raster Data CHAPTER 8

Module: Rasters. 8.1 Lesson: Working with Raster Data Follow along: Loading Raster Data CHAPTER 8 CHAPTER 8 Module: Rasters We ve used rasters for digitizing before, but raster data can also be used directly. In this module, you ll see how it s done in QGIS. 8.1 Lesson: Working with Raster Data Raster

More information

Lab 18c: Spatial Analysis III: Clip a raster file using a Polygon Shapefile

Lab 18c: Spatial Analysis III: Clip a raster file using a Polygon Shapefile Environmental GIS Prepared by Dr. Zhi Wang, CSUF EES Department Lab 18c: Spatial Analysis III: Clip a raster file using a Polygon Shapefile These instructions enable you to clip a raster layer in ArcMap

More information

SMS v D Summary Table. SRH-2D Tutorial. Prerequisites. Requirements. Time. Objectives

SMS v D Summary Table. SRH-2D Tutorial. Prerequisites. Requirements. Time. Objectives SMS v. 12.3 SRH-2D Tutorial Objectives Learn the process of making a summary table to compare the 2D hydraulic model results with 1D hydraulic model results. This tutorial introduces a method of presenting

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

Orchard Link Mapping Workshop (QGIS Training) Contact

Orchard Link Mapping Workshop (QGIS Training) Contact Orchard Link Mapping Workshop (QGIS Training) Contact email: info@neetmaps.co.uk for technical support, bespoke mapping or further information or visit www.neetmaps.co.uk 1 2 1: Introduction to QGIS What

More information

Introduction to GIS A Journey Through Gale Crater

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

More information

HEC-RAS 5.0 Training New Zealand Workshop Guide

HEC-RAS 5.0 Training New Zealand Workshop Guide HEC-RAS 5.0 Training New Zealand Workshop Guide Prepared by: Krey Price Surface Water Solutions 57 Bromfield Drive Kelmscott WA 6111 Australia Tel. +61 400 367 542 e-mail: info@surfacewater.biz website:

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

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

WMS 9.0 Tutorial Hydraulics and Floodplain Modeling HEC-RAS Analysis Learn how to setup a basic HEC-RAS analysis using WMS

WMS 9.0 Tutorial Hydraulics and Floodplain Modeling HEC-RAS Analysis Learn how to setup a basic HEC-RAS analysis using WMS v. 9.0 WMS 9.0 Tutorial Hydraulics and Floodplain Modeling HEC-RAS Analysis Learn how to setup a basic HEC-RAS analysis using WMS Objectives Learn how to build cross sections, stream centerlines, and bank

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

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

George Mason University Department of Civil, Environmental and Infrastructure Engineering

George Mason University Department of Civil, Environmental and Infrastructure Engineering George Mason University Department of Civil, Environmental and Infrastructure Engineering Dr. Celso Ferreira Prepared by Lora Baumgartner December 2015 Revised by Brian Ross July 2016 Exercise Topic: Getting

More information

NEW SKILLS Begin to learn how to add data in QGIS. Exploration of some of the vector and raster analysis capabilities of QGIS

NEW SKILLS Begin to learn how to add data in QGIS. Exploration of some of the vector and raster analysis capabilities of QGIS Lab 3 VECTOR AND RASTER MODELING Last modified 7 May 2014 NEW SKILLS Begin to learn how to add data in QGIS. Exploration of some of the vector and raster analysis capabilities of QGIS 1. In this exercise

More information

WMS 10.1 Tutorial Hydraulics and Floodplain Modeling HEC-RAS Analysis Learn how to setup a basic HEC-RAS analysis using WMS

WMS 10.1 Tutorial Hydraulics and Floodplain Modeling HEC-RAS Analysis Learn how to setup a basic HEC-RAS analysis using WMS v. 10.1 WMS 10.1 Tutorial Hydraulics and Floodplain Modeling HEC-RAS Analysis Learn how to setup a basic HEC-RAS analysis using WMS Objectives Learn how to build cross sections, stream centerlines, and

More information

v Getting Started An introduction to GMS GMS Tutorials Time minutes Prerequisite Tutorials None

v Getting Started An introduction to GMS GMS Tutorials Time minutes Prerequisite Tutorials None v. 10.3 GMS 10.3 Tutorial An introduction to GMS Objectives This tutorial introduces GMS and covers the basic elements of the user interface. It is the first tutorial that new users should complete. Prerequisite

More information

Creating Contours using ArcMap

Creating Contours using ArcMap Creating Contours with ArcMap and ArcScene Digital elevation models (DEMs) are geospatial datasets that contain elevation values sampled according to a regularly spaced rectangular grid. They can be used

More information

v Introduction to WMS WMS 11.0 Tutorial Become familiar with the WMS interface Prerequisite Tutorials None Required Components Data Map

v Introduction to WMS WMS 11.0 Tutorial Become familiar with the WMS interface Prerequisite Tutorials None Required Components Data Map s v. 11.0 WMS 11.0 Tutorial Become familiar with the WMS interface Objectives Import files into WMS and change modules and display options to become familiar with the WMS interface. Prerequisite Tutorials

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

Introduction to SAGA GIS

Introduction to SAGA GIS GIS Tutorial ID: IGET_RS_001 This tutorial has been developed by BVIEER as part of the IGET web portal intended to provide easy access to geospatial education. This tutorial is released under the Creative

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

Exercise 5. Height above Nearest Drainage Flood Inundation Analysis

Exercise 5. Height above Nearest Drainage Flood Inundation Analysis Exercise 5. Height above Nearest Drainage Flood Inundation Analysis GIS in Water Resources, Fall 2018 Prepared by David G Tarboton Purpose The purpose of this exercise is to learn how to calculation the

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

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

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

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

Initial Analysis of Natural and Anthropogenic Adjustments in the Lower Mississippi River since 1880

Initial Analysis of Natural and Anthropogenic Adjustments in the Lower Mississippi River since 1880 Richard Knox CE 394K Fall 2011 Initial Analysis of Natural and Anthropogenic Adjustments in the Lower Mississippi River since 1880 Objective: The objective of this term project is to use ArcGIS to evaluate

More information

Delineating the Stream Network and Watersheds of the Guadalupe Basin

Delineating the Stream Network and Watersheds of the Guadalupe Basin Delineating the Stream Network and Watersheds of the Guadalupe Basin Francisco Olivera Department of Civil Engineering Texas A&M University Srikanth Koka Department of Civil Engineering Texas A&M University

More information

Answer the following general questions: 1. What happens when you right click on an icon on your desktop? When you left double click on an icon?

Answer the following general questions: 1. What happens when you right click on an icon on your desktop? When you left double click on an icon? Name: Date: June 27th, 2011 GIS Boot Camps For Educators Practical: Explore ArcGIS 10 Desktop Tools and functionality Day_1 Lecture 1 Sources: o ArcGIS Desktop help o ESRI website o Getting to Know ArcGIS

More information

Spatial Hydrologic Modeling Using NEXRAD Rainfall Data in an HEC-HMS (MODClark) Model

Spatial Hydrologic Modeling Using NEXRAD Rainfall Data in an HEC-HMS (MODClark) Model v. 10.0 WMS 10.0 Tutorial Spatial Hydrologic Modeling Using NEXRAD Rainfall Data in an HEC-HMS (MODClark) Model Learn how to setup a MODClark model using distributed rainfall data Objectives Read an existing

More information

Blackboard for Faculty: Grade Center (631) In this document:

Blackboard for Faculty: Grade Center (631) In this document: 1 Blackboard for Faculty: Grade Center (631) 632-2777 Teaching, Learning + Technology Stony Brook University In this document: blackboard@stonybrook.edu http://it.stonybrook.edu 1. What is the Grade Center?..

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

QGIS Workshop Su Zhang and Laura Gleasner 11/10/2016. QGIS Workshop

QGIS Workshop Su Zhang and Laura Gleasner 11/10/2016. QGIS Workshop 1. Introduction to Quantum GIS (QGIS) QGIS Workshop QGIS is a free and open source Geographic Information System (GIS). QGIS can help you create, edit, visualize, and publish geospatial information on

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

Practical 3 Creating your map layouts using the print composer in QGIS

Practical 3 Creating your map layouts using the print composer in QGIS Practical 3 Creating your map layouts using the print composer in QGIS www.thiswormyworld.org Aim of practical This third and final practical aims to familiarize the trainees with the Print Composer, the

More information

v Importing Rasters SMS 11.2 Tutorial Requirements Raster Module Map Module Mesh Module Time minutes Prerequisites Overview Tutorial

v Importing Rasters SMS 11.2 Tutorial Requirements Raster Module Map Module Mesh Module Time minutes Prerequisites Overview Tutorial v. 11.2 SMS 11.2 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

WMS 8.4 Tutorial Watershed Modeling MODRAT Interface (GISbased) Delineate a watershed and build a MODRAT model

WMS 8.4 Tutorial Watershed Modeling MODRAT Interface (GISbased) Delineate a watershed and build a MODRAT model v. 8.4 WMS 8.4 Tutorial Watershed Modeling MODRAT Interface (GISbased) Delineate a watershed and build a MODRAT model Objectives Delineate a watershed from a DEM and derive many of the MODRAT input parameters

More information

Geomorphology Lab 6: GPS Surveying

Geomorphology Lab 6: GPS Surveying Introduction In this lab you will use hand-held GPS receiver units to map a running trail on campus. In addition, you will take waypoints for the benchmarks used for the Total Station project. You will

More information

Mapping the Thickness of the Rocky Flats Alluvium and Reconstructing the Pleistocene Rocky Flats Paleogeography (with Spatial Analyst).

Mapping the Thickness of the Rocky Flats Alluvium and Reconstructing the Pleistocene Rocky Flats Paleogeography (with Spatial Analyst). Exercise 8 Mapping the Thickness of the Rocky Flats Alluvium and Reconstructing the Pleistocene Rocky Flats Paleogeography (with Spatial Analyst). Due: Thursday, February 15, 2018 Goal: Creating Rasters

More information

Exercise 1: Introduction to MapInfo

Exercise 1: Introduction to MapInfo Geog 578 Exercise 1: Introduction to MapInfo Page: 1/22 Geog 578: GIS Applications Exercise 1: Introduction to MapInfo Assigned on January 25 th, 2006 Due on February 1 st, 2006 Total Points: 10 0. Convention

More information

Lecture 9. Raster Data Analysis. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University

Lecture 9. Raster Data Analysis. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University Lecture 9 Raster Data Analysis Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University Raster Data Model The GIS raster data model represents datasets in which square

More information

City of Richmond Interactive Map (RIM) User Guide for the Public

City of Richmond Interactive Map (RIM) User Guide for the Public Interactive Map (RIM) User Guide for the Public Date: March 26, 2013 Version: 1.0 3479477 3479477 Table of Contents Table of Contents Table of Contents... i About this

More information

Lab Assignment 4 Basics of ArcGIS Server. Due Date: 01/19/2012

Lab Assignment 4 Basics of ArcGIS Server. Due Date: 01/19/2012 Lab Assignment 4 Basics of ArcGIS Server Due Date: 01/19/2012 Overview This lab assignment is designed to help you develop a good understanding about the basics of ArcGIS Server and how it works. You will

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

OnCOR Silverlight Viewer Guide

OnCOR Silverlight Viewer Guide Getting Around There are many ways to move around the map! The simplest option is to use your mouse in the map area. If you hold the left button down, then click and drag, you can pan the map to a new

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