University of California, Los Angeles Department of Statistics. More on digitizing Random sample from a raster map Data interpolation

Size: px
Start display at page:

Download "University of California, Los Angeles Department of Statistics. More on digitizing Random sample from a raster map Data interpolation"

Transcription

1 University of California, Los Angeles Department of Statistics Statistics C173/C273 Instructor: Nicolas Christou More on digitizing Random sample from a raster map Data interpolation As mentioned in a previous handout, digitizing an area requires more work. The figure below shows the area of UCLA that was digitized as follows: We click on Digitize new boundary and set mode to No category. Then define the boundary with the mouse and come back and click on Digitize new centroid and set mode to Manual entry. Finally click anywhere inside the boundary. However, it is very difficult to be able to close the boundary completely as shown below (zoomed north west part of UCLA). GRASS assumes that this a boundary and not a closed area. This is because the starting and ending point (nodes) did not match. In order to fix this problem we use the module v.clean and select snap and break as shown in the figures below. 1

2 2

3 3

4 As a result we can see the digitized area of UCLA in the figure below: We can also display the area using the GIS Manager, where we can change the color of the area as shown below: 4

5 Random sample from a raster map We will use the raster map elevation from the PERMANENT mapset of the North Carolina LOCATION nc spm 07. From this map, suppose we want a random sample of 100 points. Here is the command: v.random out=sample_100 n=100 A vector map is created (sample 100) which consists of 100 points with their coordinates. Here is the vector map: We want now to assign the elevation to each one of these points. Remember: the previous command only gives you the coordinates of the points. In order to assign the elevation to each point, we have to create an attribute table with one column (let s name it el). Here is the command: v.db.addtable map=sample_100 columns="el double" This command links the vector map sample 100 to an attribute table that has one column (el). If needed, more columns can be added. The last step is to transfer the elevations from the raster map elevation to the random points of the vector map sample 100 through the attribute table. Here is the command: v.what.rast rast=elevation vect=sample_100 col=el To verify we can type the following command: v.db.select random This command prints the attributes of a vector map. Below we see the first few lines of the attribute table (there are 100!). 5

6 GRASS 6.3.cvs (nc_spm_07):~ > v.db.select sample_100 cat el You can also use the d.what.vect command and with the mouse you can get information about the elevation of individual points. You can also use v.digit -n map=sample 100 which will bring you to the digitization mode where you can get information about individual points, see the attribute table with the column el, etc. Here a screenshot: 6

