Universidade Federal de Viçosa Departamento de Informática - DPI

Size: px
Start display at page:

Download "Universidade Federal de Viçosa Departamento de Informática - DPI"

Transcription

1 - DPI Sistema Interativo para Posicionamento de Observadores em Terrenos Representados por Modelos Digitais de Elevacao --- An Interactive System to Site Observer in Terrains represented by Digital Elevation Models Chaulio R. Ferreira Salles V. G. Magalhães Marcus V. A. Andrade

2 - DPI Introduction An important GIS application on terrains concerns visibility. For example, find the set of points on the terrain which are visible from some particular point (the observer).

3 - DPI Introduction These applications include telecommunications and military monitoring. For example, an observer may be a mobile phone tower or a monitoring tower.

4 - DPI Introduction These applications include telecommunications and military monitoring. For example, an observer may be a mobile phone tower or a monitoring tower.

5 - DPI Introduction These applications include telecommunications and military monitoring. For example, an observer may be a mobile phone tower or a monitoring tower.

6 - DPI Introduction An important problem related to visibility is siting observers in order to obtain an optimal visual coverage of a terrain. We will present an interactive system to solve this problem.

7 - DPI Terran visibility There are several ways to represent terrains in a computer. We will consider a terrain represented as a matrix storing elevation of regularly spaced terrain points.

8 - DPI Terran visibility An observer is a point (in the space) from which we wish to see or communicate with other points, called targets. The radius of interest, R, of O means the distance the observer can see. For example, for a observation tower, R is the maximum distance that a person on the tower can see;

9 Terran visibility - DPI T is visible from O if the distance between O and T is at most R and if there is no terrain point between O and T higher than OT (OT is called LOS line of sight); T 1 is visible T 2 is not

10 - DPI Terran visibility The viewshed, V, of O is the set of base points whose corresponding targets are visible from O. The visibility index, VIX, of O is the number of targets that are visible from O. Terrain visualization Viewshed

11 - DPI Terran visibility Given a set of observers: The joint viewshed is the union of the individual viewsheds in the set. The joint visibility index of a set of observers is the number of targets visible from at least one observer in the set. Terrain visualization Joint viewshed

12 - DPI Terran visibility We will deal with the following problem: find the minimum number of observers needed to cover a given percentage of a terrain. This is a NP-Hard problem. Some heuristics to solve this problem: Greedy GRASP Greedy + local search... }Previous work published in GeoInfo 2010: Heuristics to site observers in a terrain represented by a digital elevation matrix

13 - DPI Objective Develop an interactive system to help the observer siting process: Provide heuristics to automatically site observers. Provide tools to manually site observers or change a solution obtained by a heuristic. Simulate and compare different solutions obtained by manual siting or by the heuristics.

14 - DPI The proposed solution An interactive system developed in C++/QT.

15 - DPI The proposed solution Main functionalities: Add a new observer by clicking in the terrain. Remove an observer previously selected. Move an observer by dragging and dropping it. Change solution's parameters like observer's radius of interest or its elevation.

16 - DPI Terran visibility Main functionalities: Automatically site observers using one of three heuristics. After the automatic siting, it is possible to visualize the solution and manually modify it.

17 - DPI Terran visibility Movie

