GEOGRAPHIC MODELLING AND ANALYSIS

Size: px
Start display at page:

Download "GEOGRAPHIC MODELLING AND ANALYSIS"

Transcription

1 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 a GIS from other types of information system are its spatial analysis (Arronof, 1994). The GIS database is a model of the real world that can be used to mimic certain aspect of reality. An important GIS application is predicting the consequences of purpose activities. The spatial analysis will identify area suitable for the proposed lab site and the tabular analysis will provide an estimated cost acquisition. Geographic analysis allows studying real-world processes by developing and applying models (ESRI, 1994). Introduction and Advanced courses in Geographic Information Systems about Geographic Modeling and Analysis data sources techniques used in the planning process, with an emphasis placed on appropriate applications. We receive considerable experience in using geographic information systems technology to solve real-world problems. Modeling use GIS has the advantage, because of its capability of dynamic simulation, and repeat analysis under changing conditions. This assignment introduce to the spatial analysis capabilities of ArcView GIS that we focus on the modeling and analysis and analysis capabilities of a GIS and working with data provide that to perform a geographic analysis application which we choice. My project is determining ideal location to build Tobacco Processing Manufacture in Lombok Island. There are several constrains for an application of interest, those are: 1. The site in agriculture area 2. Site must be within 1 km of existing road 3. Site must be beyond 500 m of existing river 4. Site must contains an area at least 50,000 meters square The coverages should be available to support this project are lanzon, river, linriver, and road of Lombok island. The data provided in the shared directory on \\Biosvrrex01\Courses\ITM524\Assn2\Data. B. Objective The objectives this assignment are to introduce concepts of geographic analysis and describes some of methods involved in this assignment, to establish a set criteria and constrains for GIS application that interest to build project, to define our problem and then identify a sequence of operations to produce meaning results, to try to finding suitable area for a new project (Tobacco Processing Manufacture).

2 II. GENERAL PROCEDURE Step 1. Determining agriculture area First requirement of the project (analysis suitable area for Tobacco Processing Manufacture), that s site is agriculture area. To determine this land use type, we use landzon data, which has agriculture type. The steps for determining this land use are: Start ArcView. Click Add themes to open a data. In the Add themes dialog, chose landzon as feature data source, then click OK (Figure 1a and 1b) Checks the attributes of the landzon coverage. To do this, make the landzon theme active in the TOC, and click on the ShowTable button. (Figure 2) Open theme table (1a) (1b) Figure 1. Add theme dialog box (1a); Displaying of lanzon feature data source Join item attribute table of landzon with landzone.dbf The attribute table of landzon doesn t has description or characteristic of land use (i.e. agriculture, urban, indutry, forest, etc), so to get it we have to make join item with lanzone.dbf o Open the attribute table of landzon coverage and landzone.dbf o Combine both of attribute tables by click zone field in lanzone.dbf first, then zone field in lanzon, and click button from toolbar menu. Figure 2. Join item procedure using zone field 1

3 Convert the file changing to shape file as Landuse.shp (shown as Figure 3). This file is selected to get agriculture area by using query. Figure 3. Displaying of landuse.shp Query to get agriculture site Open the Theme menu and choose Query. In the query dialog, determine agriculture site, then click New Set button. The query dialog and agriculture site is shown as Figure 4. Figure 4. Query dialog; and Displaying of agriculture.shp Step 2. Determining site within 1 km of existing road To determine site within 1 km of existing road, could be done by create buffer from jalan coverage. Open the jalan coverage by click button from toolbar menu. Figure 5. Displaying jalan as feature data source 2