7 Importing data points from an ascii file A useful way to import data as a vector map is described below. Suppose we want to import the data shown below: A B C D E 3.1 The points are identified by their coordinates (easting and northing), and there are two columns of data. We want to import these data into GRASS as a vector map through the MAPSET a1 of LOCATION westwood2. At the GRASS terminal type: v.in.ascii and you will see the window below: Choose the file that contains the data (here the filename is west coord5.txt. We give a name to the output vector map (points 5). The field separator is. Then click on columns located at the top of this window. You will see the next window: 7

8 In this window, we want to define the columns which are (in our example): x and y coordinates (columns 1 and 2 - double precision), name (column 3 - character), and value (column 4 - double precision). The result is shown below: Notes: We can also import data points from a spreadsheet program by saving the spreadsheet as a comma separated (.csv) text file, and then using the field separator fs=,. GRASS automatically creates an additional column named cat that contains the ID number for each point (1, 2, 3...) when we set cat=0. 8

9 Data interpolation - Inverse distance weighted (IDW) Suppose we have the following 35 data points from the westwood.green done map, (regular grid here), with the corresponding values as shown below: A F K P U Z AE B G L Q V AA AF C H M R W AB AG D I N S X AC AH E J O T Y AD AI Location A B C D E F G H I J Count Location K L M N O P Q R S T Count Location U V W X Y Z AA AB AC AD Count Location AE AF AG AH AI Count We first digitize these 35 points to create a new vector map (west100). During digitization we have created an attribute table that has two columns. First column: name of the location (here A, B,, AI). Second column: count (the value of the variable of interest). Please see previous handouts on digitization. As a reminder at the command line we type: v.digit -n map=west100 bgcmd="d.rast westwood.green_done" Once we are done with digitization we can display the 35 points using the GIS Manager and the Map Display. 9

10 The screenshot is shown below: Or if we just want to display the points: 10

11 Using these 35 points, their locations, and their values, we can interpolate and find values of other locations. The method used is the Inverse Distance Weighted (IDW). The idea is that the point searched for, will have a value that is determined by some of the 35 points surrounding it. The result is a weighted average, where the weights are 1 d i, or 1, or 1, d 2 i d 3 i where d i is the distance from known point i to the point s being interpolated. z s = ni=1 z i d i ni=1 1 d i Here is the command: GRASS 6.3.cvs (westwood2):~ > v.surf.idw And here is the GRASS module: 11

12 The result is a raster map (west200), that can be displayed through a monitor or using the GIS Manager and the Map Display as shown below: 12

University of California, Los Angeles Department of Statistics

University of California, Los Angeles Department of Statistics Statistics C173/C273 University of California, Los Angeles Department of Statistics Instructor: Nicolas Christou Introduction to Geographical Resources Analysis Support System (GRASS) General information:

More information

GRASS. Geographic Resources Analysis Support System Current versions. Related software

GRASS. Geographic Resources Analysis Support System  Current versions. Related software GRASS Geographic Resources Analysis Support System http://grass.osgeo.org Current versions 6.3 stable (old) 6.4 next stable (new) 7 development (future) Related software QGIS http://qgis.org GRASS Capabilities

More information

University of California, Los Angeles Department of Statistics. Spatial prediction

University of California, Los Angeles Department of Statistics. Spatial prediction University of California, Los Angeles Department of Statistics Statistics C173/C273 Instructor: Nicolas Christou Spatial prediction Spatial prediction: a. One of our goals in geostatistics is to predict

More information

Vector capabilities in GRASS GIS 1st Hellenic GRASS and GFOSS camp Volos, 2011

Vector capabilities in GRASS GIS 1st Hellenic GRASS and GFOSS camp Volos, 2011 Vector capabilities in GRASS GIS 1st Hellenic GRASS and GFOSS camp Volos, 2011 Markus Metz markus.metz @ iasma.it Fondazione E. Mach CRI, Italy Presentation outline An introduction to vector topology Vector

More information

Chapter 7: Importing Modeled or Gridded Data

Chapter 7: Importing Modeled or Gridded Data Chapter 7: Importing Modeled or Gridded Data SADA provides a suite of geospatial modeling and contouring tools that are flexible enough to handle a wide variety of applications. However, if you are more

More information

$%&#!#$!!!#'((#!)*+"!!,!#*+- ) %() (. %( ) //. 0 1 ) (2.

$%&#!#$!!!#'((#!)*+!!,!#*+- ) %() (. %( ) //. 0 1 ) (2. !!"##! $%&#!#$!!!#'((#!)*+"!!,!#*+- ) %() (. %( ) //. 0 1 ) (2. / 3 /!. 4 5 5.. 0 )67 )" ) +-889:+ 5 7777777777 77777777 * )67* )" ).0; ((, ((

More information

Welcome, please click on the hyperlink below to be directed to Sacramento County Online Maps. Survey's GIS Online Map

Welcome, please click on the hyperlink below to be directed to Sacramento County Online Maps. Survey's GIS Online Map Welcome, please click on the hyperlink below to be directed to Sacramento County Online Maps. Survey's GIS Online Map If the link does not work copy and paste the following address into your browser address

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

Payment CSV Template. How to use CSV template in Online Banking Enterprise. Namibia

Payment CSV Template. How to use CSV template in Online Banking Enterprise. Namibia Payment CSV Template How to use CSV template in Online Banking Enterprise Namibia 1 Payment Imports You can import a Payment file which has been created off-line using the (.csv) spreadsheet provided by

More information

Bulk Card Order Download Instructions

Bulk Card Order Download Instructions Bulk Card Order Download Instructions After login into BP Plus Online, to access and download the template: 1. Select the Cards menu, then select Bulk Card Order. 2. Click on to see the Bulk Card Order

More information

Advanced GIS Using GRASS to create SVF and LRM

Advanced GIS Using GRASS to create SVF and LRM Advanced GIS Using GRASS to create SVF and LRM Table of Contents Aims...2 Outcomes...2 How to use this booklet...2 Task 1 Creating a GRASS location from QGIS...3 Task 2 Changing the GRASS Region...8 Task

More information

GY301 Geomorphology Lab 5 Topographic Map: Final GIS Map Construction

GY301 Geomorphology Lab 5 Topographic Map: Final GIS Map Construction 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

More information

DEM Artifacts: Layering or pancake effects

DEM Artifacts: Layering or pancake effects Outcomes DEM Artifacts: Stream networks & watersheds derived using ArcGIS s HYDROLOGY routines are only as good as the DEMs used. - Both DEM examples below have problems - Lidar and SRTM DEM products are

More information

KIP Track System User Guide

KIP Track System User Guide User Guide Contents Introduction... 2 System Requirements... 3 Installation... 3 Custom Name of the KIP Track fields... 6 KIP Track Rules... 6 Setup KIP Track Data... 6 Enter and Upload KIP Track Data...

More information

Chapter 8: Elevation Data

Chapter 8: Elevation Data Chapter 8: Elevation Data SADA permits user s to bring in elevation data into their analysis. The same types of grid file formats for importing gridded data discussed in the previous chapter apply to elevation

More information

Implementation of vague spatial objects

Implementation of vague spatial objects Implementation of vague spatial objects Pawalai Kraipeerapun March, 2004 Implementation of vague spatial objects by Pawalai Kraipeerapun Thesis submitted to the International Institute for Geo-information

More information

Buckskin Detachment Surface Interpolation, Southern Lincoln Ranch Basin, Buckskin Mountains, Western Arizona Hal Hundley

Buckskin Detachment Surface Interpolation, Southern Lincoln Ranch Basin, Buckskin Mountains, Western Arizona Hal Hundley Buckskin Detachment Surface Interpolation, Southern Lincoln Ranch Basin, Buckskin Mountains, Western Arizona Hal Hundley Introduction The Lincoln Ranch basin in Buckskin Mountains in west-central Arizona

More information

GPS to GIS Tutorial Exploration of Native Plants

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

More information

GMS 9.1 Tutorial MODFLOW Conceptual Model Approach I Build a basic MODFLOW model using the conceptual model approach

GMS 9.1 Tutorial MODFLOW Conceptual Model Approach I Build a basic MODFLOW model using the conceptual model approach v. 9.1 GMS 9.1 Tutorial Build a basic MODFLOW model using the conceptual model approach Objectives The conceptual model approach involves using the GIS tools in the Map module to develop a conceptual model

More information

-In windows explorer navigate to your Exercise_4 folder and right-click the DEC_10_SF1_P1.csv file and choose Open With > Notepad.

-In windows explorer navigate to your Exercise_4 folder and right-click the DEC_10_SF1_P1.csv file and choose Open With > Notepad. BIOL 4460/5460 and GEOL 4460 Introduction to GIS LAB 4 MAKING A THEMATIC MAP This exercise is to show you how to create a map for printing. As you have seen in the lecture, maps can have different purposes

More information

Lab 12: Sampling and Interpolation

Lab 12: Sampling and Interpolation Lab 12: Sampling and Interpolation What You ll Learn: -Systematic and random sampling -Majority filtering -Stratified sampling -A few basic interpolation methods Data for the exercise are in the L12 subdirectory.

More information

Getting Started Guide ROV COMPILER

Getting Started Guide ROV COMPILER Getting Started Guide ROV COMPILER TABLE OF CONTENTS Introduction... 2 System Requirements... 3 Copyright and Contact Information... 3 ROV Compiler... 3 General Settings... 5 Security Settings... 6 File

More information

GMS 10.0 Tutorial MODFLOW Conceptual Model Approach I Build a basic MODFLOW model using the conceptual model approach

GMS 10.0 Tutorial MODFLOW Conceptual Model Approach I Build a basic MODFLOW model using the conceptual model approach v. 10.0 GMS 10.0 Tutorial Build a basic MODFLOW model using the conceptual model approach Objectives The conceptual model approach involves using the GIS tools in the Map module to develop a conceptual

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

GRASS GIS - Introduction

GRASS GIS - Introduction GRASS GIS - Introduction What is a GIS A system for managing geographic data. Information about the shapes of objects. Information about attributes of those objects. Spatial variation of measurements across

More information

University of California, Los Angeles Department of Statistics. Assign NA values outside the area defined by the observed data points

University of California, Los Angeles Department of Statistics. Assign NA values outside the area defined by the observed data points University of California, Los Angeles Department of Statistics Statistics C173/C273 Instructor: Nicolas Christou Assign NA values outside the area defined by the observed data points In this document we

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

ON-LINE MEMBERSHIP ROSTER USERS GUIDE

ON-LINE MEMBERSHIP ROSTER USERS GUIDE ON-LINE MEMBERSHIP ROSTER USERS GUIDE Overview The current membership roster for your Branch is available to Branch Presidents and designates on the ESU secure server. The password-protected roster is

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

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

Links to Activities ACTIVITY 4.1. Links to Activities ACTIVITY 4.

Links to Activities ACTIVITY 4.1. Links to Activities ACTIVITY 4. EXCEL Working with Multiple Worksheets, Tables, and Other File Formats Section 4 Skills Insert, delete, and rename a worksheet Format sheet tabs Move and copy a worksheet Group and ungroup worksheets Link

More information

Finite Math - J-term Homework. Section Inverse of a Square Matrix

Finite Math - J-term Homework. Section Inverse of a Square Matrix Section.5-77, 78, 79, 80 Finite Math - J-term 017 Lecture Notes - 1/19/017 Homework Section.6-9, 1, 1, 15, 17, 18, 1, 6, 9, 3, 37, 39, 1,, 5, 6, 55 Section 5.1-9, 11, 1, 13, 1, 17, 9, 30 Section.5 - Inverse

More information

The New American FactFinder N E W F U N C T I O N A L I T Y B U T S O M E Q U I R K S

The New American FactFinder N E W F U N C T I O N A L I T Y B U T S O M E Q U I R K S The New American FactFinder N E W F U N C T I O N A L I T Y B U T S O M E Q U I R K S Good Things Have to know less to find data Table manipulation available online Can now map any (single) variable Drawbacks

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

On-Demand Reports Quick Guide for MCA

On-Demand Reports Quick Guide for MCA On-Demand Reports Quick Guide for MCA On-Demand Reports allow users to access preliminary online test results and are available within 60 minutes of test submission. This quick guide provides instructions

More information

E550W INTRODUCTION EDITING A LABEL LABEL PRINTING USING THE FILE MEMORY USING P-TOUCH SOFTWARE NETWORK RESETTING & MAINTENANCE TROUBLESHOOTING

E550W INTRODUCTION EDITING A LABEL LABEL PRINTING USING THE FILE MEMORY USING P-TOUCH SOFTWARE NETWORK RESETTING & MAINTENANCE TROUBLESHOOTING E0W In order to use your P-touch safely, read the included Quick Setup Guide first. Read this guide before you start using your P-touch. Keep this guide in a handy place for future reference. Please visit

More information

GEOGRAPHIC INFORMATION SYSTEMS Lecture 24: Spatial Analyst Continued

GEOGRAPHIC INFORMATION SYSTEMS Lecture 24: Spatial Analyst Continued GEOGRAPHIC INFORMATION SYSTEMS Lecture 24: Spatial Analyst Continued Spatial Analyst - Spatial Analyst is an ArcGIS extension designed to work with raster data - in lecture I went through a series of demonstrations

More information

Logan City GIS Master Plan. Term Project. Colton Smith. David Tarboton CEE 6440

Logan City GIS Master Plan. Term Project. Colton Smith. David Tarboton CEE 6440 Logan City GIS Master Plan Term Project Colton Smith David Tarboton CEE 6440 November 29, 2012 Introduction Logan City has lots of data available for streets, canals, trails, zoning maps, and municipalities.

More information

Stratigraphy Modeling Horizons And Solids

Stratigraphy Modeling Horizons And Solids GMS TUTORIALS Stratigraphy Modeling Horizons And Solids The Solid module of GMS is used to construct three-dimensional models of stratigraphy. Once the solids are created: cross sections can be cut anywhere

More information

C-SMART Help: Monetary Contributions 3/4/2019 Page 1

C-SMART Help: Monetary Contributions 3/4/2019 Page 1 C-SMART Help: Monetary Contributions 3/4/2019 Page 1 C-SMART HELP IMPORT CONTRIBUTIONS C-SMART allows you to import contributor information if it is formatted as a comma-separated values (CSV) file, which

More information

Using GRASS GIS and R

Using GRASS GIS and R Using GRASS GIS and R Assignment 2 for Spatial Statistics (STAT 946) Adrian Waddell University of Waterloo November 6, 2008 Adrian Waddell (University of Waterloo) GRASS November 6, 2008 1 / 23 What is

More information

Graphic Display of Vector Object

Graphic Display of Vector Object What is GIS? GIS stands for Geographic Information Systems, although the term Geographic Information Science is gaining popularity. A GIS is a software platform for storing, organizing, viewing, querying,

More information

Bulk Card Update. Elite Learning & Development Team 13 Created September RB Langtree ( ) GHB123 GHB123 REF1234 BST GHB678

Bulk Card Update. Elite Learning & Development Team 13 Created September RB Langtree ( ) GHB123 GHB123 REF1234 BST GHB678 Bulk Card Update RB Langtree (010000001) 010000001 00000000 00001 GHB123 010000001 00000000 00002 GHB123 010000002 00000000 00003 REF1234 010000002 00000000 BST1255 00004 010000003 00000000 00004 GHB678

More information

v Scatter Data TINs SMS 12.3 Tutorial Requirements Scatter Module Map Module Time minutes Prerequisites None Objectives

v Scatter Data TINs SMS 12.3 Tutorial Requirements Scatter Module Map Module Time minutes Prerequisites None Objectives v. 12.3 SMS 12.3 Tutorial Objectives This tutorial covers the basics of working with TINs (triangulated irregular networks) using the scatter module of SMS, including: importing TIN data, editing and filtering

More information

GEON Points2Grid Utility Instructions By: Christopher Crosby OpenTopography Facility, San Diego Supercomputer Center

GEON Points2Grid Utility Instructions By: Christopher Crosby OpenTopography Facility, San Diego Supercomputer Center GEON Points2Grid Utility Instructions By: Christopher Crosby (ccrosby@sdsc.edu) OpenTopography Facility, San Diego Supercomputer Center (Formerly: GEON / Active Tectonics Research Group School of Earth

More information

Tips for Completing ISBE SIS Student Demographics Excel Template

Tips for Completing ISBE SIS Student Demographics Excel Template Always work in the Excel Template/file when making any changes to student information. Do not make any changes to information in the CSV format as the formatting will be lost and errors may result when

More information

DocumentDirect for Windows (DDW) Current version 4.4 (white screen)

DocumentDirect for Windows (DDW) Current version 4.4 (white screen) DocumentDirect for Windows (DDW) Current version 4.4 (white screen) The basics how to open, navigate and how to export & save your DocumentDirect report to excel Prepared by Kittson, Norman, Roseau Counties

More information

C E R T I F I C A T E O F C O M P L I A N C E

C E R T I F I C A T E O F C O M P L I A N C E Issued to: SIEMENS AG LOW VOLTAGE SIEMENSSTRASSE 10 93055 REGENSBURG, GERMANY This is to certify that representative samples of Motor Controllers, Manual See following pages for list of models Have been

More information

+ Make it from the satellite images in sale, (Easier & Faster, but not always available) (It does cost much. An astronomical number!

+ Make it from the satellite images in sale, (Easier & Faster, but not always available) (It does cost much. An astronomical number! BaseMap: + Look for it among the existent digital maps, (Easiest & Fastest because no processing required) (Therefore, the most desirable, but not always available) (It can cost much) + Make it from the

More information

MODFLOW - Conceptual Model Approach

MODFLOW - Conceptual Model Approach GMS 7.0 TUTORIALS MODFLOW - Conceptual Model Approach 1 Introduction Two approaches can be used to construct a MODFLOW simulation in GMS: the grid approach or the conceptual model approach. The grid approach

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

Purpose: To explore the raster grid and vector map element concepts in GIS.

Purpose: To explore the raster grid and vector map element concepts in GIS. GIS INTRODUCTION TO RASTER GRIDS AND VECTOR MAP ELEMENTS c:wou:nssi:vecrasex.wpd Purpose: To explore the raster grid and vector map element concepts in GIS. PART A. RASTER GRID NETWORKS Task A- Examine

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

Trimble Data Imagery Utility

Trimble Data Imagery Utility Trimble Data Imagery Utility This utility was originally released in GPSeismic Version 2015 with one thousand square kilometers of free imagery. In Version 2016 and later, the imagery is no longer free

More information

Algorithms for GIS. Spatial data: Models and representation (part I) Laura Toma. Bowdoin College

Algorithms for GIS. Spatial data: Models and representation (part I) Laura Toma. Bowdoin College Algorithms for GIS Spatial data: Models and representation (part I) Laura Toma Bowdoin College Outline Spatial data in GIS applications Point data Networks Terrains Planar maps and meshes Data structures

More information

Turning Point Response System and Turning Point Anywhere

Turning Point Response System and Turning Point Anywhere What s in the TurningPoint Clicker Case? Each TurningPoint Clicker Case should have two primary components: USB input receiver (1) Clickers (30) How to Test the Response Devices Click TurningPoint AnyWhere

More information

Creating Digital Elevation Model Using a Mobile Device

Creating Digital Elevation Model Using a Mobile Device Name : Ali Ihsan Durmaz UnitID : aidurmaz Creating Digital Elevation Model Using a Mobile Device ABSTRACT DEM (Digital Elevation Models) is the best way to interpret topography on the ground. In recent

More information

IXRefraX Tutorial. Version How to import and interpret seismic refraction data using IXRefraX 2005, 2006 Interpex Limited

IXRefraX Tutorial. Version How to import and interpret seismic refraction data using IXRefraX 2005, 2006 Interpex Limited IXRefraX Tutorial Version 1.02 How to import and interpret seismic refraction data using IXRefraX 2005, 2006 Interpex Limited Import & Interpretation Sequence Use File/Create Spread to import data. Use

More information

SoftwareReview. General CADD. By Joseph H. Bell, LS

SoftwareReview. General CADD. By Joseph H. Bell, LS SoftwareReview By Joseph H. Bell, LS Joe Bell is licensed in California and New Mexico. He has been reviewing software for surveyors since 1982. General CADD Figure 1 ackward compatibility has always been

More information

North Carolina A&T State University Blackboard Support

North Carolina A&T State University Blackboard Support North Carolina A&T State University Blackboard Support Using the Digital Drop Box The Digital Drop Box is a tool that allows students and instructors to exchange files. Students can use the Digital Drop

More information

TerraStation II v7 Training

TerraStation II v7 Training WORKED EXAMPLE Loading and using Core Analysis Data Core Analysis Data is frequently not available at exact well increments. In order to retain the exact depth at which this data is sampled, it needs to

More information

Surface Analysis. Data for Surface Analysis. What are Surfaces 4/22/2010

Surface Analysis. Data for Surface Analysis. What are Surfaces 4/22/2010 Surface Analysis Cornell University Data for Surface Analysis Vector Triangulated Irregular Networks (TIN) a surface layer where space is partitioned into a set of non-overlapping triangles Attribute and

More information

Easy way to making a photo-realistic Condor scenery

Easy way to making a photo-realistic Condor scenery Easy way to making a photo-realistic Condor scenery by Luis Briones Introduction First at all, sorry for my English. This not pretend be an original work. It's only a way that I can make a scenery. I had

More information

Corporation. GeoCode LOS

Corporation. GeoCode LOS Micropath Corporation 2023 Montane Drive East Tel: 303.526-5454 Web: www.micropath.com Golden, Colorado 80401-8099 Fax: 303.526-0202 E-Mail: sales@micropath.com GeoCode LOS GeoCode LOS generates radio

More information

On-Demand Reports and Export User Guide

On-Demand Reports and Export User Guide On-Demand Reports and Export User Guide This guide provides instructions on viewing, printing, downloading, and exporting On-Demand Reports in PearsonAccess Next. You are here Overview On-Demand Reports

More information

Importing Data into IX1D v 3 A Tutorial

Importing Data into IX1D v 3 A Tutorial Importing Data into IX1D v 3 A Tutorial Version 1.0 2006 Interpex Limited All rights reserved If a database is already loaded, Clear Data to start with a blank database Use File/New/Clear Data to clear

More information

Setting up Hydromagic:

Setting up Hydromagic: To operate Eye4Software Hydromagic and RosePoint ECS software packages simultaneously, the CEESCOPE echo sounder must be connected to the acquisition PC using the Ethernet (LAN) cable. The two software

More information

Objectives This tutorial shows how to use the Map Flood tool to quickly generate floodplain data.

Objectives This tutorial shows how to use the Map Flood tool to quickly generate floodplain data. v. 11.0 WMS 11.0 Tutorial Creating a Objectives This tutorial shows how to use the Map Flood tool to quickly generate floodplain data. Prerequisite Tutorials Introduction to WMS Required Components Scatter

More information

Activity 1.1.1: Using Google Earth to View the World

Activity 1.1.1: Using Google Earth to View the World Learning Objectives Upon completion of this activity, you will be able to: Explain the purpose of Google Earth. Explain the different versions of Google Earth. Explain the hardware and software requirements

More information

Georeferencing an Aerial Image of Point Mugu State Park in Ventura County, CA

Georeferencing an Aerial Image of Point Mugu State Park in Ventura County, CA Georeferencing an Aerial Image of Point Mugu State Park in Ventura County, CA by Liz Baumann Fall 2015, Final Project CVEN 5382, GIS Spatial Database Development Table of Contents Introduction... 2 Objectives...

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

Microsoft Excel 2007 Lesson 7: Charts and Comments

Microsoft Excel 2007 Lesson 7: Charts and Comments Microsoft Excel 2007 Lesson 7: Charts and Comments Open Example.xlsx if it is not already open. Click on the Example 3 tab to see the worksheet for this lesson. This is essentially the same worksheet that

More information

ArcGIS for Geoscientists

ArcGIS for Geoscientists School of Geosciences ArcGIS for Geoscientists R. Armit & T. Carmichael GIS A geographic information system (GIS) is a system designed to capture, store, manipulate, analyze, manage, and present all types

More information

Lab 9. Raster Analyses. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University

Lab 9. Raster Analyses. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University Lab 9 Raster Analyses Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University How to Interpolate Surface Turn on the Spatial Analyst extension: Tools > Extensions >

More information

22ND CENTURY_J1.xls Government Site Hourly Rate

22ND CENTURY_J1.xls Government Site Hourly Rate Escalation rate 000 AA0 Administrative Assistant Level I 000 AA0 Administrative Assistant Level II 000 AB0 Application Engineer Level I 000 AB0 Application Engineer Level II 000 AC0 Application Programmer

More information

Tools, Tips, and Workflows Exporting Final Product LP360

Tools, Tips, and Workflows Exporting Final Product LP360 LP360 Support Revision 1.0 l Final products can be exported from LIDAR data using either LP360 command line executables or the LP360 Export Wizard. Some export functions and resulting products include,

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

v SMS 11.1 Tutorial SRH-2D Prerequisites None Time minutes Requirements Map Module Mesh Module Scatter Module Generic Model SRH-2D

v SMS 11.1 Tutorial SRH-2D Prerequisites None Time minutes Requirements Map Module Mesh Module Scatter Module Generic Model SRH-2D v. 11.1 SMS 11.1 Tutorial SRH-2D Objectives This lesson will teach you how to prepare an unstructured mesh, run the SRH-2D numerical engine and view the results all within SMS. You will start by reading

More information

GMS 8.3 Tutorial Stratigraphy Modeling Horizons and Solids Create solids from boreholes using the Horizons Solids tool.

GMS 8.3 Tutorial Stratigraphy Modeling Horizons and Solids Create solids from boreholes using the Horizons Solids tool. v. 8.3 GMS 8.3 Tutorial Create solids from boreholes using the Horizons Solids tool. Objectives Learn how to construct a set of solid models using the horizon method in GMS. Become familiar with how horizons

More information

SPAREPARTSCATALOG: CONNECTORS SPARE CONNECTORS KTM ART.-NR.: 3CM EN

SPAREPARTSCATALOG: CONNECTORS SPARE CONNECTORS KTM ART.-NR.: 3CM EN SPAREPARTSCATALOG: CONNECTORS ART.-NR.: 3CM3208201EN CONTENT SPARE CONNECTORS AA-AN SPARE CONNECTORS AO-BC SPARE CONNECTORS BD-BQ SPARE CONNECTORS BR-CD 3 4 5 6 SPARE CONNECTORS CE-CR SPARE CONNECTORS

More information

Appendix 5-1: Attachment J.1 Pricing Table -1: IMS Ceiling Loaded Rates at Contractor Site

Appendix 5-1: Attachment J.1 Pricing Table -1: IMS Ceiling Loaded Rates at Contractor Site Appendix 5-1: Attachment J.1 Pricing Table -1: IMS Ceiling Loaded Rates at Contractor Site Escalation rate 4.6% 4.6% 4.6% 4.6% 4.6% 4.6% 4.6% 4.6% 4.6% 0001 AA01 Administrative Assistant Level I $51.00

More information

University of California, Los Angeles Department of Statistics

University of California, Los Angeles Department of Statistics Statistics C173/C273 University of California, Los Angeles Department of Statistics Cross Validation Instructor: Nicolas Christou Cross validation is a technique that allows us to compare values with true

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

Cabinet Location Plan FIG.01. Cabinet Symbol Key. Air Handler. Air Handler SAN disk storage. SAN disk storage. option B. Not To Scale.

Cabinet Location Plan FIG.01. Cabinet Symbol Key. Air Handler. Air Handler SAN disk storage. SAN disk storage. option B. Not To Scale. Cabinet front face - 09 Data Center Storage / Fit-Up Square Feet Square Meters Up Cabinet Symbol Key A Network Row A Network Substation B Server Cabinet A A A A4 A A6 A7 A8 A9 FIG.0 Data Center Square

More information

LG Inform Plus - Record of Processing Activity (RoPA)

LG Inform Plus - Record of Processing Activity (RoPA) \ LG Inform Plus - Record of Processing Activity (RoPA) - This guide shows you how to create a Record of Processing Activity (ROPA) tailored for your own Council. Date: April 2018 1 This document outlines

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

SPARE CONNECTORS KTM 2014

SPARE CONNECTORS KTM 2014 SPAREPARTSCATALOG: // ENGINE ART.-NR.: 3208201EN CONTENT CONNECTORS FOR WIRING HARNESS AA-AN CONNECTORS FOR WIRING HARNESS AO-BC CONNECTORS FOR WIRING HARNESS BD-BQ CONNECTORS FOR WIRING HARNESS BR-CD

More information

Exercises Open Source Software for Preprocessing GIS Data for Hydrological Models

Exercises Open Source Software for Preprocessing GIS Data for Hydrological Models Exercises Open Source Software for Preprocessing GIS Data for Hydrological Models Dr. Hans van der Kwast Senior Lecturer in Ecohydrological Modelling Water Science and Engineering Department E-mail: j.vanderkwast@unesco-ihe.org

More information

Release 0.8. Multi-Purpose Light Unit Technical Reference Manual

Release 0.8. Multi-Purpose Light Unit Technical Reference Manual Release 0.8 Multi-Purpose Light Unit Technical Reference Manual INTRODUCTION Introduction The Multi-Purpose Light unit is a multi-function DCC decoder that supports the following: DCC Characteristics 14

More information

Beginning Excel for Windows

Beginning Excel for Windows Beginning Excel for Windows Version: 2002 Academic Computing Support Information Technology Services Tennessee Technological University September 2003 1. Opening Excel for Windows and Setting the Toolbars

More information

Importing Your Own Data

Importing Your Own Data Importing Your Own Data OpenDX Data Grid Types Surfaces Volumes Regular: R positions, R connections Deformed Regular: IR positions, R connections Irregular: IR positions, IR connections R = regular IR

More information

LAB #7 Creating TIN and 3D scenes (ArcScene) GISC, UNIVERSITY OF CALIFORNIA BERKELEY

LAB #7 Creating TIN and 3D scenes (ArcScene) GISC, UNIVERSITY OF CALIFORNIA BERKELEY LAB #7 Creating TIN and 3D scenes (ArcScene) GISC, UNIVERSITY OF CALIFORNIA BERKELEY The purpose of this laboratory is to introduce and explore surface data analysis using a vector data model: TIN. We

More information

Fill in the Blank Modeling and Prototypes. Name: Class: Date:

Fill in the Blank Modeling and Prototypes. Name: Class: Date: Fill in the Blank - 4.4.1 Modeling and Prototypes Name: Class: Date: Fill in the blanks in these sentences with the word that fits. 1. The Design process is a systematic, iterative problem solving methodwhich

More information

Steve Graves Forensic Geography Lab: Joining Data from Census to GIS. Background

Steve Graves Forensic Geography Lab: Joining Data from Census to GIS. Background Steve Graves Forensic Geography Lab: Joining Data from Census to GIS Background Now that you have some experience downloading Census Data from the internet, you must now learn to make it appear on a map

More information

Concept Mode Tutorial 5 Two Storey House (CDN)

Concept Mode Tutorial 5 Two Storey House (CDN) Concept Mode Tutorial 5 Two Storey House (CDN) The Sizer file (.wwa) created from going through this tutorial can be downloaded by clicking here. 5.1 Introduction In this tutorial you will create and design

More information

Introduction to GIS software

Introduction to GIS software Introduction to GIS software There are a wide variety of GIS software packages available. Some of these software packages are freely available for you to download and could be used in your classroom. ArcGIS

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

RouteSavvy Online User Guide

RouteSavvy Online User Guide RouteSavvy Online User Guide Welcome to RouteSavvy Online by OnTerra Systems! These next few pages will explain step-by-step how to use this powerful tool for your daily or weekly travels. Logging in When

More information

MapInfo ProViewer 11.0 USER GUIDE

MapInfo ProViewer 11.0 USER GUIDE MapInfo ProViewer 11.0 USER GUIDE Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. No part of this

More information

STATE OF FLORIDA FLORIDA DEPARTMENT OF AGRICULTURE & CONSUMER SERVICES FLORIDA GUIDELINES TO SUBMIT THE STATISTICAL REPORT OF FERTILIZER TONNAGE

STATE OF FLORIDA FLORIDA DEPARTMENT OF AGRICULTURE & CONSUMER SERVICES FLORIDA GUIDELINES TO SUBMIT THE STATISTICAL REPORT OF FERTILIZER TONNAGE STATE OF FLORIDA FLORIDA DEPARTMENT OF AGRICULTURE & CONSUMER SERVICES FLORIDA GUIDELINES TO SUBMIT THE STATISTICAL REPORT OF FERTILIZER TONNAGE Bureau of Licensing and Enforcement Fertilizer Section Tel:

More information