Welcome to GIS Jam 2013 at the Alaska Surveying & Mapping Conference, Anchorage.

Size: px
Start display at page:

Download "Welcome to GIS Jam 2013 at the Alaska Surveying & Mapping Conference, Anchorage."

Transcription

1 Welcome to GIS Jam 2013 at the Alaska Surveying & Mapping Conference, Anchorage. 1

2 In this session we will cover the four basic types of temporal data, how to best prepare data for temporal animations and analyses, functions for working with date/time fields, visualization of temporal data, analysis of temporal data, and some relatively new geoprocessing tools for processing temporal data 2

3 There are five basic types of temporal data: discrete events, dynamic (moving events), stationary events, change events, and rasters from different time periods. 3

4 A date/time field is critical for some temporal animations and analyses. Always index your date/time field in a geodatatabase. It is best to keep all your temporal data in standard GPS time format instead of local time. 4

5 Lets get started with an example of discrete temporal events all the lightning strikes in Alaska from last June. 5

6 The lightning strike data originally were downloaded as a point shapefile the first step was to process the points so they had an indexed date/time field in a geodatabase. 6

7 The StrikeTime field was originally a text field in a shapefile here we use the Convert Time Field to convert it to a Date field type and store the values in the field named StrikeDay 7

8 We index our date/time fields using the Add Attribute Index geoprocessing tool. 8

9 Typically you wil use a date field to control your temporal layer here we will animate the lightning strikes on a daily basis, starting on June 1, 2012, ending on June 29,

10 You can control the appearance of the dynamic date text that changes as the time changes in the animation 01 June, 2012, 02June, 2012,29June

11 You can also offset time to show lightning from June 5 and June 6 simultaneously on an hourly time step. 11

12 With a lag of 1 day, you can show the typical buildup of lightning activity, peaking in late afternoon 12

13 The VB Date Functions are handy for extracting information like day of year, day of week, hours, minutes or seconds of some temporal event. Or you alternatively can use Python scripting with the datetime module 13

14 Using the field calculator and the VB datepart function, we extract from the StrikeDate_Time field ten pieces of information ranging from Year to Seconds of each lightning strike. 14

15 After calculating the stringday field as a function of the Day_of_Week value, you can create a frequency table summarizing June2012 strikes by day of week. 15

16 After calculating new fields, you can easily summarize events in terms of percent occurrence on an hour basis or on a day basis In this example, most of the lightning strikes occurred betwee 1400 and 1900, and day of year 157 was a high lightning activity day with 4120 strikes on that day. 16

17 Next a dyanmic event example moving points these could be radio collared animals, snowmachine travel, mushing, cars, planes, boats, hikers, etc. The typicall example is a GPS location recorded at a fixed interval..in this example every hour. 17

18 Here we have our GPS points recorded every hour starting on Feb 19 at 12:40:16, we enable temporal animation by setting out time step 1 hour and the time extent ranging from our first to last location. 18

19 You can copy the point layer and make the second layer 90 percent transparent, and display that layer cumulatively in the temporal animation that helps show the user the track of where your previous locations were 19

20 Stationary events are commonly sensor events traffic counts, weather station sensor data, etc. In this example, we will temporally animate a stream gauging station with stream discharge data 20

21 We start with an excell spreadsheeet containg date and stream flow in liters per second. Step 1) Use the Copy Rows tool to output the table to our geodatabase. Step 2) Index the date field using the Add Attribute Index geoprocessing tool 21

22 We have a geodatabase with a point defining the gauging station location and our stream discharge table. We have a key field (Point ID and SiteID) to link these table to the point location.. 22

23 The Make Query Table tool links together the table with the point location and then we can use the output layer as a temporal layer 23

24 Here we animate the variation in stream discharge using proportional circles high discharge in late May due to snow melt, Low discharge in early August following weeks of drought. 24

25 The last type of temporal data I am going to cover is temporal rasters. Typically rasters do not contain a date/time field but if you import them into a raster catalog, you can create a date/time field in the raster catalog table. 25

26 Here we use the Field Calculator to populate a Date field with a constant date of 15July

27 Next we use the Field Calculator and the VB DateAdd function to add a year*inffld to each record So each raster has the appropriate year in the flddate. (The rasters are Alaska mean July temperature from 2000 to 2009) 27

28 The temporal animation shows each July mean temperature..there is a wide variation between July 2003 (cool July) And July 2004 (warm July) for example. You can easily export the animation for use in a powerpoint slide show or To post on a website or to post to youtube. 28

