Geography 281 Map Making with GIS Project Ten: Mapping and Spatial Analysis

Size: px
Start display at page:

Download "Geography 281 Map Making with GIS Project Ten: Mapping and Spatial Analysis"

Transcription

1 Geography 281 Map Making with GIS Project Ten: Mapping and Spatial Analysis This project introduces three techniques that enable you to manipulate the spatial boundaries of geographic features: Clipping the geographic extent of one theme with the geographic extent of another. Dissolving two features by removing the boundary between them. Drawing buffer zones around features. Together, these spatial techniques help you modify your datasets to fit the needs of your mapping project. In addition, you will learn how to classify nominal data. Project Objectives: Create a Unique Values map. Use geoprocessing tools to create new data. Create a locator map. Optional- insert pictures into map layout The data needed for Project 10 is located in the \\geogsrv\data\geog281\proj10\data\project10.gdb Project 10 files: Description: Feature Type: calcoast feature class California Coastline line calif feature class California State Outline polygon eco feature class World Ecological Regions polygon The first part of the activity guides you through the steps you need to take when applying geoprocessing tools to your data. The second part of the activity lets you create a map using these geoprocessing techniques. After copying the data from the server to your local working directory, start ArcMap. Project 10 does NOT start with a map document file; you will need to create one. Create a map document file for Project 10 Name the file proj10.mxd Add the following feature classes to the Data View eco calif If necessary, change the drawing order so Calif draws on top of Eco. Working with the ArcToolbox ArcToolbox includes a number of spatial analysis tools that permit you to edit and modify your spatial datasets. Two of the most useful techniques are called Clip and Dissolve. The Clip tool enables you to eliminate portions of a layer that lie outside your study area. The Clip function overlays one polygon layer on top of the other and effectively deletes features or parts of features in the second layer that fall outside the geographic extent of the first layer. The Dissolve tool lets you generalize two attribute values into a single new value. If any polygons with the new value are adjacent to one another, dissolve lets you remove the now-unneeded common boundary between them.

2 Tool #1 Clip Before using the clip function, your view window should contain two layers with different underlying feature shapes and boundaries. The clip feature should have a smaller geographic extent than the theme from which you want to clip (input feature). In this exercise, you will use the California state outline (calif feature class) to clip the world ecological regions (eco feature class) to eliminate all areas outside of California. In other words, the clip feature is the California feature class, while the input feature is the eco feature class. Input Feature- + Clip Feature- = New Dataeco feature class calif feature class cal_eco feature class + = In ArcMap, most of the geoprocessing functions are located in the ArcToolbox. To access the toolbox, click on the Geoprocessing menu. Some of the most common tools are listed on the menu. Click on the Geoprocessing Menu, then Clip to bring up the Clip dialog box. The Input Feature is the layer you want to clip set it to Eco. The Clip Feature is the layer you will use to do the clipping set it to Calif. Set the Output Feature Class to C:\Temp\proj10\data\Project10.gdb\Cal_Eco. Once your Clip dialog box looks like the screenshot below, press OK You now have a cal_eco layer containing only the portion of the original eco layer that lies within California.

3 Before continuing, create a generalized ecological regions map of California: Zoom in to California. Turn off the eco and calif layers. Open the property file for cal_eco and go to the Symbology tab. Select Categories Unique Values. For your unique values map, use the generalized ecosystems data contained in the Mht_name field as your Value Field. Press the Add All Values button when creating the unique values map. Deselect the check next to <All other values>.

4 Tool #2 Dissolve If you zoom in on portions of California, you will see numerous adjacent polygons that are separated by a boundary line even though they share the same Mht_name value. The reason for this is that the Cal_eco layer also contains a more detailed classification system in a field called Ecoregion. You can confirm this by clicking with the Identify tool on any two adjacent polygons that have the same color. You will see that they have different values in the more detailed Ecoregion field. The interior boundaries separating polygons of the same color add considerable confusion to your map. To remove them, you will use a technique called Dissolve. This technique looks for polygons boundaries that separate two polygons having the same value and dissolves the line between them, thus creating one larger polygon. Input Layer + Dissolve tool = New Data cal_eco feature class cal_eco_dissolve feature class + Dissolve Tool = Another way to access the most popular geoprocessing tools is to click on the Geoprocessing menu. Click on the Geoprocessing menu, then click on Dissolve to open the Dissolve dialog box. Set the Input Features to Cal_Eco. Set the Output Features to C:\Temp\proj10\data\Project10.gdb\Cal_Eco_Dissolve. For the Dissolve Field, click the box next to Mht_name. Once the dialog box looks like the screenshot below, press OK. Note that the unneeded lines separating polygons with the same Mht_name value have been removed. Of course, the more detailed Ecoregions field is also gone since the detailed polygons needed for that field no longer exist.