18 - DPI Conclusions and future works We have developed an interactive system to help the observer siting process. The user can interactively modify a solution and visualize it. The GUI can be used to help the decision taking process: for example, an user can visualize the impact of modifications in the solution (an observer remotion, the change in the observers' height, etc).

19 - DPI Conclusions and future works This is an ongoing work. Future works: Run tests to verify the advantages of the interactive system. Improve the usability. Integrate the system with a open source GIS. Develop new features. For example, allow the user to add layers to the map.

20 - DPI Thank you! Any questions or suggestions?

A Parallel Sweep Line Algorithm for Visibility Computation

A Parallel Sweep Line Algorithm for Visibility Computation Universidade Federal de Viçosa Departamento de Informática Programa de Pós-Graduação em Ciência da Computação A Parallel Sweep Line Algorithm for Visibility Computation Chaulio R. Ferreira Marcus V. A.

More information

An efficient GPU multiple-observer siting method based on sparse-matrix multiplication

An efficient GPU multiple-observer siting method based on sparse-matrix multiplication An efficient GPU multiple-observer siting method based on sparse-matrix multiplication Guilherme C. Pena Universidade Fed. de Viçosa Viçosa, MG, Brazil guilherme.pena@ufv.br W. Randolph Franklin Rensselaer

More information

Wyoming Telecommunications Council

Wyoming Telecommunications Council Property of CostQuest Associates and the State of Wyoming Wyoming Telecommunications Council Targeting Wireless Internet Services at Areas with Lower Investment Thresholds Objectives Identify current broadband

More information

A Parallel Sweep Line Algorithm for Visibility Computation

A Parallel Sweep Line Algorithm for Visibility Computation A Parallel Sweep Line Algorithm for Visibility Computation Chaulio R. Ferreira 1, Marcus V. A. Andrade 1, Salles V. G. Magalhes 1, W. R. Franklin 2, Guilherme C. Pena 1 1 Departamento de Informática Universidade

More information

An efficient algorithm to compute the viewshed on DEM terrains stored in the external memory

An efficient algorithm to compute the viewshed on DEM terrains stored in the external memory An efficient algorithm to compute the viewshed on DEM terrains stored in the external memory Mirella A. Magalhães 1, Salles V. G. Magalhães 1, Marcus V. A. Andrade 1, Jugurta Lisboa Filho 1 1 Departamento

More information

GPU-Accelerated Multiple Observer Siting

GPU-Accelerated Multiple Observer Siting GPU-Accelerated Multiple Observer Siting Parallelization of the Franklin-Vogt multiple observer siting algorithm. Abstract We present two fast parallel implementations of the Franklin-Vogt multiple observer

More information

A parallel algorithm for viewshed computation on grid terrains

A parallel algorithm for viewshed computation on grid terrains A parallel algorithm for viewshed computation on grid terrains Chaulio R. Ferreira 1, Marcus V. A. Andrade 1, Salles V. G. Magalhães 1, W. R. Franklin 2, Guilherme C. Pena 1 1 Universidade Federal de Viçosa,

More information

Real-time visibility analysis and rapid viewshed calculation using a voxelbased modelling approach

Real-time visibility analysis and rapid viewshed calculation using a voxelbased modelling approach Real-time visibility analysis and rapid viewshed calculation using a voxelbased modelling approach Steve Carver 1 and Justin Washtell 2 1 School of Geography, University of Leeds, West Yorkshire, LS2 9JT

More information

Improved Visibility Computation on Massive Grid Terrains

Improved Visibility Computation on Massive Grid Terrains Improved Visibility Computation on Massive Grid Terrains Jeremy Fishman Herman Haverkort Laura Toma Bowdoin College USA Eindhoven University The Netherlands Bowdoin College USA Laura Toma ACM GIS 2009

More information

Tutorial 18: 3D and Spatial Analyst - Creating a TIN and Visual Analysis

Tutorial 18: 3D and Spatial Analyst - Creating a TIN and Visual Analysis Tutorial 18: 3D and Spatial Analyst - Creating a TIN and Visual Analysis Module content 18.1. Creating a TIN 18.2. Spatial Analyst Viewsheds, Slopes, Hillshades and Density. 18.1 Creating a TIN Sometimes

More information

Efficient Parallel GIS and CAD Operations on Very Large Data Sets

Efficient Parallel GIS and CAD Operations on Very Large Data Sets Efficient Parallel GIS and CAD Operations on Very Large Data Sets W. Randolph Franklin, RPI 2016-10-31 What? design very fast computational geometry and GIS algorithms, and implement and test them on large

More information

Thiago L. Gomes Salles V. G. Magalhães Marcus V. A. Andrade Guilherme C. Pena. Universidade Federal de Viçosa (UFV)

Thiago L. Gomes Salles V. G. Magalhães Marcus V. A. Andrade Guilherme C. Pena. Universidade Federal de Viçosa (UFV) Thiago L. Gomes Salles V. G. Magalhães Marcus V. A. Andrade Guilherme C. Pena Universidade Federal de Viçosa (UFV) The availability of high resolution terrain data has become a challenge in GIS; On one

More information

Border Patrol. Shingo Murata Swarthmore College Swarthmore, PA

Border Patrol. Shingo Murata Swarthmore College Swarthmore, PA Border Patrol Shingo Murata Swarthmore College Swarthmore, PA 19081 smurata1@cs.swarthmore.edu Dan Amato Swarthmore College Swarthmore, PA 19081 damato1@cs.swarthmore.edu Abstract We implement a border

More information

Applied Cartography and Introduction to GIS GEOG 2017 EL. Lecture-7 Chapters 13 and 14

Applied Cartography and Introduction to GIS GEOG 2017 EL. Lecture-7 Chapters 13 and 14 Applied Cartography and Introduction to GIS GEOG 2017 EL Lecture-7 Chapters 13 and 14 Data for Terrain Mapping and Analysis DEM (digital elevation model) and TIN (triangulated irregular network) are two

More information

RELEASE NOTES FOR TERRAEXPLORER FOR WEB 7.1

RELEASE NOTES FOR TERRAEXPLORER FOR WEB 7.1 RELEASE NOTES FOR TERRAEXPLORER FOR WEB 7.1 About TerraExplorer for Web TerraExplorer for Web (TE4W) is a lightweight 3D GIS viewer that seamlessly accesses online data from Skyline s SkylineGlobe Server,

More information

GEOGRAPHIC INFORMATION SYSTEMS Lecture 25: 3D Analyst

GEOGRAPHIC INFORMATION SYSTEMS Lecture 25: 3D Analyst GEOGRAPHIC INFORMATION SYSTEMS Lecture 25: 3D Analyst 3D Analyst - 3D Analyst is an ArcGIS extension designed to work with TIN data (triangulated irregular network) - many of the tools in 3D Analyst also

More information

memory Abstract The recent availability of detailed geographic data permits terrain applications

memory Abstract The recent availability of detailed geographic data permits terrain applications Efficient viewshed computation on terrain in external memory Marcus V. A. Andrade 1,2, Salles V. G. Magalhães 1, Mirella A. Magalhães 1, W. Randolph Franklin 2, and Barbara M. Cutler 3 1 DPI, Universidade

More information

Raster GIS. Raster GIS 11/1/2015. The early years of GIS involved much debate on raster versus vector - advantages and disadvantages

Raster GIS. Raster GIS 11/1/2015. The early years of GIS involved much debate on raster versus vector - advantages and disadvantages Raster GIS Google Earth image (raster) with roads overlain (vector) Raster GIS The early years of GIS involved much debate on raster versus vector - advantages and disadvantages 1 Feb 21, 2010 MODIS satellite

More information

ArcGIS Runtime: Building 3D Apps. Rex Hansen Adrien Meriaux

ArcGIS Runtime: Building 3D Apps. Rex Hansen Adrien Meriaux ArcGIS Runtime: Building 3D Apps Rex Hansen Adrien Meriaux Agenda 3D across the ArcGIS Platform 3D in ArcGIS Runtime Road ahead ArcGIS 3D helps customers Create and Manage Design and Simulate Visualize

More information

MULTI-OBJECTIVE EVOLUTIONARY ALGORITHMS FOR ENERGY-EFFICIENCY IN HETEROGENEOUS WIRELESS SENSOR NETWORKS

MULTI-OBJECTIVE EVOLUTIONARY ALGORITHMS FOR ENERGY-EFFICIENCY IN HETEROGENEOUS WIRELESS SENSOR NETWORKS MULTI-OBJECTIVE EVOLUTIONARY ALGORITHMS FOR ENERGY-EFFICIENCY IN HETEROGENEOUS WIRELESS SENSOR NETWORKS José M. Lanza-Gutiérrez, Juan A. Gómez-Pulido, Miguel A. Vega- Rodríguez, Juan M. Sánchez University

More information

Delivering location-based services using GIS, WAP, and the Web: two applications

Delivering location-based services using GIS, WAP, and the Web: two applications Departamento de Lenguajes y Sistemas Informáticos Delivering location-based services using GIS,, and the Web: Sergio Luján-Mora Introduction Contents Mobile positioning Architecture of the system Application

More information

Viewshed analysis. Chapter Line of sight analysis

Viewshed analysis. Chapter Line of sight analysis Chapter 6 Viewshed analysis Viewshed (visibility) analysis is used in many different fields for both practical and aesthetic applications. It can play an important role when planning new buildings or roads

More information

Using Google Earth Pro

Using Google Earth Pro Using Google Earth Pro (v7.3.2) University of Toronto Mississauga Library Hazel McCallion Academic Learning Centre October 2018 FURTHER ASSISTANCE If you have questions or need assistance contact Tanya

More information

Efficient Line-of-Sight Algorithms for Real Terrain Data

Efficient Line-of-Sight Algorithms for Real Terrain Data Efficient Line-of-Sight Algorithms for Real Terrain Data Roberto de Beauclair Seixas 1,2 Maurício Riguette Mediano 2 Marcelo Gattass 2 IMPA Instituto de Matemática Pura e Aplicada Visgraf Laboratório de

More information

Web Services Application Programming Interface (API) Specification

Web Services Application Programming Interface (API) Specification Web Services Application Programming Interface (API) Specification Version 1.3 Jan 3, 2019 Web Services API Specifications 2 of 56 Table of s 1. Terrain Sources... 4 1.1. GET Method... 4 1.2. POST Method...

More information

TerraExplorer Quick Start Guide

TerraExplorer Quick Start Guide TerraExplorer Quick Start Guide Basic Concepts Opening, Creating, and Saving.. 1 Navigating in the 3D Window... 1 Using the Project Tree... 2 System Requirements... 2 Project Settings Controlling Date

More information

Web Services Application Programming Interface (API) Specification

Web Services Application Programming Interface (API) Specification Web Services Application Programming Interface (API) Specification Version 1.1 July 10, 2018 Web Services API Specifications 2 of 36 Table of s 1. Terrain Sources... 3 1.1. GET Method... 3 1.2. POST Method...

More information

Computing Visibility on Terrains in External Memory

Computing Visibility on Terrains in External Memory Computing Visibility on Terrains in External Memory Herman Haverkort Laura Toma Yi Zhuang TU. Eindhoven Netherlands Bowdoin College USA Visibility Problem: visibility map (viewshed) of v terrain T arbitrary

More information

GPU-based visualisation of viewshed from roads or areas in a 3D environment

GPU-based visualisation of viewshed from roads or areas in a 3D environment Master of Science Thesis in Electrical Engineering Department of Electrical Engineering, Linköping University, 2016 GPU-based visualisation of viewshed from roads or areas in a 3D environment Christoph

More information

English Bible for the Deaf

English Bible for the Deaf E B D Q W, ' '. W (2 ), ''2 '' 3, '''3 ''' D T B,,. T *,. T,,. W, B. T. D : C: *S G *. H J. :,. :,. I: G *O_T. : * * * *. [ ] :. L: G. : I, I, I. :. : * G * H. : I, I. :,. RUTH 1 E M 1-2 I I. T,. T J.

More information

v Working with Rasters SMS 12.1 Tutorial Requirements Raster Module Map Module Mesh Module Time minutes Prerequisites Overview Tutorial

v Working with Rasters SMS 12.1 Tutorial Requirements Raster Module Map Module Mesh Module Time minutes Prerequisites Overview Tutorial v. 12.1 SMS 12.1 Tutorial Objectives This tutorial teaches how to import a Raster, view elevations at individual points, change display options for multiple views of the data, show the 2D profile plots,

More information

WiTech. Some Accurate and Professional Radio & Microwave Network Planning!

WiTech. Some Accurate and Professional Radio & Microwave Network Planning! Are You a Greenfield or Emerging Operator Aiming at Building a Competitive Broadband Wireless Access Network? Don t Even Think You Can Go Without Some Accurate and Professional Radio & Microwave Network

More information

NEW FEATURES IN RELEASE 7.0

NEW FEATURES IN RELEASE 7.0 Native 64bit Application NEW FEATURES IN RELEASE 7.0 TerraExplorer 7.0 has been redesigned as a native 64 bit application, enabling TerraExplorer to take advantage of available memory for resource-intensive

More information

An efficient external memory algorithm for terrain viewshed computation

An efficient external memory algorithm for terrain viewshed computation An efficient external memory algorithm for terrain viewshed computation Chaulio R. Ferreira and Marcus V. A. Andrade and Salles V. G. Magalhães, DPI - Federal University of Viçosa - Brazil W. Randolph

More information

Contents of Lecture. Surface (Terrain) Data Models. Terrain Surface Representation. Sampling in Surface Model DEM

Contents of Lecture. Surface (Terrain) Data Models. Terrain Surface Representation. Sampling in Surface Model DEM Lecture 13: Advanced Data Models: Terrain mapping and Analysis Contents of Lecture Surface Data Models DEM GRID Model TIN Model Visibility Analysis Geography 373 Spring, 2006 Changjoo Kim 11/29/2006 1

More information

Computing Visibility on Terrains in External Memory

Computing Visibility on Terrains in External Memory Computing Visibility on Terrains in External Memory Herman Haverkort Laura Toma Yi Zhuang TU. Eindhoven Netherlands Bowdoin College USA ALENEX 2007 New Orleans, USA Visibility Problem: visibility map (viewshed)

More information

MOBILE. LuciadMobile DATA SHEET

MOBILE. LuciadMobile DATA SHEET MOBILE LuciadMobile DATA SHEET V2017 V2017.0 DATA SHEET LuciadMobile enables the rapid development of geospatial situational awareness applications on mobile devices running Android, and is specifically

More information

Lab 11: Terrain Analysis

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

More information

Restricted Bathymetric Tracklines Interpolation

Restricted Bathymetric Tracklines Interpolation Restricted Bathymetric Tracklines Interpolation Wenli Li, W. Randolph Franklin, Salles V. G. Magalhães, Marcus V. A. Andrade Rensselaer Polytechnic Institute liw9@rpi.edu, mail@wrfranklin.org, vianas2@rpi.edu,

More information

A Strategy and Vision for Enterprise 3D GIS. B r o o k s P a t r i c k A c c o u n t E x e c u t i v e b p a t r i c e s r i.

A Strategy and Vision for Enterprise 3D GIS. B r o o k s P a t r i c k A c c o u n t E x e c u t i v e b p a t r i c e s r i. A Strategy and Vision for Enterprise 3D GIS B r o o k s P a t r i c k A c c o u n t E x e c u t i v e b p a t r i c k @ e s r i. c o m Understanding where things are, and why, is essential for rational

More information

Tools. (figure 3A) 3) Shaded Relief Derivative. c. HydroSHED DS DEM