29 There are some relatively new geoprocessing tools for working with temporal data. 29

30 The Match Photos to Row By Time tool is useful to match digital photos that have a time stamp To features that have a date/time field. 30

31 Convert time zone allows you to easily convert all your data from local time (digital photos for example) to GPS time. 31

32 If you have point data with GPS time and you want to compute the time between point locations, you need the end time in each row. 32

33 Once you have the End_Time, you can use the Field Calculator with the VB DateDiff funciton to compute the travel time in minutes, hours, seconds or even centuries 33

34 How do you compute the distance between GPS points? Step 1) Add the X,Y coordinates to your point attribut table.. 34

35 Step 2) Add a distance field and use the Field Calculator with a python script to compute the distance..visual check the results using the Measure tool 35

36 I will post this presentation as a pdf at my website under the workshops section. Also in about a month I will have lecture notes and hands-on lab exercises posted on my nrm435 GIS analysis website that you can download. 36

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

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

Session 3: Python Geoprocessing

Session 3: Python Geoprocessing Session 3: Python Geoprocessing In this session we use ArcGIS geoprocessing tools in the Python window. Typically you first set your environment and extensions. For example, copy (Ctrl-C) following from

More information

How to put the Image Services in the Living Atlas to Work in Your GIS. Charlie Frye, Chief Cartographer Esri, Redlands

How to put the Image Services in the Living Atlas to Work in Your GIS. Charlie Frye, Chief Cartographer Esri, Redlands How to put the Image Services in the Living Atlas to Work in Your GIS Charlie Frye, Chief Cartographer Esri, Redlands Image Services in the Living Atlas of the World Let s have a look: https://livingatlas.arcgis.com

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

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

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

Spatial Representation and Analysis of Distribution Outage Information

Spatial Representation and Analysis of Distribution Outage Information Spatial Representation and Analysis of Distribution Outage Information Distribution Geographic Information System (DistGIS) Maintains Distribution Model Generates Map Products Provides Model to Other Engineering

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

GIS in Water Resources CEE 6440

GIS in Water Resources CEE 6440 GIS in Water Resources CEE 6440 Optimal representation of plants & soils characteristics using high resolution imagery" Prepared by Manal ELarab Fall 202 Outline. Introduction: Precision Agriculture...

More information

GIS Programming Practicuum

GIS Programming Practicuum New Course for Fall 2009 GIS Programming Practicuum Geo 599 2 credits, Monday 4:00-5:20 CRN: 18970 Using Python scripting with ArcGIS Python scripting is a powerful tool for automating many geoprocessing

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

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

Packaging Projects, Maps and Layers. Shilpi Jain Melanie Summers

Packaging Projects, Maps and Layers. Shilpi Jain Melanie Summers Packaging Projects, Maps and Layers Shilpi Jain Melanie Summers What can be packaged Layer Map Project Layer package (.lypkx) Tile package (.tpk) Scene layer package (.slpk) Map package (.mpkx) Mobile

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

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

Creating Geoprocessing Services

Creating Geoprocessing Services Esri International User Conference San Diego, California Technical Workshops July 25, 2012 Creating Geoprocessing Services Kevin Hibma, Scott Murray Analysis and Geoprocessing Resource Center Quick Links:

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

U.S. Department of the Interior Bureau of Land Management. Lighten the Load with Digital Maps Traveling off-the-grid in Alaska just got easier

U.S. Department of the Interior Bureau of Land Management. Lighten the Load with Digital Maps Traveling off-the-grid in Alaska just got easier Lighten the Load with Digital Maps Traveling off-the-grid in Alaska just got easier Overview of BLM s digital maps 5Ws + H (Who, What, Where, When, Why + How) Who: The BLM-Alaska created 10 new maps for

More information

Using Geoprocessing Services with ArcGIS Web Mapping APIs

Using Geoprocessing Services with ArcGIS Web Mapping APIs Using Geoprocessing Services with ArcGIS Web Mapping APIs Monica Joseph, Scott Murray Please fill session survey. What is a Geoprocessing Service? A geoprocessing service is a set of geoprocessing tools

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

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

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

Campus GIS (Tsukuba University Campus Geospatial Information)

Campus GIS (Tsukuba University Campus Geospatial Information) Campus GIS (Tsukuba University Campus Geospatial Information) User Manual Draft version 3.0 20130402 Department Homepage http://giswin.geo.tsukuba.ac.jp/sis/jp/ 1 Contents 1. Graphical User Interface 2.