5 Tool # 3 Buffer A buffer is a polygon shape whose outer boundary is a constant distance from another point, line or polygon feature or set of features. For this project, we ll assume you want to make a map of generalized ecoregions located within 25 miles of the California coast. Input Feature- + Buffer Tool- = New Data - calcoast feature class 25 miles coast_buf_25mi feature class + Buffer Tool = Add the calcoast feature class to your map. Click on the Geoprocessing menu, then Buffer to bring up the Buffer dialog box. Set the Input Features to calcoast. Set the Output Features to C:\temp\proj10\data\Project10.gdb\coast_buf_25mi. Set the Distance Units to Miles and enter 25 in the box immediately below the words Linear unit. Once your dialog box looks like the screenshot below, press Ok. Now that you have created the buffer, you can use it to clip the cal_eco_dissolve layer so that only the generalized ecoregions lying within 25 miles of the coast will show in your map. Follow the steps shown above for clipping and clip the cal_eco_dissolve layer with the coast_buf_25mi layer. Call the new layer coast_eco_buf25mi and save it in your Project10.gdb. You should now have a layer containing generalized ecoregions for the area lying within 25 miles of the California coast.

6 On Your Own Create the following map: Unique Values map showing the physiographic regions for the following states: Minnesota, Wisconsin, Michigan, Iowa, Illinois, Indiana, Ohio, Missouri, Arkansas, Tennessee, Kentucky PLUS Large airports within 50 miles of major cities in this region Dataset States Physio Major_Cities Attribute fields: NAME: State name Division: Physiographic regions NAME: City name Additional Datasets You must export this file from the Esri_data\data_maps_newest\usa\landmarks folder Airports NAME: Airport name TOT_ENP: Total Enplanement- Passenger boarding Things to consider: You will need to use clip to extract the physiographic regions found in the desired states. You will need to dissolve interior borders based on the Division attribute. The unique values map will be based on the Division attribute of the dissolved physio feature class. You should only show large airports (total enplanement greater than or equal to 2,500,000) within 50 miles of major cities in the desired region. The final map should include a locator map with the region one color and the rest of the US another color. You must include a scale bar, legend, north arrow, and title. Submit a color copy of your map layout. Challenge: If you want to try something new, search for pictures of the various physiographic regions and insert the pictures into your map layout. To insert pictures: Click on the Insert Menu Picture. Find the file on the computer and click open.

Fundamentals of ModelBuilder

Fundamentals of ModelBuilder Fundamentals of ModelBuilder Agenda An Overview of Geoprocessing Framework Introduction to ModelBuilder Basics of ArcToolbox Using ModelBuilder Documenting Models Sharing Models with Others Q & A Geoprocessing

More information

An Introduction to Geoprocessing

An Introduction to Geoprocessing An Introduction to Geoprocessing 1 Geoprocessing What is Geoprocessing What are Geoprocessing Models 2 What is Geoprocessing? Geoprocessing is the processing of geographic information, one of the basic

More information

Analysis & Geoprocessing: Case Studies Problem Solving

Analysis & Geoprocessing: Case Studies Problem Solving Analysis & Geoprocessing: Case Studies Problem Solving Shawn Marie Simpson Federal User Conference 2008 3 Overview Analysis & Geoprocessing Review What is it? How can I use it to answer questions? Case

More information

ModelBuilder Getting Started

ModelBuilder Getting Started 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop ModelBuilder Getting Started Matt Kennedy Esri UC2013. Technical Workshop. Agenda Geoprocessing overview

More information

Lab Exercise 6: Vector Spatial Analysis

Lab Exercise 6: Vector Spatial Analysis Massachusetts Institute of Technology Department of Urban Studies and Planning 11.520: A Workshop on Geographic Information Systems 11.188: Urban Planning and Social Science Laboratory Lab Exercise 6:

More information

THE LIST USABILITY PUG 2007

THE LIST USABILITY PUG 2007 THE LIST USABILITY PUG 2007 Layer/Map Management Working with many layers, maps and data sets Direction that ESRI is taking with the Geodatabase Information Model Direction that ESRI is taking with GIS

More information

VECTOR ANALYSIS USING ARCVIEW

VECTOR ANALYSIS USING ARCVIEW VECTOR ANALYSIS USING ARCVIEW HANDS-ON Topics Learning in the exercise 1. Buffering 2. Dissolve 3. Merge 4. Clip 5. Intersection 6. Union 7. Spatial Join 1. Buffer 1.1 Loading the buffer menu 1.2 Creating

More information

Remote Sensing in an

Remote Sensing in an Chapter 6: Displaying Data Remote Sensing in an ArcMap Environment Remote Sensing Analysis in an ArcMap Environment Tammy E. Parece Image source: landsat.usgs.gov Tammy Parece James Campbell John McGee

More information

Street Canyon Tool. User Guide CERC

Street Canyon Tool. User Guide CERC Street Canyon Tool User Guide CERC ADMS Street Canyon Tool Version 2.0 User Guide August 2018 Cambridge Environmental Research Consultants Ltd. 3, King s Parade Cambridge CB2 1SJ UK Telephone: +44 (0)1223

More information

Objectives Learn how to import and display shapefiles with and without ArcObjects. Learn how to convert the shapefiles to GMS feature objects.

Objectives Learn how to import and display shapefiles with and without ArcObjects. Learn how to convert the shapefiles to GMS feature objects. v. 10.1 GMS 10.1 Tutorial Importing, displaying, and converting shapefiles Objectives Learn how to import and display shapefiles with and without ArcObjects. Learn how to convert the shapefiles to GMS

More information

ArcGIS Tutorial: Geocoding Addresses

ArcGIS Tutorial: Geocoding Addresses U ArcGIS Tutorial: Geocoding Addresses Introduction Address data can be applied to a variety of research questions using GIS. Once imported into a GIS, you can spatially display the address locations and