Tools. (figure 3A) 3) Shaded Relief Derivative. c. HydroSHED DS DEM Topographic Modeling Tools Available Tools (figure 3A) 1) Dataa Extraction 2) Aspect Derivative 3) Shaded Relief Derivative 4) Color Shaded Relief 5) Slope Derivativee 6) Slope Classification Derivative

More information

!"# $ I. Introduction

!# $ I. Introduction !"# $ LAGRIT (Laboratoire de gestion des réseaux informatiques et de télécommunications) * LACIME (Laboratoire de communications et d'intégration de la microélectronique) Department of Electrical Engineering,

More information

Creating 3D Animations

Creating 3D Animations 3 D A N I M A T I O N Tutorial Creating 3D Animations in TNTmips TNTedit TNTview Creating 3D Animations Before Getting Started This booklet introduces techniques for constructing and manipulating animated

More information

Ellipse. Planning, dimensioning and optimization of backhaul networks KNOW YOUR NETWORK DATA SHEET

Ellipse. Planning, dimensioning and optimization of backhaul networks KNOW YOUR NETWORK DATA SHEET KNOW YOUR NETWORK DATA SHEET Ellipse Superior planning, management and optimization of next-generation backhaul networks Planning, dimensioning and optimization of backhaul networks The pressure on mobile