More information

SECTION GEOGRAPHIC INFORMATION SYSTEM (GIS)

SECTION GEOGRAPHIC INFORMATION SYSTEM (GIS) PART 1 - GENERAL 1.1 DESCRIPTION SECTION 11 83 01 A. Provide all labor, materials, manpower, tools and equipment required to furnish, install, activate and test a new Geographic Information System (GIS).

More information

Between a Rock and a Hard Place

Between a Rock and a Hard Place Between a Rock and a Hard Place Will Cadell & Chris Hermansen Timberline Natural Resource Group Pt 2 1 Challenges: Proprietary Integration Open Source Integration Open Source Application To continue on

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

GEOGRAPHIC INFORMATION SYSTEMS Lecture 22: Field Mapping with GPS

GEOGRAPHIC INFORMATION SYSTEMS Lecture 22: Field Mapping with GPS GEOGRAPHIC INFORMATION SYSTEMS Lecture 22: Field Mapping with GPS GPS Receivers - there are many GPS receivers on the market today - some receivers are relatively inexpensive (recreational grade receivers)

More information

Geocoding and Address Matching

Geocoding and Address Matching LAB PREP: Geocoding and Address Matching Environmental, Earth, & Ocean Science 381 -Spring 2015 - Geocoding The process by which spatial locations are determined using coordinate locations specified in

More information

Standing Up NAIP and Landsat Image Services as a Processing Resource. Andrew Leason

Standing Up NAIP and Landsat Image Services as a Processing Resource. Andrew Leason Standing Up NAIP and Landsat Image Services as a Processing Resource Andrew Leason NAIP and Landsat services Differences Different general uses - Landsat - Available from USGS - Designed as an analytical

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

Module-2 Lecture-2 Combination set, Vernier calipers. (Refer Slide Time: 00:16)

Module-2 Lecture-2 Combination set, Vernier calipers. (Refer Slide Time: 00:16) Metrology Prof. Dr. Kanakuppi Sadashivappa Department of Industrial and Production Engineering Bapuji Institute of Engineering and Technology-Davangere Module-2 Lecture-2 Combination set, Vernier calipers

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

Spatial Analysis with ArcGIS Pro. Krithica Kantharaj, Esri

Spatial Analysis with ArcGIS Pro. Krithica Kantharaj, Esri Spatial Analysis with ArcGIS Pro Krithica Kantharaj, Esri What is analysis? Analysis transforms raw data into information or knowledge Spatial analysis does this for geographic or spatial data Who? What?

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

GROUNDWATER-SURFACE WATER INTERACTIONS ALONG THE BLANCO RIVER

GROUNDWATER-SURFACE WATER INTERACTIONS ALONG THE BLANCO RIVER Fall 2017 GROUNDWATER-SURFACE WATER INTERACTIONS ALONG THE BLANCO RIVER GEO 327G FINAL PROJECT YATES, KENDALL A OVERVIEW The Blanco River and surrounding aquifers have become an area of interest for ground

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

Using Imagery for Intelligence Analysis. Jim Michel Renee Bernstein

Using Imagery for Intelligence Analysis. Jim Michel Renee Bernstein Using Imagery for Intelligence Analysis Jim Michel Renee Bernstein Deriving Value from GIS and Imagery Capabilities Evolved Along Separate but Parallel Paths GIS Imagery brings value Imagery Contextual

More information

How to Access Imagery and Carry Out Remote Sensing Analysis Using Landsat Data in a Browser

How to Access Imagery and Carry Out Remote Sensing Analysis Using Landsat Data in a Browser How to Access Imagery and Carry Out Remote Sensing Analysis Using Landsat Data in a Browser Including Introduction to Remote Sensing Concepts Based on: igett Remote Sensing Concept Modules and GeoTech

More information

Organizing Data 10/11/2011. Focus Points. Frequency Distributions, Histograms, and Related Topics. Section 2.1

Organizing Data 10/11/2011. Focus Points. Frequency Distributions, Histograms, and Related Topics. Section 2.1 Organizing Data 2 Copyright Cengage Learning. All rights reserved. Section 2.1 Frequency Distributions, Histograms, and Related Topics Copyright Cengage Learning. All rights reserved. Focus Points Organize

More information

ArcGIS Apps and GPS GNSS Connections. By: Colin Lawrence and Kiersten Hudson