More information

ARC HYDRO GROUNDWATER TUTORIALS

ARC HYDRO GROUNDWATER TUTORIALS ARC HYDRO GROUNDWATER TUTORIALS Subsurface Analyst Creating ArcMap cross sections from existing cross section images Arc Hydro Groundwater (AHGW) is a geodatabase design for representing groundwater datasets

More information

GIS Module GMS 7.0 TUTORIALS. 1 Introduction. 1.1 Contents

GIS Module GMS 7.0 TUTORIALS. 1 Introduction. 1.1 Contents GMS 7.0 TUTORIALS 1 Introduction The GIS module can be used to display data from a GIS database directly in GMS without having to convert that data to GMS data types. Native GMS data such as grids and

More information

v. 8.0 GMS 8.0 Tutorial GIS Module Shapefile import, display, and conversion Prerequisite Tutorials None Time minutes

v. 8.0 GMS 8.0 Tutorial GIS Module Shapefile import, display, and conversion Prerequisite Tutorials None Time minutes v. 8.0 GMS 8.0 Tutorial Shapefile import, display, and conversion Objectives Learn how to import and display shapefiles with and without ArcObjects. Convert the shapefiles to GMS feature objects. Prerequisite

More information

Module 1C: Adding Dovetail Seams to Curved Edges on A Flat Sheet-Metal Piece

Module 1C: Adding Dovetail Seams to Curved Edges on A Flat Sheet-Metal Piece 1 Module 1C: Adding Dovetail Seams to Curved Edges on A Flat Sheet-Metal Piece In this Module, we will explore the method of adding dovetail seams to curved edges such as the circumferential edge of a

More information

ArcGIS 9 Using ArcGIS StreetMap

ArcGIS 9 Using ArcGIS StreetMap ArcGIS 9 Using ArcGIS StreetMap Copyright 2001 2004 ESRI All Rights Reserved. Printed in the United States of America. The information contained in this document is the exclusive property of ESRI. This

More information

GEOGRAPHIC MODELLING AND ANALYSIS

GEOGRAPHIC MODELLING AND ANALYSIS GEOGRAPHIC MODELLING AND ANALYSIS I. INTRODUCTION A. Background Geographic Information System is organized within a GIS so as to optimize the convenience and efficiency with they can be used. To distinguish

More information

MODULE 1 HAZARDOUS EMERGENCY DECISIONS

MODULE 1 HAZARDOUS EMERGENCY DECISIONS MODULE INTRODUCTION Accidents, natural disasters, and terrorism produce chaotic homeland security situations that require a coordinated response based on sound information. GIS, when applied to these emergencies,

More information

AmericaView EOD 2016 page 1 of 16

AmericaView EOD 2016 page 1 of 16 Remote Sensing Flood Analysis Lesson Using MultiSpec Online By Larry Biehl Systems Manager, Purdue Terrestrial Observatory (biehl@purdue.edu) v Objective The objective of these exercises is to analyze

More information

Lab Assignment 5 Geoprocessing Service. Due Date: 01/24/2014

Lab Assignment 5 Geoprocessing Service. Due Date: 01/24/2014 Lab Assignment 5 Geoprocessing Service Due Date: 01/24/2014 Overview Geoprocessing is one of the original purposes or functions when GIS was invented. It provides tools and a framework for performing analysis

More information

ARCGIS DESKTOP DEMO (GEOCODING, SERVICE AREAS, TABULAR & SPATIAL JOINS)

ARCGIS DESKTOP DEMO (GEOCODING, SERVICE AREAS, TABULAR & SPATIAL JOINS) ARCGIS DESKTOP DEMO (GEOCODING, SERVICE AREAS, TABULAR & SPATIAL JOINS) Indiana State GIS Day Conference: September 22, 2015 ASHLEY SUITER GIS Data Analyst Epidemiology Resource Center Indiana State Department

More information

EDUCATION GIS CONFERENCE Geoprocessing with ArcGIS Pro. Rudy Prosser GISP CTT+ Instructor, Esri

EDUCATION GIS CONFERENCE Geoprocessing with ArcGIS Pro. Rudy Prosser GISP CTT+ Instructor, Esri EDUCATION GIS CONFERENCE Geoprocessing with ArcGIS Pro Rudy Prosser GISP CTT+ Instructor, Esri Maintenance What is geoprocessing? Geoprocessing is - a framework and set of tools for processing geographic

More information

Objectives Learn how to import and display shapefiles in GMS. Learn how to convert the shapefiles to GMS feature objects. Required Components

Objectives Learn how to import and display shapefiles in GMS. Learn how to convert the shapefiles to GMS feature objects. Required Components v. 10.3 GMS 10.3 Tutorial Importing, displaying, and converting shapefiles Objectives Learn how to import and display shapefiles in GMS. Learn how to convert the shapefiles to GMS feature objects. Prerequisite

More information

UNIGIS University of Salzburg. Module: ArcGIS for Server Lesson: Online Spatial analysis UNIGIS

UNIGIS University of Salzburg. Module: ArcGIS for Server Lesson: Online Spatial analysis UNIGIS 1 Upon the completion of this presentation you should be able to: Describe the geoprocessing service capabilities Define supported data types input and output of geoprocessing service Configure a geoprocessing