4 Create buffer in jalan coverage with distance 1 km Before perform buffer, sets up properties jalan to units meters by click menu View\ properties from toolbar menu. Click Theme\Create buffer from menu toolbar, then perform buffer jalan. Perform the buffer distance to 1000 meters. Figure 6 is shown buffer road dialog; and displaying of the result Buffer_road.shp Figure 6. Buffer road dialog; and Displaying of the result Buffer_road.shp Step 3. Determining site beyond 500 m of existing river There are two coverages used to determine site beyond 500 m of existing river. They are river and linriver coverage. First, we have to create buffer to these coverage with distance 500 meters. A. Buffer of river o Create buffer river with distance 500 m, by click Theme menu\create buffer from toolbar menu Figure 7. Buffer river dialog box; and Displaying of Buffer_riv.shp o Convert to Shapefile the result of river buffering as Buffer_riv.shp as Figure 7. B. Buffer linriver o Create buffer linriver with distance 500 m, by click Theme menu\create buffer from menu toolbar 3

5 Figure 8. Buffer linriver dialog box; and Displaying of Buffer_linriv.shp o Convert to Shapefile the result of linriver buffering as Buffer_linriv.shp as Figure 8. C. Union Buffer_riv.shp and Buffer_linriv.shp o First, activate Geoprocessing by open the File menu and chose Extensions. In the Extensions dialog, click the GeoProcessing check box and click OK. To begin union process, click View menu then chose Geoprocessing Wizard. Define geoprocessing dialog. Figure 9. Union ( Buffer_riv.shp and Buffer_linriv.shp ) dialog box; and Displaying of Buffer_river.shp o Convert to Shapefile the result of union process as Buffer_river.shp as Figure 9. Step 4. Union Buffer_river.shp and Agriculture.shp A. Manipulating attribute of Buffer_river.shp o Open attribute table of Buffer_river.shp, activated it s window o Click Table menu and chose Start Editing o Click Edit menu then chose Add Field. Fill the Field Definition dialog, then click OK Figure 10. Field Definition dialog box 4

6 o Sets River_id field with number 1, then clicks Stop Editing from menu Table as Figure 11 below: Figure 11. Attributes table of Buffer_river.shp after manipulating B. Union Buffer_river.shp and Agriculture.shp o Create union Buffer_river.shp (after attribute manipulating) and Agriculture.shp by open View menu then chose Geoprocessing Wizard. Define geoprocessing dialog as Figure 12. Figure 12. Union ( Buffer_river.shp and Agriculture.shp ) dialog; and Displaying of the result ( Union_river_agric.shp ) o Convert to Shapefile the result of union process as Union_river_agric.shp Step 5. Perform query from Union_river_agric.shp o Clicks button from menu toolbar, to make query from Union_river_agric.shp then cliks New Set button. o Convert to Shapefile by click Theme menu\covert to Shapefile (as river_agric.shp ) Figure 13. Query dialog box; and Displaying of river_agric.shp 5

7 Step 6. Intersect between river_agric.shp and Buffer_road.shp as result (study area) o From toolbar menu, click View menu\geoprocessing Wizard\Intersect two theme o Intersect between river_agric.shp and Buffer_road.shp and get result.shp as study area Figure 14. Suitable area according to criteria of the analysis Step 7. Creating Layout The final step is to make layouts for every step that have been made (each study area). This step can be done by clicking View menu and choose Layout to make the layouts. The result can bee seen in the appendix 2. All the layouts can be exported into graphic format files (e.g. BMP, JPEG). Figure 15. Layout functionality in ArcView Step 8. Avenue Script Avenue script is used in this assignment as syntax to make two buttons (previous button and next button ). These two buttons are used to display a series of layouts. When we click button, the previous layout will be displayed and if we click button, the next layout will be displayed. The result can be shown in this Figure 16. Lists of avenue script used in this assignment can bee seen in Appendix 3. Figure 16. Adding New Button in The Toolbar 6