ArcGIS Apps and GPS GNSS Connections. By: Colin Lawrence and Kiersten Hudson ArcGIS Apps and GPS GNSS Connections By: Colin Lawrence and Kiersten Hudson Agenda ArcGIS Apps and high accuracy data The importance of high accuracy data Making connections to external receivers Bringing

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

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

Basic noise maps calculation in Milan pilot area

Basic noise maps calculation in Milan pilot area Basic noise maps calculation in Milan pilot area Simone RADAELLI 1 ; Paola COPPI 2 1 AMAT Srl Agenzia Mobilità Ambiente e Territorio Milano, Italy 2 AMAT Srl Agenzia Mobilità Ambiente e Territorio Milano,

More information

What is a GPS How does GPS work? GPS Segments GPS P osition Position Position Accuracy Accuracy Accuracy GPS A pplications Applications Applications

What is a GPS How does GPS work? GPS Segments GPS P osition Position Position Accuracy Accuracy Accuracy GPS A pplications Applications Applications What is GPS? What is a GPS How does GPS work? GPS Segments GPS Position Accuracy GPS Applications What is GPS? The Global Positioning System (GPS) is a precise worldwide radio-navigation system, and consists

More information

Managing Imagery and Raster Data. Peter Becker

Managing Imagery and Raster Data. Peter Becker Managing Imagery and Raster Data Peter Becker ArcGIS is a Comprehensive Imagery Platform Empowering you to make informed decisions System of Engagement System of Insight Extract Information from Imagery

More information

A Server-Based Tool for Automating MODFLOW Simulations for Well Permitting Decision Support

A Server-Based Tool for Automating MODFLOW Simulations for Well Permitting Decision Support Brigham Young University BYU ScholarsArchive All Theses and Dissertations 2012-07-09 A Server-Based Tool for Automating MODFLOW Simulations for Well Permitting Decision Support David J. Jones Brigham Young

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

Available online at ScienceDirect. Procedia Engineering 142 (2016 )

Available online at   ScienceDirect. Procedia Engineering 142 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering (0 ) Sustainable Development of Civil, Urban and Transportation Engineering Conference Methods for Designing Signalized Double-Intersections

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

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

Statistics 101: Section L Laboratory 10

Statistics 101: Section L Laboratory 10 Statistics 101: Section L Laboratory 10 This lab looks at the sampling distribution of the sample proportion pˆ and probabilities associated with sampling from a population with a categorical variable.

More information

DOWNLOAD OR READ : SHAPE UP AS YOU SIT STAND AND WALK ITS NATURES MIRACLE EXERCISE PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : SHAPE UP AS YOU SIT STAND AND WALK ITS NATURES MIRACLE EXERCISE PDF EBOOK EPUB MOBI DOWNLOAD OR READ : SHAPE UP AS YOU SIT STAND AND WALK ITS NATURES MIRACLE EXERCISE PDF EBOOK EPUB MOBI Page 1 Page 2 shape up as you sit stand and walk its natures miracle exercise shape up as you pdf

More information

Environment Around Schools and Physical Activity: GIS Protocol

Environment Around Schools and Physical Activity: GIS Protocol Environment Around Schools and Physical Activity: GIS Protocol Steven J. Melly, Harvard School of Public Health Angie L. Cradock, Harvard School of Public Health Steven L. Gortmaker, Harvard School of

More information

Lecture Slides. Elementary Statistics Twelfth Edition. by Mario F. Triola. and the Triola Statistics Series. Section 2.2- #

Lecture Slides. Elementary Statistics Twelfth Edition. by Mario F. Triola. and the Triola Statistics Series. Section 2.2- # Lecture Slides Elementary Statistics Twelfth Edition and the Triola Statistics Series by Mario F. Triola Chapter 2 Summarizing and Graphing Data 2-1 Review and Preview 2-2 Frequency Distributions 2-3 Histograms

More information

Presentation Skills Workshop

Presentation Skills Workshop Presentation Skills Workshop Rudy Prosser GISP CTT+ Instructor, Esri Keera Morrish CTT+ Instructor, Esri No interaction Left the session Confident Engaged Read from the slide Waste of time Dynamic Interested

More information

Pilot Project Ross Valley Watershed Geomorphology GIS Database Final Report August 30, 2010