More information

AGENDA. Effective Geodatabase Management. Presentation Title. Using Automation. Mohsen Kamal. Name of Speaker Company Name

AGENDA. Effective Geodatabase Management. Presentation Title. Using Automation. Mohsen Kamal. Name of Speaker Company Name AGENDA Effective Geodatabase Management Presentation Title Using Automation Mohsen Kamal Name of Speaker Company Name Agenda Introducing the geodatabase What is a Schema? Schema Creation Options Geoprocessing

More information

Hydraulics and Floodplain Modeling Managing HEC-RAS Cross Sections

Hydraulics and Floodplain Modeling Managing HEC-RAS Cross Sections WMS 10.1 Tutorial Hydraulics and Floodplain Modeling Managing HEC-RAS Cross Sections Modify cross sections in an HEC-RAS model to use surveyed cross section data v. 10.1 Objectives Build a basic HEC-RAS

More information

Making the Most of the New Mapping Capabilities

Making the Most of the New Mapping Capabilities Felipe Allegretti, Banita Kassen, Carolyn Holness Business Analysts Saliegh Aziz Senior Software Engineer LANDFOLIO DENVER USER CONFERENCE 2018 Making the Most of the New Mapping Capabilities Maps Creating

More information

Sheet Metal Punch ifeatures

Sheet Metal Punch ifeatures Lesson 5 Sheet Metal Punch ifeatures Overview This lesson describes punch ifeatures and their use in sheet metal parts. You use punch ifeatures to simplify the creation of common and specialty cut and

More information

Batch Processing Converting images in a folder to JPEG

Batch Processing Converting images in a folder to JPEG Batch Processing Converting images in a folder to JPEG Request I would like to convert multiple RAW images (NEF files) to JPEG images all at once Response You can use a Batch Process to convert all RAW

More information

ADD A FILL (SHADING) OR EFFECT TO A SHAPE OR TEXT BOX

ADD A FILL (SHADING) OR EFFECT TO A SHAPE OR TEXT BOX ADD A FILL (SHADING) OR EFFECT TO A SHAPE OR TEXT BOX Definitions of Fills, Gradients, and Effects You can change the look of a shape or text box by changing its fill or by adding effects to it, such as

More information

Monitoring land-cover change by satellite

Monitoring land-cover change by satellite Change in the Right Direction Monitoring land-cover change by satellite by Introduction Problem Can city utility services use remote satellite data, processed with geographic information systems (GIS),

More information

Downloading Imagery & LIDAR

Downloading Imagery & LIDAR Downloading Imagery & LIDAR 333 Earth Explorer The USGS is a great source for downloading many different GIS data products for the entire US and Canada and much of the world. Below are instructions for

More information

Hydraulics and Floodplain Modeling Managing HEC-RAS Cross Sections

Hydraulics and Floodplain Modeling Managing HEC-RAS Cross Sections v. 9.1 WMS 9.1 Tutorial Hydraulics and Floodplain Modeling Managing HEC-RAS Cross Sections Modify cross sections in an HEC-RAS model to use surveyed cross section data Objectives Build a basic HEC-RAS

More information

GEO/EVS 425/525 Unit 2 Composing a Map in Final Form

GEO/EVS 425/525 Unit 2 Composing a Map in Final Form GEO/EVS 425/525 Unit 2 Composing a Map in Final Form The Map Composer is the main mechanism by which the final drafts of images are sent to the printer. Its use requires that images be readable within

More information

Lesson 9: Multitemporal Analysis

Lesson 9: Multitemporal Analysis Lesson 9: Multitemporal Analysis Lesson Description Multitemporal change analyses require the identification of features and measurement of their change through time. In this lesson, we will examine vegetation

More information

2

2 1 2 3 4 5 6 7 of 14 7/11/17, 8:46 AM 7 8 9 10 11 12 13 Apply an animation 1. Select the object or text on the slide that you want to animate. An "object" in this context is any thing on a slide, such as

More information

Using Soil Productivity to Assess Agricultural Land Values in North Dakota

Using Soil Productivity to Assess Agricultural Land Values in North Dakota Using Soil Productivity to Assess Agricultural Land Values in North Dakota STUDENT HANDOUT Overview Why is assigning a true and full value to agricultural land parcels important? Agricultural production

More information

New Mexico Pan Evaporation CE 547 Assignment 2 Writeup Tom Heller

New Mexico Pan Evaporation CE 547 Assignment 2 Writeup Tom Heller New Mexico Pan Evaporation CE 547 Assignment 2 Writeup Tom Heller Inserting data, symbols, and labels After beginning a new map, naming it and editing the metadata, importing the PanEvap and CountyData

More information

To-Do List: Initial steps upon opening an.ai document that has been exported from ArcMap

To-Do List: Initial steps upon opening an.ai document that has been exported from ArcMap To-Do List: Initial steps upon opening an.ai document that has been exported from ArcMap 1. Update labels. 2. Release all clipping masks and delete the mask. 3. Ungroup all items. 4. Update font sizes.

More information

Drawing Layouts Paper space & Model Space

Drawing Layouts Paper space & Model Space Drawing Layouts Paper space & Model Space Users of Bricscad will have seen the tabs at the bottom left of the drawings area labelled: Model, Layout1, Layout2 but may not know how to use them or what they