More information

Preface. Remind DEMO version is limited to 30 minutes use and has recorded functions disabled. We are to your entire service to solve any doubt.

Preface. Remind DEMO version is limited to 30 minutes use and has recorded functions disabled. We are to your entire service to solve any doubt. aneba.com CARTOMAP DEMO VersiOn Preface This guide contents all necessary information to use DEMO version of Pocket CARTOMAP. First part is general information about the program and its main functions

More information

BRIEF EXAMPLES OF PRACTICAL USES OF LIDAR

BRIEF EXAMPLES OF PRACTICAL USES OF LIDAR BRIEF EXAMPLES OF PRACTICAL USES OF LIDAR PURDUE ROAD SCHOOL - 3/9/2016 CHRIS MORSE USDA-NRCS, STATE GIS COORDINATOR LIDAR/DEM SOURCE DATES LiDAR and its derivatives (DEMs) have a collection date for data

More information

Radio Network Planning with Combinatorial Optimisation Algorithms

Radio Network Planning with Combinatorial Optimisation Algorithms Author manuscript, published in "ACTS Mobile Telecommunications Summit 96, Granada : Spain (1996)" Radio Network Planning with Combinatorial Optimisation Algorithms P. Calégari, F. Guidec, P. Kuonen, EPFL,

More information