Pilot Project Ross Valley Watershed Geomorphology GIS Database Final Report August 30, 2010 Pilot Project Ross Valley Watershed Geomorphology GIS Database Final Report August 30, 2010 Prepared by: Gerhard Epke 2010 Watershed Intern (831) 332-1324 24 Bolinas Ave San Anselmo, CA 94960 Supervised

More information

Integrated Data Handling and Visualization

Integrated Data Handling and Visualization Integrated Data Handling and Visualization Module of Remote Sensing and GIS Integration Course 2017 Lammert Kooistra, Ron van Lammeren, John Stuiver Environmental Resource Management in the Anthropocene

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

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

Installation and user manual EFIT 850 sensor

Installation and user manual EFIT 850 sensor Installation and user manual EFIT 850 sensor GB-DAS 1 Table of content 1 Sensors and control zones 3 1.1 Sensor types and function 3 1.2 Control zones 4 1.3 Assign sensors to control zones 5 2 Placing

More information

Qt Developing ArcGIS Runtime Applications. Eric

Qt Developing ArcGIS Runtime Applications. Eric Qt Developing ArcGIS Runtime Applications Eric Bader @ECBader Agenda Getting Started Creating the Map Geocoding and Routing Geoprocessing Message Processing Working Offline The Next Release What s Coming

More information

Managing Time-Variant Data. Graham Witt

Managing Time-Variant Data. Graham Witt u Managing Time-Variant Data Graham Witt Today s topics Temporal questions Things to consider when recording time Precision Time zones Working days Time periods Recurrent events Time variance Bi-temporal

More information

Sources of Geographic Information

Sources of Geographic Information Sources of Geographic Information Data properties: Spatial data, i.e. data that are associated with geographic locations Data format: digital (analog data for traditional paper maps) Data Inputs: sampled

More information

Appendix 2: Worked example using GPS

Appendix 2: Worked example using GPS Appendix 2: Worked example using GPS This appendix will talk the reader through how to use a GPS, get data out of the unit and use that data in the expedition GIS. The specific example used is a simple

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

GB-DAS. Installation and user manual Devireg 850 sensor

GB-DAS. Installation and user manual Devireg 850 sensor GB-DAS Installation and user manual Devireg 850 sensor 1 Table of content 1 Sensors and control zones 3 1.1 Sensor types and function 3 1.2 Control zones 4 1.3 Assign sensors to control zones 5 2 Placing

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

Searching, Exporting, Cleaning, & Graphing US Census Data Kelly Clonts Presentation for UC Berkeley, D-lab March 9, 2015

Searching, Exporting, Cleaning, & Graphing US Census Data Kelly Clonts Presentation for UC Berkeley, D-lab March 9, 2015 Searching, Exporting, Cleaning, & Graphing US Census Data Kelly Clonts Presentation for UC Berkeley, D-lab March 9, 2015 Learning Objectives To become familiar with the types of data published by the US

More information

dkart Navigator 9010

dkart Navigator 9010 dkart Navigator 9010 dkart Navigator - purpose dkart Navigator is an electronic navigation chart system specially designed to facilitate all the navigational tasks of mariner's day-to-day practice. Along

More information

Understanding the Evolution of WGS 84 and NAD 83

Understanding the Evolution of WGS 84 and NAD 83 Summary Both WGS 84, the datum used by GPS,, commonly used in North America, have been redefined several times since their beginning. Parallel to this, there have also been several realizations of the

More information

Rare Plant Registers & Atlas Andy Amphlett. vc89 RPR taxa per tetrad

Rare Plant Registers & Atlas Andy Amphlett. vc89 RPR taxa per tetrad Rare Plant Registers & Atlas 2020 Andy Amphlett vc89 RPR taxa per tetrad Guidance & Resources 1 st RPR in 1978 Cardiganshire (Chater) 1 st (?) BSBI guidelines: Farrell & Perring (1995). Guidelines for

More information

Advanced Techniques for Mobile Robotics Location-Based Activity Recognition

Advanced Techniques for Mobile Robotics Location-Based Activity Recognition Advanced Techniques for Mobile Robotics Location-Based Activity Recognition Wolfram Burgard, Cyrill Stachniss, Kai Arras, Maren Bennewitz Activity Recognition Based on L. Liao, D. J. Patterson, D. Fox,

More information

Shades of Green. Using gcadplus for landscape design. Keith West, Sylvie Bion & Annette Tiemersma. gcad