More information

ArcGIS Pro: Tips & Tricks

ArcGIS Pro: Tips & Tricks ArcGIS Pro: Tips & Tricks James Sullivan Solution Engineer Agenda Project Structure/Set Up Data Visualization/Map Authoring Data/Map Exploration Geoprocessing Editing Layouts Sharing Working with the Ribbon

More information

Quick Guide for ArcReader GIS Installation & Use

Quick Guide for ArcReader GIS Installation & Use Town of Hanover Planning Department Quick Guide for ArcReader GIS Installation & Use For more information, contact the Town Planner, Andrew Port (781-826-7641) or port.planning@hanover-ma.gov System Requirements

More information

5 Masks and Channels

5 Masks and Channels 5 Masks and Channels Adobe Photoshop uses masks to isolate and manipulate specific parts of an image. A mask is like a stencil. The cutout portion of the mask can be altered, but the area surrounding the

More information

Stratigraphy Modeling Boreholes and Cross Sections

Stratigraphy Modeling Boreholes and Cross Sections GMS TUTORIALS Stratigraphy Modeling Boreholes and Cross Sections The Borehole module of GMS can be used to visualize boreholes created from drilling logs. Also three-dimensional cross sections between

More information

Create all plan and profile sheets in the current drawing. Create all plan and profile sheets in individual drawings.

Create all plan and profile sheets in the current drawing. Create all plan and profile sheets in individual drawings. NOTES Module 18 Roadway Plan Production In this module, you learn how to work with Roadway Plan Production tools in AutoCAD Civil 3D. The Plan Production tools are used to automate the generation of plan

More information

Definiens. Tissue Studio 4.2. Tutorial 1: Composer and Nuclear Markers

Definiens. Tissue Studio 4.2. Tutorial 1: Composer and Nuclear Markers Definiens Tissue Studio 4.2 Tutorial 1: Composer and Nuclear Markers Tutorial 1: Composer and Nuclear Markers Imprint and Version Copyright 2015 Definiens AG. All rights reserved. This document may be

More information

F2 - Fire 2 module: Remote Sensing Data Classification

F2 - Fire 2 module: Remote Sensing Data Classification F2 - Fire 2 module: Remote Sensing Data Classification F2.1 Task_1: Supervised and Unsupervised classification examples of a Landsat 5 TM image from the Center of Portugal, year 2005 F2.1 Task_2: Burnt

More information

GST 101: Introduction to Geospatial Technology Lab Series. Lab 6: Understanding Remote Sensing and Aerial Photography

GST 101: Introduction to Geospatial Technology Lab Series. Lab 6: Understanding Remote Sensing and Aerial Photography GST 101: Introduction to Geospatial Technology Lab Series Lab 6: Understanding Remote Sensing and Aerial Photography Document Version: 2013-07-30 Organization: Del Mar College Author: Richard Smith Copyright

More information

COPYRIGHT NATIONAL DESIGN ACADEMY

COPYRIGHT NATIONAL DESIGN ACADEMY National Design Academy How 2 Guide Use SketchUp with LayOut COPYRIGHT NATIONAL DESIGN ACADEMY Use SketchUp with LayOut In order to be able to produce accurate scale drawings in SketchUp, you must use

More information

AECOsim Building Designer. Quick Start Guide. Chapter A08 Space Planning Bentley Systems, Incorporated

AECOsim Building Designer. Quick Start Guide. Chapter A08 Space Planning Bentley Systems, Incorporated AECOsim Building Designer Quick Start Guide Chapter A08 Space Planning 2012 Bentley Systems, Incorporated www.bentley.com/aecosim Table of Contents Space Planning...3 Sketches... 3 SpacePlanner... 4 Create

More information

ArcGIS Pro: What s New in Analysis. Rob Elkins

ArcGIS Pro: What s New in Analysis. Rob Elkins ArcGIS Pro: What s New in Analysis Rob Elkins ArcGIS Pro Welcome ArcGIS Pro: Analysis Rob Elkins ArcGIS Pro 1.0 Now Available = + Includes the complete ArcGIS Platform Application fusion Single, always

More information

Terrain Modeling with ArcView GIS

Terrain Modeling with ArcView GIS What You Will Need: A Pentium class PC with 32 MB of RAM (minimum) and 100 MB of free hard drive space, ArcView GIS 3.1 or higher and WinZip or an equivalent program, and an Internet connection. Data and/or

More information

Photoshop CS2. Step by Step Instructions Using Layers. Adobe. About Layers:

Photoshop CS2. Step by Step Instructions Using Layers. Adobe. About Layers: About Layers: Layers allow you to work on one element of an image without disturbing the others. Think of layers as sheets of acetate stacked one on top of the other. You can see through transparent areas

More information

SCHEDULE USER GUIDE. Version Noventri Suite Schedule User Guide SF100E REV 08

SCHEDULE USER GUIDE. Version Noventri Suite Schedule User Guide SF100E REV 08 SCHEDULE USER GUIDE Version 2.0 1 Noventri Suite Schedule User Guide SF100E-0162-02 REV 08 Table of Contents 1. SCHEDULE... 3 1.1 Overview... 3 1.2 Start SCHEDULE... 3 1.3 Select Project... 4 1.4 Select

More information