8 III. CONCLUSSION 1. Spatial analysis was done using the ArcView Spatial Analyst Extension. The Spatial Analyst presents generic spatial analysis functionality on grid and feature themes that is added to ArcView as an extension. Among other functionalities the Spatial Analyst Extension enables the following operations to be carried out: establishing distance, assigning proximity, calculating density, calculating cell statistics, map querying, neighborhood statistics, reclassifying, interpolating grid, deriving slope, computing hill shading and converting to grid. 2. Before doing a decision regarding spatial problem, first we should do geographical analysis to ensure that our location occupy the criteria that has been determined by the user or by the law. There are several commands in ArcView that might be used in performing geographical analysis, e.g. buffering, union, intersect, overlay, attribute manipulation, querying, etc. 3. Buffer analysis is used for identifying areas surrounding geographic features. The process involves generating a buffer around existing geographic features and then identifying or selecting features based on whether they fall inside or outside the boundary of the buffer. IV. RECOMENDATION There are many locations that satisfy the criteria that have been determined for Tobacco Processing Manufacture. But in performing decision, geographic criteria is not the only one that has to be considered, there are many other criteria should be included also, for example Tobacco production data for each sub district. So for further analysis, another supported data such as production data should also be included so that our result would be more reliable. 7

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

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

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

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

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

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

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

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

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

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

Geography 281 Map Making with GIS Project Ten: Mapping and Spatial Analysis 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

More information

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

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

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

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

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

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

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

ArcGIS Pro: What s New in Analysis

ArcGIS Pro: What s New in Analysis Federal GIS Conference February 9 10, 2015 Washington, DC ArcGIS Pro: What s New in Analysis James Sullivan What is analysis? Analysis transforms raw data into information or knowledge. Spatial analysis

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

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

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

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

Getting Started. Before You Begin, make sure you customized the following settings:

Getting Started. Before You Begin, make sure you customized the following settings: Getting Started Getting Started Before getting into the detailed instructions for using Generative Drafting, the following tutorial aims at giving you a feel of what you can do with the product. It provides

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

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

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

Geocoding Address Data & Using Geocoded Data

Geocoding Address Data & Using Geocoded Data Geocoding Address Data & Using Geocoded Data This document located at /geocoding.pdf Using this Document & Terms of Use Copyright 2014. ProximityOne. All Rights Reserved. Geocoding Address Data Terms of

More information

1. Working with Bathymetry

1. Working with Bathymetry 1. Working with Bathymetry The CMS setup for Shark River Inlet provides a succinct example for illustrating a number of methods and SMS tools that can be applied to most engineering projects. The area

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

Sharing Data Between CAD and GIS Systems. Lien Alpert Phil Sanchez

Sharing Data Between CAD and GIS Systems. Lien Alpert Phil Sanchez Sharing Data Between CAD and GIS Systems Lien Alpert Phil Sanchez Session Overview Discuss current CAD strategies Outline ESRI s CAD support Demonstrate techniques for working with CAD data CAD Strategies

More information

Vectorworks Architect

Vectorworks Architect SAMPLE by Jonathan Pickup third edition written with version 2011 Vectorworks Architect Tutorial Manual Table of Contents Introduction... iii How to Use this Manual... iii New Ways of Drawing... iv Vectorworks

More information

Building Java Apps with ArcGIS Runtime SDK

Building Java Apps with ArcGIS Runtime SDK Building Java Apps with ArcGIS Runtime SDK Vijay Gandhi, Elise Acheson, Eric Bader Demo Source code: https://github.com/esri/arcgis-runtime-samples-java/tree/master/devsummit-2014 Video Recording: http://video.esri.com

More information

New Jersey Audubon Society s. Garden State Audubon Council A Non-Profit Organization

New Jersey Audubon Society s. Garden State Audubon Council A Non-Profit Organization New Jersey Audubon Society s Important Bird and Birding Areas Program: Mapping Priority Areas for Conservation in the Delaware Estuary Cristina Frank, Program Coordinator Beth Ciuzio, Stewardship Project

More information

Spectrum Management System for Developing Countries (SMS4DC)

Spectrum Management System for Developing Countries (SMS4DC) Spectrum Management System for Developing Countries (SMS4DC) Pacific Radiocommunication Workshop 2018 (PRW-18) 04 06 Sep 2018 Honiara, Solomon Islands Aamir Riaz International Telecommunication Union Regional

More information

Using the ADMS Mapper