Version 6 Release Notes

Version 6 Release Notes Version 6 Release Notes Information contained in this document is subject to change without notice and does not represent a commitment on behalf of Skyline Software Systems Inc. No part of this document

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

Estimating visibility of existing landmarks for urban planning

Estimating visibility of existing landmarks for urban planning Estimating visibility of existing landmarks for urban planning Florian Albrecht Interfaculty department for Geoinformatics Z_GIS Salzburg University Salzburg, 12.10.2015 @ Geodesign Summit Europe The touch

More information

Advanced Computer Graphics Project Report. Terrain Approximation

Advanced Computer Graphics Project Report. Terrain Approximation Advanced Computer Graphics Project Report Terrain Approximation Wenli Li (liw9@rpi.edu) 1. Introduction DEM datasets are getting larger and larger with increasing precision, so that approximating DEM can

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

: Atoll : General Features (UMTS HSPA Platform)

: Atoll : General Features (UMTS HSPA Platform) Atoll 3.1.0 Training Exercise Book : Atoll : General Features (UMTS HSPA Platform) Creating an Atoll document Importing geographic data Creating a new station Grouping and filtering radio data Creating

More information

Vector Data Analysis Working with Topographic Data. Vector data analysis working with topographic data.

Vector Data Analysis Working with Topographic Data. Vector data analysis working with topographic data. Vector Data Analysis Working with Topographic Data Vector data analysis working with topographic data. 1 Triangulated Irregular Network Triangulated Irregular Network 2 Triangulated Irregular Networks

More information

Surrey City Centre Digital 3D Building Model

Surrey City Centre Digital 3D Building Model Surrey City Centre Digital 3D Building Model Process Adding to the Existing City Centre Digital 3D Model Developer submits either a CAD or Sketchup digital 3D building model Includes 3D shapefile and Personal

More information

RELEASE NOTES FOR TERRAEXPLORER 7.0.1

RELEASE NOTES FOR TERRAEXPLORER 7.0.1 s RELEASE NOTES FOR TERRAEXPLORER 7.0.1 New Features in Release 7.0.1 Raster layer enhancements Load raster layers from Google Earth Enterprise Server - TerraExplorer 7.0.1 extends imagery and elevation

More information

Boundary Security. Innovative Planning Solutions. Analysis Planning Design. criterra Technology

Boundary Security. Innovative Planning Solutions. Analysis Planning Design. criterra Technology Boundary Security Analysis Planning Design Innovative Planning Solutions criterra Technology Setting the new standard DEFENSOFT - A Global Leader in Boundary Security Planning Threats, illegal immigration

More information

Sanjay Rana. Use of GIS for Planning Visual Surveillance An Analogy to Maximal Coverage Problem CTS Research Seminars

Sanjay Rana. Use of GIS for Planning Visual Surveillance An Analogy to Maximal Coverage Problem CTS Research Seminars Use of GIS for Planning Visual Surveillance An Analogy to Maximal Coverage Problem Sanjay Rana TOPICS 1. Background: Characteristics and Role of GIS 2. Visibility Analysis in urban open spaces 3. Automated

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

UTILIZACIÓN DE DATOS LIDAR Y SU INTEGRACIÓN CON SISTEMAS DE INFORMACIÓN GEOGRÁFICA

UTILIZACIÓN DE DATOS LIDAR Y SU INTEGRACIÓN CON SISTEMAS DE INFORMACIÓN GEOGRÁFICA UTILIZACIÓN DE DATOS LIDAR Y SU INTEGRACIÓN CON SISTEMAS DE INFORMACIÓN GEOGRÁFICA Aurelio Castro Cesar Piovanetti Geographic Mapping Technologies Corp. (GMT) Consultores en GIS info@gmtgis.com Geographic

More information

Comparison of wind measurements between virtual tower and VAD methods with different elevation angles

Comparison of wind measurements between virtual tower and VAD methods with different elevation angles P32 Xiaoying Liu et al. Comparison of wind measurements between virtual tower and AD methods with different elevation angles Xiaoying Liu 1, Songhua Wu 1,2*, Hongwei Zhang 1, Qichao Wang 1, Xiaochun Zhai

More information