Stream Design: From GEOPAK to HEC-Ras

Stream Design: From GEOPAK to HEC-Ras 10 Stream Design: From GEOPAK to HEC-Ras OBJECTIVES Provide you with a general understanding of GEOPAK Cross Section Reports and their capability to generate geometric information for the HecRas program.

More information

QGIS LAB SERIES GST 101: Introduction to Geospatial Technology Lab 6: Understanding Remote Sensing and Analysis

QGIS LAB SERIES GST 101: Introduction to Geospatial Technology Lab 6: Understanding Remote Sensing and Analysis QGIS LAB SERIES GST 101: Introduction to Geospatial Technology Lab 6: Understanding Remote Sensing and Analysis Objective Explore and Understand How to Display and Analyze Remotely Sensed Imagery Document

More information

Watershed Sciences 4930 & 6920 GEOGRAPHIC INFORMATION SYSTEMS

Watershed Sciences 4930 & 6920 GEOGRAPHIC INFORMATION SYSTEMS Slides by Wheaton et al. (2009-2014) are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License Watershed Sciences 4930 & 6920 GEOGRAPHIC INFORMATION SYSTEMS INTRODUCTION

More information

A Little Spare Change

A Little Spare Change A Little Spare Change Monitoring land-cover change by satellite by Introduction Problem Can city utility services use remote satellite data, processed with geographic information systems (GIS), to help

More information

Spatial Analyst is an extension in ArcGIS specially designed for working with raster data.

Spatial Analyst is an extension in ArcGIS specially designed for working with raster data. Spatial Analyst is an extension in ArcGIS specially designed for working with raster data. 1 Do you remember the difference between vector and raster data in GIS? 2 In Lesson 2 you learned about the difference

More information

Introduction. Basic Image Formatting. Word 2010 Formatting Pictures. To Crop an Image: Page 1

Introduction. Basic Image Formatting. Word 2010 Formatting Pictures. To Crop an Image: Page 1 Word 2010 Formatting Pictures Introduction Page 1 Once you've added pictures to your documents, you can format them in various ways. The picture tools in Word 2010 make it easy to incorporate images into

More information

REVIT - RENDERING & DRAWINGS

REVIT - RENDERING & DRAWINGS TUTORIAL L-15: REVIT - RENDERING & DRAWINGS This Tutorial explains how to complete renderings and drawings of the bridge project within the School of Architecture model built during previous tutorials.

More information

in ArcMap By Mike Price, Entrada/San Juan, Inc.

in ArcMap By Mike Price, Entrada/San Juan, Inc. Interactively Create and Apply Logarithmic Legends in ArcMap By Mike Price, Entrada/San Juan, Inc. This exercise uses the dataset for Battle Mountain, Nevada, that was used in previous exercises. The Geochemistry

More information

GEO/EVS 425/525 Unit 3 Composite Images and The ERDAS Imagine Map Composer

GEO/EVS 425/525 Unit 3 Composite Images and The ERDAS Imagine Map Composer GEO/EVS 425/525 Unit 3 Composite Images and The ERDAS Imagine Map Composer This unit involves two parts, both of which will enable you to present data more clearly than you might have thought possible.

More information

Using Dynamic Views. Module Overview. Module Prerequisites. Module Objectives

Using Dynamic Views. Module Overview. Module Prerequisites. Module Objectives Using Dynamic Views Module Overview The term dynamic views refers to a method of composing drawings that is a new approach to managing projects. Dynamic views can help you to: automate sheet creation;

More information

ACAD-BAU TUTORIAL For BricsCAD platform

ACAD-BAU TUTORIAL   For BricsCAD platform ACAD-BAU TUTORIAL WWW.ARHINOVA.SI For BricsCAD platform August 06 WORKSPACE ACAD-BAU RIBBON ACAD-BAU CONTROL BAR F ACAD-BAU PALETTES BASIC SETTINGS Use New command and open the template called ACB_International.DWT.

More information

Stratigraphy Modeling Boreholes and Cross. Become familiar with boreholes and borehole cross sections in GMS

Stratigraphy Modeling Boreholes and Cross. Become familiar with boreholes and borehole cross sections in GMS v. 10.3 GMS 10.3 Tutorial Stratigraphy Modeling Boreholes and Cross Sections Become familiar with boreholes and borehole cross sections in GMS Objectives Learn how to import borehole data, construct a

More information

Microsoft Powerpoint 2013

Microsoft Powerpoint 2013 Microsoft Powerpoint 2013 Lesson 7 Creating SmartArt Graphics 2014, John Wiley & Sons, Inc. Microsoft Official Academic Course, Powerpoint 2013 1 Objectives 2014, John Wiley & Sons, Inc. Microsoft Official

More information

Applied Precast Concrete Detailing

Applied Precast Concrete Detailing Applied Precast Concrete Detailing Tekla Structures 11.0 August 30, 2005 Copyright 2005 Tekla Corporation Copyright 2005 Tekla Corporation Applied Precast Concrete Detailing i Copyright 2005 Tekla Corporation

More information

SENTINEL-1 Toolbox. Polarimetric Tutorial Issued March 2015 Updated August Luis Veci