Using the ADMS Mapper Using the ADMS Mapper Mark Attree, CERC ADMS-Urban and ADMS-Roads User Group Meeting 14 th November 2013 Newcastle Contents Introduction Key applications Using the ADMS Mapper Viewing model input Checking

More information

The Benefits and Appropriate Use of Base Flood Approximate Shapefiles to Calculate Zone A Base Flood Elevations. Jeremy Kirkendall, CFM June 12, 2013

The Benefits and Appropriate Use of Base Flood Approximate Shapefiles to Calculate Zone A Base Flood Elevations. Jeremy Kirkendall, CFM June 12, 2013 The Benefits and Appropriate Use of Base Flood Approximate Shapefiles to Calculate Zone A Base Flood Elevations Jeremy Kirkendall, CFM June 12, 2013 Federal Emergency Management Agency (FEMA) Flood Insurance

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

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

Realigning Historical Census Tract and County Boundaries

Realigning Historical Census Tract and County Boundaries Realigning Historical Census Tract and County Boundaries David Van Riper Research Fellow Minnesota Population Center University of Minnesota Twin Cities dvanriper@gmail.com Stanley Dallal ESEA dallal@esea.com

More information

Using QuickBird Imagery in ESRI Software Products

Using QuickBird Imagery in ESRI Software Products Using QuickBird Imagery in ESRI Software Products TABLE OF CONTENTS 1. Introduction...2 Purpose Scope Image Stretching Color Guns 2. Imagery Usage Instructions...4 ArcView 3.x...4 ArcGIS...7 i Using QuickBird

More information

Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 16. GEOCODING AND DYNAMIC SEGMENTATION 16.1 Geocoding 16.1.1 Geocoding Reference Database 16.1.2 The Address Matching Process 16.1.3 Address Matching Options Box 16.1 Scoring System for Geocoding

More information

06/17/02 Page 1 of 12

06/17/02 Page 1 of 12 Understanding the Graphical User Interface When you start AutoCAD, the AutoCAD window opens. The window is your design work space. It contains elements that you use to create your designs and to receive

More information

LAB 2: Sampling & aliasing; quantization & false contouring

LAB 2: Sampling & aliasing; quantization & false contouring CEE 615: Digital Image Processing Spring 2016 1 LAB 2: Sampling & aliasing; quantization & false contouring A. SAMPLING: Observe the effects of the sampling interval near the resolution limit. The goal

More information

Historic Wildfire Research in Southeastern Idaho. Fredrik Thoren, Daniel Mattsson,

Historic Wildfire Research in Southeastern Idaho. Fredrik Thoren, Daniel Mattsson, Historic Wildfire Research in Southeastern Idaho Fredrik Thoren, kiruna_thoren@hotmail.com Daniel Mattsson, phillou1@hotmail.com Abstract: The goal of this project was to create and analyze wildfire areas

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

Existing and Design Profiles

Existing and Design Profiles NOTES Module 09 Existing and Design Profiles In this module, you learn how to work with profiles in AutoCAD Civil 3D. You create and modify profiles and profile views, edit profile geometry, and use styles

More information

Implementing Analysis in ArcGIS Runtime

Implementing Analysis in ArcGIS Runtime Esri Developer Summit March 8 11, 2016 Palm Springs, CA Implementing Analysis in ArcGIS Runtime Mike Branscomb Eric Bader David Lednik Analysis Understand Places Determine relationships Find locations

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

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

Interactive Design/Decision Making in a Virtual Urban World: Visual Simulation and GIS

Interactive Design/Decision Making in a Virtual Urban World: Visual Simulation and GIS Robin Liggett, Scott Friedman, and William Jepson Interactive Design/Decision Making in a Virtual Urban World: Visual Simulation and GIS Researchers at UCLA have developed an Urban Simulator which links

More information

AutoCAD Civil 3D 2009 ESSENTIALS