UAV-Enabled Wilderness Search & Rescue (WiSeR( WiSeR) Michael A. Goodrich Computer Science Dept. Brigham Young University

UAV-Enabled Wilderness Search & Rescue (WiSeR( WiSeR) Michael A. Goodrich Computer Science Dept. Brigham Young University UAV-Enabled Wilderness Search & Rescue (WiSeR( WiSeR) Michael A. Goodrich Computer Science Dept. Brigham Young University Thanks Utah County Search & Rescue Ron Zeeman Faculty Mike Goodrich CS Bryan Morse

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

CityEngine: An Introduction. Eric Wittner 3D Product Manager

CityEngine: An Introduction. Eric Wittner 3D Product Manager CityEngine: An Introduction Eric Wittner 3D Product Manager 2 minute city LegoScript + parameterized instructions + Legos Shapes = Scope and Geometry Shape Operations modify scope and geometry Rule = Sequence

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

APPENDIX 13 TERRAIN NAVIGATOR PRO BASICS. Prepared by the Mapping and Marking Committee. Fifth Edition (Revised and Expanded) June 2014

APPENDIX 13 TERRAIN NAVIGATOR PRO BASICS. Prepared by the Mapping and Marking Committee. Fifth Edition (Revised and Expanded) June 2014 APPENDIX 13 TERRAIN NAVIGATOR PRO BASICS Prepared by the Mapping and Marking Committee Fifth Edition (Revised and Expanded) June 2014 Published by the Oregon-California Trails Association P.O. Box 1019

More information

GEOCIRRUS 3D Viewer. User Manual: GEOCIRRUS 3D Viewer Document version 1.6 Page 1

GEOCIRRUS 3D Viewer. User Manual: GEOCIRRUS 3D Viewer Document version 1.6 Page 1 GEOCIRRUS 3D Viewer Page 1 Table of Contents 3D Viewer Functionality... 3 Line of Sight (LoS)... 4 Identify... 8 Measurement... 9 3D Line Measure Tool... 10 3D Area Measure Tool... 11 Environment... 12

More information

Teacher Tips. Impero learning series Impero Solutions Ltd. English

Teacher Tips. Impero learning series Impero Solutions Ltd. English Impero learning series English 2015 Impero Solutions Ltd. 1 Teacher Tips This guide describes how to use the ten most common tasks for teachers. 1.1 Restricting Individual Users Impero is able to perform

More information

A Viewshed Based Classification of Landscapes Using Geomorphometrics

A Viewshed Based Classification of Landscapes Using Geomorphometrics A Viewshed Based Classification of Landscapes Using Geomorphometrics J. Washtell, S. Carver and K. Arrell School of Geography, University of Leeds, LS2 9JT Tel. (+44) 0113 3433343 Fax (+44) 0113 3433308

More information

Université Laval Québec, Canada

Université Laval Québec, Canada Search and Surveillance in Emergency situations A GIS based approach to construct near-optimal visibility graphs CERMID (Centre de recherche en modélisation, information et décision) Université Laval Québec,

More information

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

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

More information

3D CITY MODELLING WITH CYBERCITY-MODELER

3D CITY MODELLING WITH CYBERCITY-MODELER 1 3D CITY MODELLING WITH CYBERCITY-MODELER Kilian Ulm 1 and Daniela Poli 1 1. CyberCity AG, Zurich, Switzerland, (kilian.ulm, daniela.poli)@cybercity.tv ABSTRACT 3D city models using stereo aerial-/satellite

More information

A linear time algorithm to compute the drainage network on grid terrains

A linear time algorithm to compute the drainage network on grid terrains A linear time algorithm to compute the drainage network on grid terrains Salles V. G. Magalhães 1, Marcus V. A. Andrade 1, W. Randolph Franklin 2 and Guilherme C. Pena 1 1 Department of Informatics (DPI)

More information

University of West Hungary, Faculty of Geoinformatics. Béla Márkus. Spatial Analysis 5. module SAN5. 3D analysis

University of West Hungary, Faculty of Geoinformatics. Béla Márkus. Spatial Analysis 5. module SAN5. 3D analysis University of West Hungary, Faculty of Geoinformatics Béla Márkus Spatial Analysis 5. module SAN5 3D analysis SZÉKESFEHÉRVÁR 2010 The right to this intellectual property is protected by the 1999/LXXVI

More information

GISC9312- Geospatial Visualization

GISC9312- Geospatial Visualization GISC9312- Geospatial Visualization Assignment#D1 Ibeabuchi Nkemakolam April 17, 2013 Janet Finlay BA,.BSc. GIS-GM Program Professor Niagara College 135 Taylor Road Niagara-On-The-Lake, ON L0S 1J0 Dear

More information

SkylineGlobe Web Package Version 6.1 Release Notes

SkylineGlobe Web Package Version 6.1 Release Notes SkylineGlobe Web Package Version 6.1 Release Notes Information contained in this document is subject to change without notice and does not represent a commitment on behalf of Skyline Software Systems Inc.

More information

Western Land Area Programmatic Environmental Assessment. APPENDIX F: Viewshed Study

Western Land Area Programmatic Environmental Assessment. APPENDIX F: Viewshed Study APPENDIX F: Viewshed Study Dulles International Airport Western Land Area Viewshed Study FINAL Prepared by: EAC/Archaeology, Inc. September 26, 2017 Western Land Area This page is left intentionally blank.

More information

CONTENTS 1 INTRODUCTION 3 ARCGIS 5 START ARCMAP 11 IMPORT 1: MAP DATA 12 ADD WIND FARM DATA 21 CREATE A MAP TO INSERT IN A REPORT 32

CONTENTS 1 INTRODUCTION 3 ARCGIS 5 START ARCMAP 11 IMPORT 1: MAP DATA 12 ADD WIND FARM DATA 21 CREATE A MAP TO INSERT IN A REPORT 32 CONTENTS CONTENTS 1 INTRODUCTION 3 SCENARIO 3 WHAT WILL I LEARN? 3 WHAT DATA DO I HAVE? 4 ARCGIS 5 ARCMAP 6 ARCCATALOG 8 ARCTOOLBOX 9 START ARCMAP 11 IMPORT 1:250000 MAP DATA 12 CREATE A GROUP LAYER 16

More information

Exelis Visual Information Software Solutions for TERRAIN ANALYSIS. Defense & Intelligence SOLUTIONS GUIDE.

Exelis Visual Information Software Solutions for TERRAIN ANALYSIS. Defense & Intelligence SOLUTIONS GUIDE. Exelis Visual Information for TERRAIN ANALYSIS Defense & Intelligence SOLUTIONS GUIDE www.exelisvis.com MISSION SUCCESS The U.S. Armed Forces has long acknowledged the connection between battlefield terrain

More information

THE CONTOUR TREE - A POWERFUL CONCEPTUAL STRUCTURE FOR REPRESENTING THE RELATIONSHIPS AMONG CONTOUR LINES ON A TOPOGRAPHIC MAP

THE CONTOUR TREE - A POWERFUL CONCEPTUAL STRUCTURE FOR REPRESENTING THE RELATIONSHIPS AMONG CONTOUR LINES ON A TOPOGRAPHIC MAP THE CONTOUR TREE - A POWERFUL CONCEPTUAL STRUCTURE FOR REPRESENTING THE RELATIONSHIPS AMONG CONTOUR LINES ON A TOPOGRAPHIC MAP Adrian ALEXEI*, Mariana BARBARESSO* *Military Equipment and Technologies Research

More information

Semi-Automated and Interactive Construction of 3D Urban Terrains

Semi-Automated and Interactive Construction of 3D Urban Terrains Semi-Automated and Interactive Construction of 3D Urban Terrains Tony Wasilewski *, Nickolas Faust, and William Ribarsky Center for GIS and Spatial Analysis Technologies Graphics, Visualization, and Usability

More information

The 3D Analyst extension extends ArcGIS to support surface modeling and 3- dimensional visualization. 3D Shape Files

The 3D Analyst extension extends ArcGIS to support surface modeling and 3- dimensional visualization. 3D Shape Files NRM 435 Spring 2016 ArcGIS 3D Analyst Page#1 of 9 0B3D Analyst Extension The 3D Analyst extension extends ArcGIS to support surface modeling and 3- dimensional visualization. 3D Shape Files Analogous to

More information

Surface Compression using Over-determined Laplacian Approximation

Surface Compression using Over-determined Laplacian Approximation Surface Compression using Over-determined Laplacian Approximation Zhongyi Xie 1, W. Randolph Franklin 2, Barbara Cutler 1, Marcus A. Andrade 2,3,MetinInanc 1 and Daniel M. Tracy 1 1 Department of Computer

More information

Files Used in this Tutorial

Files Used in this Tutorial Generate Point Clouds and DSM Tutorial This tutorial shows how to generate point clouds and a digital surface model (DSM) from IKONOS satellite stereo imagery. You will view the resulting point clouds

More information

Terrain Modeling and Mapping for Telecom Network Installation Using Scanning Technology. Maziana Muhamad

Terrain Modeling and Mapping for Telecom Network Installation Using Scanning Technology. Maziana Muhamad Terrain Modeling and Mapping for Telecom Network Installation Using Scanning Technology Maziana Muhamad Summarising LiDAR (Airborne Laser Scanning) LiDAR is a reliable survey technique, capable of: acquiring

More information

Game AI: The set of algorithms, representations, tools, and tricks that support the creation and management of real-time digital experiences

Game AI: The set of algorithms, representations, tools, and tricks that support the creation and management of real-time digital experiences Game AI: The set of algorithms, representations, tools, and tricks that support the creation and management of real-time digital experiences : A rule of thumb, simplification, or educated guess that reduces

More information

The RPI GeoStar Project

The RPI GeoStar Project 1 / 39 The RPI GeoStar Project Dr W. Randolph Franklin Rensselaer Polytechnic Institute Troy, NY, 12180 +1 (518) 276-6077, frankwr@rpi.edu http://wrfranklin.org/ 5 July 10 2 / 39 History DARPA-sponsored

More information

Travelling Salesman Problem: Tabu Search

Travelling Salesman Problem: Tabu Search Travelling Salesman Problem: Tabu Search (Anonymized) April 2017 Abstract The Tabu Search algorithm is a heuristic method to find optimal solutions to the Travelling Salesman Problem (TSP). It is a local

More information

1.4.3 OPERATING SPEED CONSISTENCY

1.4.3 OPERATING SPEED CONSISTENCY Geometric Design Guide for Canadian oads 1.4.3 OPEATING SPEED CONSISTENCY The safety of a road is closely linked to variations in the speed of vehicles travelling on it. These variations are of two kinds:

More information

Transforming Objects in Inkscape Transform Menu. Move

Transforming Objects in Inkscape Transform Menu. Move Transforming Objects in Inkscape Transform Menu Many of the tools for transforming objects are located in the Transform menu. (You can open the menu in Object > Transform, or by clicking SHIFT+CTRL+M.)

More information

Geographic Information Systems (GIS) Spatial Analyst [10] Dr. Mohammad N. Almasri. [10] Spring 2018 GIS Dr. Mohammad N. Almasri Spatial Analyst

Geographic Information Systems (GIS) Spatial Analyst [10] Dr. Mohammad N. Almasri. [10] Spring 2018 GIS Dr. Mohammad N. Almasri Spatial Analyst Geographic Information Systems (GIS) Spatial Analyst [10] Dr. Mohammad N. Almasri 1 Preface POINTS, LINES, and POLYGONS are good at representing geographic objects with distinct shapes They are less good

More information

HybVOR: A Voronoi-Based 3D GIS Approach for Camera Surveillance Network Placement

HybVOR: A Voronoi-Based 3D GIS Approach for Camera Surveillance Network Placement ISPRS Int. J. Geo-Inf. 2015, 4, 754-782; doi:10.3390/ijgi4020754 Article OPEN ACCESS ISPRS International Journal of Geo-Information ISSN 2220-9964 www.mdpi.com/journal/ijgi/ HybVOR: A Voronoi-Based 3D

More information

LOXCEL CELLULAR SERVICES (Canada, Australia & New Zealand) Loxcel Geomatics loxcel.com

LOXCEL CELLULAR SERVICES (Canada, Australia & New Zealand) Loxcel Geomatics loxcel.com LOXCEL CELLULAR SERVICES (Canada, Australia & New Zealand) Loxcel Geomatics sales @ loxcel.com In a Nutshell Do you work with Cellular or WISP networks in Canada, Australia or New Zealand? Loxcel Cellular

More information

ATNS. USING Google EARTH. Version 1

ATNS. USING Google EARTH. Version 1 ATNS USING Google EARTH Version 1 ATNS/HO/Using Google Earth Page 1 25/04/2013 CONTENTS 1. BASIC SETUP 2. NAVIGATING IN GOOGLE EARTH 3. ADDING OBJECTS TO GOOGLE EARTH 4. USER HELP REFERENCES ATNS/HO/Using

More information

Class of 2007 Senior Conference on Computational Geometry

Class of 2007 Senior Conference on Computational Geometry Computer Science Department CPSC 097 Class of 2007 Senior Conference on Computational Geometry and GIS Proceedings of the Conference Order copies of this proceedings from: Computer Science Department Swarthmore

More information

Telecommunication Engineering Services NPM

Telecommunication Engineering Services NPM Telecommunication Engineering Services NPM w w w. n p m. c o m. p k w w w. n p m. c o m. p k i i l Our Services Vision, Focus, Value Broad View Site Acquisition Installation and Commissioning Services

More information

ROCKY FORK TRACT: VIEWSHED ANALYSIS REPORT

ROCKY FORK TRACT: VIEWSHED ANALYSIS REPORT ROCKY FORK TRACT: VIEWSHED ANALYSIS REPORT Prepared for: The Conservation Fund Prepared by: A Carroll GIS 3711 Skylark Trail Chattanoga, TN 37416 INTRODUCTION This report documents methods and results

More information

Direction and Content-based Landscape Visual Preference Assessment. Guoping Huang

Direction and Content-based Landscape Visual Preference Assessment. Guoping Huang Direction and Content-based Landscape Visual Preference Assessment Guoping Huang 2007 Virginia Outdoor Plan Literature Review Steinitz, 1979, 1990, photographic interviews, zones, occurrence of features

More information

RFA 2315 WINDOW. Revit Content WINDOW. Copyright by Content & More Limited, All Rights reserved

RFA 2315 WINDOW. Revit Content WINDOW. Copyright by Content & More Limited, All Rights reserved Copyright 29-2 by Content & More Limited, All Rights reserved Dimension Overview Frame Width Frame Depth Window Profile Depth Window Profile Width Frame Depth Position Width GENERAL PLAN DIMENSIONS FIG

More information

Lecture 6: GIS Spatial Analysis. GE 118: INTRODUCTION TO GIS Engr. Meriam M. Santillan Caraga State University

Lecture 6: GIS Spatial Analysis. GE 118: INTRODUCTION TO GIS Engr. Meriam M. Santillan Caraga State University Lecture 6: GIS Spatial Analysis GE 118: INTRODUCTION TO GIS Engr. Meriam M. Santillan Caraga State University 1 Spatial Data It can be most simply defined as information that describes the distribution

More information