SENTINEL-1 Toolbox. Polarimetric Tutorial Issued March 2015 Updated August Luis Veci SENTINEL-1 Toolbox Polarimetric Tutorial Issued March 2015 Updated August 2016 Luis Veci Copyright 2015 Array Systems Computing Inc. http://www.array.ca/ http://step.esa.int Polarimetric Tutorial The goal

More information

Three Steps to Dynamic View for BIM Applications

Three Steps to Dynamic View for BIM Applications Three Steps to Dynamic View for BIM Applications The process of creating and using dynamic views can seem daunting to even the most experienced user. The Bentley BIM applications provide tools to somewhat

More information

Using the ModelBuilder of ArcGIS 9 for Landscape Modeling

Using the ModelBuilder of ArcGIS 9 for Landscape Modeling Using the ModelBuilder of ArcGIS 9 for Landscape Modeling Jochen MANEGOLD, ESRI-Germany Geoprocessing in GIS A geographic information system (GIS) provides a framework to support planning tasks and decisions,

More information

1. Creating geometry based on sketches 2. Using sketch lines as reference 3. Using sketches to drive changes in geometry

1. Creating geometry based on sketches 2. Using sketch lines as reference 3. Using sketches to drive changes in geometry 4.1: Modeling 3D Modeling is a key process of getting your ideas from a concept to a read- for- manufacture state, making it core foundation of the product development process. In Fusion 360, there are

More information

Imaging Features Available in HTML5. it just makes sense

Imaging Features Available in HTML5. it just makes sense Imaging Features Available in HTML5 it just makes sense August, 2018 Imaging Features Available in HTML5 As part of the 5.2 SP1 release, the Images functionality is now available in HTML5 and provides

More information

ADMS 5 MapInfo Link. User Guide CERC

ADMS 5 MapInfo Link. User Guide CERC ADMS 5 MapInfo Link User Guide CERC ADMS 5 MapInfo Link User Guide November 2012 Cambridge Environmental Research Consultants Ltd 3 King s Parade Cambridge CB2 1SJ Telephone: +44 (0)1223 357773 Fax: +44

More information

Remote Sensing in an

Remote Sensing in an Chapter 20: Accuracy Assessment Remote Sensing in an ArcMap Environment Remote Sensing Analysis in an ArcMap Environment Tammy E. Parece Image source: landsat.usgs.gov Tammy Parece James Campbell John

More information

EQ Crib Notes. EQ7: Choose Start with a quick-quilt project

EQ Crib Notes. EQ7: Choose Start with a quick-quilt project EQ Crib Notes Start a new project Toolbars Find or start an existing project Project Toolbar: left. These buttons stay the same while you work. Design Toolbar: right. Change depending on what you re doing.

More information

GIMP WEB 2.0 ICONS. Web 2.0 Icons: Paperclip Completed Project

GIMP WEB 2.0 ICONS. Web 2.0 Icons: Paperclip Completed Project GIMP WEB 2.0 ICONS WEB 2.0 ICONS: PAPERCLIP OPEN GIMP or Web 2.0 Icons: Paperclip Completed Project Step 1: To begin a new GIMP project, from the Menu Bar, select File New. At the Create a New Image dialog

More information

Module 11 Digital image processing

Module 11 Digital image processing Introduction Geo-Information Science Practical Manual Module 11 Digital image processing 11. INTRODUCTION 11-1 START THE PROGRAM ERDAS IMAGINE 11-2 PART 1: DISPLAYING AN IMAGE DATA FILE 11-3 Display of

More information

Lab#2: Five Dimensions of GIS Data

Lab#2: Five Dimensions of GIS Data NRM338 Fall 2018 Lab#1 Page#1 of 13 Lab#2: Five Dimensions of GIS Data In this lab, we will explore five basic dimensions of GIS data Location or position Length and Area Measures (M-dimension) Elevation

More information

Submittals Quick Reference Guide

Submittals Quick Reference Guide This topic provides a reference for the Project Center Submittals activity center. Purpose The Submittals activity center in Newforma Contract Management enables you to effectively log submittals and track

More information

Sheet Metal OverviewChapter1:

Sheet Metal OverviewChapter1: Sheet Metal OverviewChapter1: Chapter 1 This chapter describes the terminology, design methods, and fundamental tools used in the design of sheet metal parts. Building upon these foundational elements

More information

Working with Detail Components and Managing DetailsChapter1:

Working with Detail Components and Managing DetailsChapter1: Chapter 1 Working with Detail Components and Managing DetailsChapter1: In this chapter, you learn how to use a combination of sketch lines, imported CAD drawings, and predrawn 2D details to create 2D detail

More information

Quick Start for Autodesk Inventor

Quick Start for Autodesk Inventor Quick Start for Autodesk Inventor Autodesk Inventor Professional is a 3D mechanical design tool with powerful solid modeling capabilities and an intuitive interface. In this lesson, you use a typical workflow

More information

CHAPTER 15. Cross Section Sheets. None, except batch processing of an input file.

CHAPTER 15. Cross Section Sheets. None, except batch processing of an input file. CHAPTER 15 Cross Section Sheets 15.1 Introduction Objectives Project Manager Menu Bar Application Learn the procedures for laying out cross section sheets. Cross Section Sheets None, except batch processing

More information

Organizing artwork on layers

Organizing artwork on layers 3 Layer Basics Both Adobe Photoshop and Adobe ImageReady let you isolate different parts of an image on layers. Each layer can then be edited as discrete artwork, allowing unlimited flexibility in composing