AutoCAD Civil 3D 2009 ESSENTIALS AutoCAD Civil 3D 2009 ESSENTIALS SDC PUBLICATIONS Schroff Development Corporation www.schroff.com Better Textbooks. Lower Prices. Alignments and Profiles Section 2: Profiles In this section you learn how

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

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

FOCUS ON REAL DESIGN AUTOMATE THE REST CUSTOMTOOLS BATCH CONVERTING YOUR SOLIDWORKS FILES

FOCUS ON REAL DESIGN AUTOMATE THE REST CUSTOMTOOLS BATCH CONVERTING YOUR SOLIDWORKS FILES FOCUS ON REAL DESIGN AUTOMATE THE REST CUSTOMTOOLS BATCH CONVERTING YOUR SOLIDWORKS FILES Table of Contents BATCH CONVERTING YOUR SOLIDWORKS DOCUMENTS... 3 Introduction... 3 What does it do?... 3 How does

More information

jimfusion Satellite image manipulation SOFTWARE FEATURES QUICK GUIDE

jimfusion Satellite image manipulation SOFTWARE FEATURES QUICK GUIDE jimfusion Satellite image manipulation SOFTWARE FEATURES QUICK GUIDE * jimfusion was made almost specifically for research purposes and it does not intend to replace well established SIG or image manipulation

More information

GEORGIA WETLANDS TOOL

GEORGIA WETLANDS TOOL GEORGIA WETLANDS TOOL TONY GIARRUSSO ASSOCIATE DIRECTOR & SENIOR RESEARCH SCIENTIST GEORGIA TECH CENTER FOR GIS OUTLINE Project History Overview of NWI Data 2000 Georgia Basemap Wetlands Toolkit Overview

More information

Group of Experts on Protected Areas and Ecological Networks 9th meeting 4-5 October 2018

Group of Experts on Protected Areas and Ecological Networks 9th meeting 4-5 October 2018 Strasbourg, 27 September 2018 T-PVS/PA (2018) 14 [pa14e_2018.doc] CONVENTION ON THE CONSERVATION OF EUROPEAN WILDLIFE AND NATURAL HABITATS Group of Experts on Protected Areas and Ecological Networks 9th

More information

Autodesk Raster Design for Mapping and Land Development Professionals David Zavislan, P.E.

Autodesk Raster Design for Mapping and Land Development Professionals David Zavislan, P.E. December 2-5, 2003 MGM Grand Hotel Las Vegas Autodesk Raster Design for Mapping and Land Development Professionals David Zavislan, P.E. GI12-1 Explore the new and enhanced functionality in Autodesk Raster

More information

Image resizing with Microsoft Office Picture Manager

Image resizing with Microsoft Office Picture Manager Marketing Services and Web Management Digital Marketing Image resizing with Microsoft Office Picture Manager Document Owner Adam Seeley Last update Monday, 3 February 2014 Status Final Version 2.0 Circulation

More information

MicroLab 500-series Getting Started

MicroLab 500-series Getting Started MicroLab 500-series Getting Started 2 Contents CHAPTER 1: Getting Started Connecting the Hardware....6 Installing the USB driver......6 Installing the Software.....8 Starting a new Experiment...8 CHAPTER

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

This week we will work with your Landsat images and classify them using supervised classification.

This week we will work with your Landsat images and classify them using supervised classification. GEPL 4500/5500 Lab 4: Supervised Classification: Part I: Selecting Training Sets Due: 4/6/04 This week we will work with your Landsat images and classify them using supervised classification. There are

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

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

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

Provides the data analysis, management and

Provides the data analysis, management and Leveraging g the Geoprocessing Framework in ArcGIS Engine in.net (Best Practices) Jason Pardy Corey Tucker UC 2006 Tech Session 1 Workshop Outline What is Geoprocessing Accessing and Running Geoprocessing

More information

Generations Automatic Stand-Alone Lace By Bernie Griffith Generations Software

Generations Automatic Stand-Alone Lace By Bernie Griffith Generations Software We are going to create an open Italian lace. Generations software products provide advanced image processing features allowing for the creation of stand-alone lace with just a few simple techniques. A