Shades of Green. Using gcadplus for landscape design. Keith West, Sylvie Bion & Annette Tiemersma. gcad Shades of Green 50 Using gcadplus for landscape design Keith West, Sylvie Bion & Annette Tiemersma gcad + About the authors: Keith West is the founder of Design Cad, a software developer company based

More information

Analysis and Geoprocessing Sessions and Demo Theater Presentations

Analysis and Geoprocessing Sessions and Demo Theater Presentations Esri User Conference 2018 Analysis and Geoprocessing Sessions and Demo Theater Presentations TUESDAY 7/10 -------------------------------------------------------------------------------------------------------------------------------------------

More information

Satellite and GPS technology

Satellite and GPS technology Satellite and GPS technology Maryna Strydom (GIS Tg SA) Tel: (011) 441 6163 mstrydom@srk.co.za Overview General How Earth Observation Satellites work Uses of different EOS outputs How GPS work Types of

More information

Humanoid Robotics (TIF 160)

Humanoid Robotics (TIF 160) Humanoid Robotics (TIF 160) Lecture 1, 20090901 Introduction and motivation to humanoid robotics What will you learn? (Aims) Basic facts about humanoid robots Kinematics (and dynamics) of humanoid robots

More information

A Web Application and Subscription Service for Landsat Forest Area Change Tools (LandsatFACT)

A Web Application and Subscription Service for Landsat Forest Area Change Tools (LandsatFACT) A Web Application and Subscription Service for Landsat Forest Area Change Tools (LandsatFACT) Development Team N.C. Forest Service: David Jones & Brian McLean UNC Asheville s NEMAC: Jim Fox, Derek Morgan,

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

White paper brief IdahoView Imagery Services: LISA 1 Technical Report no. 1 Processing and Evaluation

White paper brief IdahoView Imagery Services: LISA 1 Technical Report no. 1 Processing and Evaluation White paper brief IdahoView Imagery Services: LISA 1 Technical Report no. 1 Processing and Evaluation Keith T. Weber, GISP, GIS Director, Idaho State University, 921 S. 8th Ave., stop 8104, Pocatello,

More information

Inductance. Chapter 30. PowerPoint Lectures for University Physics, Thirteenth Edition Hugh D. Young and Roger A. Freedman. Lectures by Wayne Anderson

Inductance. Chapter 30. PowerPoint Lectures for University Physics, Thirteenth Edition Hugh D. Young and Roger A. Freedman. Lectures by Wayne Anderson Chapter 30 Inductance PowerPoint Lectures for University Physics, Thirteenth Edition Hugh D. Young and Roger A. Freedman Lectures by Wayne Anderson Goals for Chapter 30 To learn how current in one coil

More information

WAAS SCINTILLATION CHARACTERIZATION Session 2B Global Effects on GPS/GNSS

WAAS SCINTILLATION CHARACTERIZATION Session 2B Global Effects on GPS/GNSS WAAS SCINTILLATION CHARACTERIZATION Session 2B Global Effects on GPS/GNSS Presented by: Eric Altshuler Date: Authors: Eric Altshuler: Karl Shallberg: Zeta Associates BJ Potter: LS technologies SEQUOIA

More information

Remote sensing radio applications/ systems for environmental monitoring

Remote sensing radio applications/ systems for environmental monitoring Remote sensing radio applications/ systems for environmental monitoring Alexandre VASSILIEV ITU Radiocommunication Bureau phone: +41 22 7305924 e-mail: alexandre.vassiliev@itu.int 1 Source: European Space

More information

MODEC GIS Microstation

MODEC GIS Microstation MODEC Microstation Sheet wise Sliver, Gap (Pseudo-Node) (Self Intersection) (Island) Duplication Seamless Database ) Code Page Working Units : WGS84 UTM Working Units Working Units GO=500000, 3000000

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

SMAP Hands-On. ARSET Applied Remote Sensing Training. Jul. 20,

SMAP Hands-On. ARSET Applied Remote Sensing Training. Jul. 20, National Aeronautics and Space Administration ARSET Applied Remote Sensing Training http://arset.gsfc.nasa.gov @NASAARSET SMAP Hands-On Jul. 20, 2016 www.nasa.gov Outline 1. Data products overview 2. Discovering

More information

National Population Estimates: March 2009 quarter

National Population Estimates: March 2009 quarter Image description. Hot Off The Press. End of image description. Embargoed until 10:45am 15 May 2009 National Population Estimates: March 2009 quarter Highlights The estimated resident population of New