More information

Step 1: Set up the variables AB Design. Use the top cells to label the variables that will be displayed on the X and Y axes of the graph

Step 1: Set up the variables AB Design. Use the top cells to label the variables that will be displayed on the X and Y axes of the graph Step 1: Set up the variables AB Design Use the top cells to label the variables that will be displayed on the X and Y axes of the graph Step 1: Set up the variables X axis for AB Design Enter X axis label

More information

Instructor-added questions in Teaching Survey System. Instructions for selecting and customizing your survey

Instructor-added questions in Teaching Survey System. Instructions for selecting and customizing your survey http://www.teaching.pitt.edu/omet/ Instructor-added questions in Teaching Survey System Instructions for selecting and customizing your survey This document outlines the steps for selecting, creating and

More information

Introduction. Basic Image Formatting. PowerPoint 2010 Formatting Pictures. To Crop an Image: Page 1

Introduction. Basic Image Formatting. PowerPoint 2010 Formatting Pictures. To Crop an Image: Page 1 PowerPoint 2010 Formatting Pictures Introduction Page 1 Once you've added pictures to your presentations, you can format them in various ways. The picture tools in PowerPoint 2010 make it easy to incorporate

More information

WISDOM Application Exercise

WISDOM Application Exercise WISDOM Application Exercise Wyoming Interagency Spatial Database & Online Management (WISDOM) System To answer the following questions, navigate to the WISDOM Application (http://wisdom.wygisc.org) and

More information

Public Safety Routing Using ArcGIS Online and HERE Data

Public Safety Routing Using ArcGIS Online and HERE Data Public Safety Routing Using ArcGIS Online and HERE Data Knowledge, Skills, and Abilities (KSAs) Supported This training module develops several KSAs that are fundamental to using GIS to support public

More information

Activity Editing Bitmapped Images Chapter 3

Activity Editing Bitmapped Images Chapter 3 Activity Editing Bitmapped Images Chapter 3 Overview This is a hands-on activity. The purpose of this activity is to apply various effects to parts of an image. Learning Outcomes Students will be able

More information

CAD Tutorial. CAD Detail Windows. In this tutorial you ll learn about: CAD Detail Windows Exploding and Modifying a CAD Block

CAD Tutorial. CAD Detail Windows. In this tutorial you ll learn about: CAD Detail Windows Exploding and Modifying a CAD Block CAD Tutorial In this tutorial you ll learn about: CAD Detail Windows Exploding and Modifying a CAD Block Creating a New CAD Block CAD Detail from View Creating a Plot Plan CAD Detail Windows CAD Details

More information

Practice Workbook. Cross Sections: Creating, Annotating, and Volumes. SELECTseries 4 ( ) or newer

Practice Workbook. Cross Sections: Creating, Annotating, and Volumes. SELECTseries 4 ( ) or newer Practice Workbook This workbook is designed for use in Live instructor-led training and for OnDemand self study. The explanations and demonstrations are provided by the instructor in the classroom, or

More information

Introduction to Parametric Modeling AEROPLANE. Design & Communication Graphics 1

Introduction to Parametric Modeling AEROPLANE. Design & Communication Graphics 1 AEROPLANE Design & Communication Graphics 1 Object Analysis sheet Design & Communication Graphics 2 Aeroplane Assembly The part files for this assembly are saved in the folder titled Aeroplane. Open an

More information

Davis Art Images: Create and Share Slideshows

Davis Art Images: Create and Share Slideshows Davis Art Images: Create and Share Slideshows Davis Art Images, you can create and curate custom sets of images to use in your art room with Tags. Your Tagged Image Sets can then be viewed and presented

More information

SHAPE CLUSTER PHOTO DISPLAY

SHAPE CLUSTER PHOTO DISPLAY SHAPE CLUSTER PHOTO DISPLAY In this Photoshop tutorial, we ll learn how to display a single photo as a cluster of shapes, similar to larger wall cluster displays where several photos, usually in different

More information

Lesson 4 Holes and Rounds

Lesson 4 Holes and Rounds Lesson 4 Holes and Rounds 111 Figure 4.1 Breaker OBJECTIVES Sketch arcs in sections Create a straight hole through a part Complete a Sketched hole Understand the Hole Tool Use Info to extract information

More information

v Introduction Images Import images in a variety of formats and register the images to a coordinate projection WMS Tutorials Time minutes

v Introduction Images Import images in a variety of formats and register the images to a coordinate projection WMS Tutorials Time minutes v. 10.1 WMS 10.1 Tutorial Import images in a variety of formats and register the images to a coordinate projection Objectives Import various types of image files from different sources. Learn how to work

More information

Create styles that control the display of Civil 3D objects. Copy styles from one drawing to another drawing.

Create styles that control the display of Civil 3D objects. Copy styles from one drawing to another drawing. NOTES Module 03 Settings and Styles In this module, you learn about the various settings and styles that are used in AutoCAD Civil 3D. A strong understanding of these basics leads to more efficient use

More information

Introduction. Let s get started...

Introduction. Let s get started... Introduction Welcome to PanoramaPlus 2, Serif s fully-automatic 2D image stitcher. If you re looking for panorama-creating software that s quick and easy to use, but doesn t compromise on image quality,

More information