More information

ArcGIS Runtime SDK for Java: Building Applications. Eric

ArcGIS Runtime SDK for Java: Building Applications. Eric ArcGIS Runtime SDK for Java: Building Applications Eric Bader @ECBader Agenda ArcGIS Runtime and the SDK for Java How to build / Functionality - Maps, Layers and Visualization - Geometry Engine - Routing

More information

Version 8 Tutorial

Version 8 Tutorial Version 8 Tutorial 800-989-4243 214-340-9436 support@vertigraph.com www.vertigraph.com 1 Table of Contents A. Overview... 4 B. About the SiteWorx/OS Window... 4 C. File Types Raster, Vector and PDF...

More information

Project Exercise 5 Cells and Cell Library

Project Exercise 5 Cells and Cell Library Project Exercise 5 Cells and Cell Library This project exercise provides step-by-step instructions for creating the design shown in Figure C5-1. The intent is to guide you in creating and using cells.

More information

Enhancement of Multispectral Images and Vegetation Indices

Enhancement of Multispectral Images and Vegetation Indices Enhancement of Multispectral Images and Vegetation Indices ERDAS Imagine 2016 Description: We will use ERDAS Imagine with multispectral images to learn how an image can be enhanced for better interpretation.

More information

MRI Grid. The MRI Grid is a tool in MRI Cell Image Analyzer, that can be used to associate measurements with labeled positions on a board.

MRI Grid. The MRI Grid is a tool in MRI Cell Image Analyzer, that can be used to associate measurements with labeled positions on a board. Abstract The is a tool in MRI Cell Image Analyzer, that can be used to associate measurements with labeled positions on a board. Illustration 2: A grid on a binary image. Illustration 1: The interface

More information

Version 9 Tutorial and User Guide

Version 9 Tutorial and User Guide Version 9 Tutorial and User Guide 800-989-4243 214-340-9436 support@vertigraph.com www.vertigraph.com 1 Table of Contents A. Overview... 4 B. About the SiteWorx/OS Window... 4 C. File Types Raster, Vector

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

AutoCAD LT Drawing Templates

AutoCAD LT Drawing Templates AutoCAD LT Section 4 AutoCAD LT Drawing Templates This section covers: 1. Creating new files and working with existing files a. Start a new drawing from scratch b. Use the new drawing wizard c. Create

More information

Autodesk Advance Steel. Drawing Style Manager s guide

Autodesk Advance Steel. Drawing Style Manager s guide Autodesk Advance Steel Drawing Style Manager s guide TABLE OF CONTENTS Chapter 1 Introduction... 5 Details and Detail Views... 6 Drawing Styles... 6 Drawing Style Manager... 8 Accessing the Drawing Style

More information

South Platte Mapping and Analysis Program (SPMAP)

South Platte Mapping and Analysis Program (SPMAP) South Platte Mapping and Analysis Program (SPMAP) Developed for the South Platte Advisory Committee by the Integrated Decision Support Group (IDS) at Colorado State University User Manual - South Platte

More information

How to Create and use Manual Linearization Profiles in Matan PhotoPrint Server

How to Create and use Manual Linearization Profiles in Matan PhotoPrint Server 1 Application Note: #011 Date: Nov. 03, 05 Written By: Eitan Abramovich Approved by: Shay Rosenzweig How to Create and use Manual Linearization Profiles in Matan PhotoPrint Server Introduction When printing

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

Advance Steel. Drawing Style Manager s guide

Advance Steel. Drawing Style Manager s guide Advance Steel Drawing Style Manager s guide TABLE OF CONTENTS Chapter 1 Introduction...7 Details and Detail Views...8 Drawing Styles...8 Drawing Style Manager...9 Accessing the Drawing Style Manager...9

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

Display and Draw Features

Display and Draw Features CHAPTER 7 Display and Draw Features 7.1 Overview Feature / Function Tool Display or draw DTM features, such as contours, triangles, lattices, voids, islands, etc. DTM Menu Bar Load > DTM Features GEOPAK