More information

Chapter 3. Graphical Methods for Describing Data. Copyright 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Chapter 3. Graphical Methods for Describing Data. Copyright 2005 Brooks/Cole, a division of Thomson Learning, Inc. Chapter 3 Graphical Methods for Describing Data 1 Frequency Distribution Example The data in the column labeled vision for the student data set introduced in the slides for chapter 1 is the answer to the

More information

Fall 2001 Whooping Crane Migrational Survey Protocol Implementation Report

Fall 2001 Whooping Crane Migrational Survey Protocol Implementation Report Fall 2001 Whooping Crane Migrational Survey Protocol Implementation Report Prepared by Executive Director s Office For Committee s of the Platte River Cooperative Agreement June 5, 2002 I. Introduction

More information

Humanoid Robotics (TIF 160)

Humanoid Robotics (TIF 160) Humanoid Robotics (TIF 160) Lecture 1, 20100831 Introduction and motivation to humanoid robotics What will you learn? (Aims) Basic facts about humanoid robots Kinematics (and dynamics) of humanoid robots

More information

Data Preparation. Warren Vick Europa Technologies Ltd.

Data Preparation. Warren Vick Europa Technologies Ltd. Data Preparation Warren Vick Europa Technologies Ltd. What s your poison? We use a variety of methods and technologies Straw poll Hand drawn Non-GIS software (whole process) Esri PB / MapInfo Open source

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

SATELLITE MONITORING OF REMOTE PV-SYSTEMS

SATELLITE MONITORING OF REMOTE PV-SYSTEMS SATELLITE MONITORING OF REMOTE PV-SYSTEMS Stefan Krauter, Thomas Depping UFRJ-COPPE-EE, PV-Labs, C. P. 68504, Rio de Janeiro 21945-970 RJ, BRAZIL Tel: +55-21-2562-8032, Fax: +55-21-22906626, E-mail: krauter@coe.ufrj.br

More information

QGIS document from the previous exercise: worldmap.qgs

QGIS document from the previous exercise: worldmap.qgs MAP PROJECTION 1. Introduction: All data in a GIS view must be in the same projection in order to correctly align with other datasets. In QGIS this is often done in the background. QGIS will use the projection

More information

Campaign GPS Data Processing for Integrated SCEC Community Geodetic Model

Campaign GPS Data Processing for Integrated SCEC Community Geodetic Model Topic 1: Campaign GPS solutions Campaign GPS Data Processing for Integrated SCEC Community Geodetic Model Zheng-Kang Shen UCLA SCEC CGM Workshop January 28-29, 2016 Campaign GPS Data Compilation and Inspection:

More information

The above deliverables are to be provided as a zip file to your ILAWC Engineering Project Manager.

The above deliverables are to be provided as a zip file to your ILAWC Engineering Project Manager. Water Main Construction Projects The requirements and deliverables identified below are those for water main construction projects performed by Developers, Contractors, and Internal Illinois-American Water

More information

Stalker Speed Sensor II Traffic Statistics Sensor Manual rev A

Stalker Speed Sensor II Traffic Statistics Sensor Manual rev A Stalker Speed Sensor II Traffic Statistics Sensor Manual 011-0132-00 rev A Applied Concepts, Inc. 2609 Technology Drive Plano, Texas 75074 972-398-3780 ii Applied Concepts TRAFFIC STATISTICS SPEED SENSOR

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

SECTION XXX-INTELLIGENT COMPACTION. This section describes the requirements for implementing the use of Intelligent Compaction equipment.

SECTION XXX-INTELLIGENT COMPACTION. This section describes the requirements for implementing the use of Intelligent Compaction equipment. XXX.01 DESCRIPTION SECTION XXX-INTELLIGENT COMPACTION This section describes the requirements for implementing the use of Intelligent Compaction equipment. XXX.02 MATERIALS XXX.02.01 Equipment Provide

More information

IMAGE SIZING AND RESOLUTION. MyGraphicsLab: Adobe Photoshop CS6 ACA Certification Preparation for Visual Communication

IMAGE SIZING AND RESOLUTION. MyGraphicsLab: Adobe Photoshop CS6 ACA Certification Preparation for Visual Communication IMAGE SIZING AND RESOLUTION MyGraphicsLab: Adobe Photoshop CS6 ACA Certification Preparation for Visual Communication Copyright 2013 MyGraphicsLab / Pearson Education OBJECTIVES This presentation covers

More information