More information

Exercise 4-1 Image Exploration

Exercise 4-1 Image Exploration Exercise 4-1 Image Exploration With this exercise, we begin an extensive exploration of remotely sensed imagery and image processing techniques. Because remotely sensed imagery is a common source of data

More information

Example Application C H A P T E R 4. Contents

Example Application C H A P T E R 4. Contents C H A P T E R 4 Example Application This chapter provides an example application of how to perform steady flow water surface profile calculations with HEC-RAS. The user is taken through a step-by-step

More information

Supporting Network Planning Tools II

Supporting Network Planning Tools II Session 5.8 Supporting Network Planning Tools II Roland Götz LS telcom AG / Spectrocan 1 Modern Radio Network Planning Tools Radio Network Planning Tool Data / Result Output Data Management Network Processor

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

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

v WMS 10.0 Tutorial Introduction Images Read images in a variety of formats and register the images to a coordinate projection

v WMS 10.0 Tutorial Introduction Images Read images in a variety of formats and register the images to a coordinate projection v. 10.0 WMS 10.0 Tutorial Read images in a variety of formats and register the images to a coordinate projection Objectives Read various types of image files from different sources. Learn how to work with

More information

GEO/EVS 425/525 Unit 9 Aerial Photograph and Satellite Image Rectification

GEO/EVS 425/525 Unit 9 Aerial Photograph and Satellite Image Rectification GEO/EVS 425/525 Unit 9 Aerial Photograph and Satellite Image Rectification You have seen satellite imagery earlier in this course, and you have been looking at aerial photography for several years. You

More information

Fundamentals III PROJECT EXERCISE

Fundamentals III PROJECT EXERCISE 4 Fundamentals III PROJECT EXERCISE This project exercise provides point-by-point instructions for setting up the drawing with layers and then creating the objects shown in Figure P4 1. project EXERCISE

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

Network Analyst: Automating Workflows with Geoprocessing

Network Analyst: Automating Workflows with Geoprocessing Esri International User Conference San Diego, California Technical Workshops July 25, 2012 Network Analyst: Automating Workflows with Geoprocessing Deelesh Mandloi Patrick Stevens Introductions Who are

More information

TRBOnet Enterprise/PLUS

TRBOnet Enterprise/PLUS TRBOnet Enterprise/PLUS Bluetooth-based Indoor Positioning User Guide Version 5.2 World HQ Neocom Software 8th Line 29, Vasilyevsky Island St. Petersburg, 199004, Russia US Office Neocom Software 15200

More information

Introduction to Simulink Assignment Companion Document

Introduction to Simulink Assignment Companion Document Introduction to Simulink Assignment Companion Document Implementing a DSB-SC AM Modulator in Simulink The purpose of this exercise is to explore SIMULINK by implementing a DSB-SC AM modulator. DSB-SC AM

More information

Progeny Imaging. User Guide V x and Higher. Part Number: ECN: P1808 REV. F

Progeny Imaging. User Guide V x and Higher. Part Number: ECN: P1808 REV. F Progeny Imaging User Guide V. 1.6.0.x and Higher Part Number: 00-02-1598 ECN: P1808 REV. F Contents 1 About This Manual... 5 How to Use this Guide... 5 Text Conventions... 5 Getting Assistance... 6 2 Overview...

More information

Page 21 GRAPHING OBJECTIVES:

Page 21 GRAPHING OBJECTIVES: Page 21 GRAPHING OBJECTIVES: 1. To learn how to present data in graphical form manually (paper-and-pencil) and using computer software. 2. To learn how to interpret graphical data by, a. determining the

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

Release Highlights for BluePrint-PCB Product Version 1.8

Release Highlights for BluePrint-PCB Product Version 1.8 Release Highlights for BluePrint-PCB Product Version 1.8 Introduction BluePrint Version 1.8 Build 341 is a rolling release update. BluePrint rolling releases allow us to be extremely responsive to customer

More information