More on efficiency. Classical computational geometry. Classical computational geometry. Classical computational geometry

Similar documents
Computational Geometry. Lecture 1: Introduction and Convex Hulls

Arrangements And Duality

Seminar. Path planning using Voronoi diagrams and B-Splines. Stefano Martina

DATA MINING CLUSTER ANALYSIS: BASIC CONCEPTS

Lecture 9: Geometric map transformations. Cartographic Transformations

Data Structures for Moving Objects

SPATIAL ANALYSIS IN GEOGRAPHICAL INFORMATION SYSTEMS. A DATA MODEL ORffiNTED APPROACH

DATA VISUALIZATION GABRIEL PARODI STUDY MATERIAL: PRINCIPLES OF GEOGRAPHIC INFORMATION SYSTEMS AN INTRODUCTORY TEXTBOOK CHAPTER 7

Understanding Raster Data

WHAT IS GIS - AN INRODUCTION

Similarity Search and Mining in Uncertain Spatial and Spatio Temporal Databases. Andreas Züfle

Introduction to GIS (Basics, Data, Analysis) & Case Studies. 13 th May Content. What is GIS?

Volume matching with application in medical treatment planning

R-trees. R-Trees: A Dynamic Index Structure For Spatial Searching. R-Tree. Invariants

Lesson 15 - Fill Cells Plugin

Title 10 DEPARTMENT OF NATURAL RESOURCES Division 35 Land Survey Chapter 1 Cadastral Mapping Standards

GEOENGINE MSc in Geomatics Engineering (Master Thesis) Anamelechi, Falasy Ebere

Digital Remote Sensing Data Processing Digital Remote Sensing Data Processing and Analysis: An Introduction and Analysis: An Introduction

CHAPTER-24 Mining Spatial Databases

A HYBRID APPROACH FOR AUTOMATED AREA AGGREGATION

DATA LAYOUT AND LEVEL-OF-DETAIL CONTROL FOR FLOOD DATA VISUALIZATION

Fast and Robust Normal Estimation for Point Clouds with Sharp Features

Introduction. Introduction. Spatial Data Mining: Definition WHAT S THE DIFFERENCE?

MA 323 Geometric Modelling Course Notes: Day 02 Model Construction Problem

What is GIS? Geographic Information Systems. Introduction to ArcGIS. GIS Maps Contain Layers. What Can You Do With GIS? Layers Can Contain Features

Raster Data Structures

SESSION 8: GEOGRAPHIC INFORMATION SYSTEMS AND MAP PROJECTIONS

AN ALGORITHM FOR CENTRELINE EXTRACTION USING NATURAL NEIGHBOUR INTERPOLATION

GEOGRAPHIC INFORMATION SYSTEMS

DATA QUALITY IN GIS TERMINOLGY GIS11

GIS Data in ArcGIS. Pay Attention to Data!!!

Vector storage and access; algorithms in GIS. This is lecture 6

Efficient Storage, Compression and Transmission

Solving Geometric Problems with the Rotating Calipers *

Glencoe. correlated to SOUTH CAROLINA MATH CURRICULUM STANDARDS GRADE 6 3-3, , , 4-9

28 Closest-Point Problems

SPATIAL DATA ANALYSIS

Chapter Contents Page No

Optimal Cell Towers Distribution by using Spatial Mining and Geographic Information System

Using Data-Oblivious Algorithms for Private Cloud Storage Access. Michael T. Goodrich Dept. of Computer Science

Investigating Area Under a Curve

Spatial Data Analysis

Location tracking: technology, methodology and applications

Title 10 DEPARTMENT OF NATURAL RESOURCES Division 35 Land Survey Chapter 1 Cadastral Mapping Standards

Segmentation of building models from dense 3D point-clouds

NEW DIGITAL TERRAIN MODELING (DTM) TOOLS FOR CABLE ROUTE PLANNING by Dr. Jose M. Andres Makai Ocean Engineering Inc.

Shortest Inspection-Path. Queries in Simple Polygons

Data Warehousing und Data Mining

Notable near-global DEMs include

3D Analysis and Surface Modeling

Technologies & Applications

Contents. Specific and total risk. Definition of risk. How to express risk? Multi-hazard Risk Assessment. Risk types

INTERSECTION OF LINE-SEGMENTS

Big Ideas in Mathematics

The Essentials of CAGD

Data Mining. Cluster Analysis: Advanced Concepts and Algorithms

Digital Trail Libraries

NEW MEXICO Grade 6 MATHEMATICS STANDARDS

APLS GIS Data: Classification, Potential Misuse, and Practical Limitations

COVERAGE ENSURING FOR WIRELESS NETWORK SERVICE AREA WITH OBSTACLES

Chapter 5: Working with contours

with functions, expressions and equations which follow in units 3 and 4.

John F. Cotton College of Architecture & Environmental Design California Polytechnic State University San Luis Obispo, California JOHN F.

Page 1 of 7 (document version 1)

Topographic Change Detection Using CloudCompare Version 1.0

ANALYSIS 3 - RASTER What kinds of analysis can we do with GIS?

Computer Graphics. Geometric Modeling. Page 1. Copyright Gotsman, Elber, Barequet, Karni, Sheffer Computer Science - Technion. An Example.

Medial Axis Construction and Applications in 3D Wireless Sensor Networks

Constrained Tetrahedral Mesh Generation of Human Organs on Segmented Volume *

EECS 556 Image Processing W 09. Interpolation. Interpolation techniques B splines


Triangulation by Ear Clipping

Situation: Proving Quadrilaterals in the Coordinate Plane

The STC for Event Analysis: Scalability Issues

DERIVATION OF THE DATA MODEL

A quick overview of geographic information systems (GIS) Uwe Deichmann, DECRG

Lecture 3: Models of Spatial Information

3D Model of the City Using LiDAR and Visualization of Flood in Three-Dimension

An approach to data enrichment of building features using Delaunay triangulation for automatic map generalization

GEOGRAPHIC INFORMATION SYSTEMS

Off-line Model Simplification for Interactive Rigid Body Dynamics Simulations Satyandra K. Gupta University of Maryland, College Park

Visualization Techniques for Geospatial Data IDV 2015/2016

Data Mining Cluster Analysis: Advanced Concepts and Algorithms. Lecture Notes for Chapter 9. Introduction to Data Mining

Clustering with Obstacles for Geographical Data Mining. Geographical Data Mining, Clustering, Delaunay Triangulation, Obstacles

Pre-Algebra Academic Content Standards Grade Eight Ohio. Number, Number Sense and Operations Standard. Number and Number Systems

Plan Plus Volume 1 No ( )

Computational Geometry: Line segment intersection

A fast and robust algorithm to count topologically persistent holes in noisy clouds

REQUEST FOR PROPOSAL FOR THE DEVELOPMENT OF A GIS PARCEL MAPPING FOR VERNON COUNTY, MISSOURI

Digital Cadastral Maps in Land Information Systems

COUNTY OF LOS ANGELES CHIEF INFORMATION OFFICE 500 West Temple Street 493 Kenneth Hahn Hall of Administration Los Angeles, CA 90012

SCALABILITY OF CONTEXTUAL GENERALIZATION PROCESSING USING PARTITIONING AND PARALLELIZATION. Marc-Olivier Briat, Jean-Luc Monnot, Edith M.

Computer Graphics CS 543 Lecture 12 (Part 1) Curves. Prof Emmanuel Agu. Computer Science Dept. Worcester Polytechnic Institute (WPI)

Robust Blind Watermarking Mechanism For Point Sampled Geometry

Data Mining Cluster Analysis: Basic Concepts and Algorithms. Lecture Notes for Chapter 8. Introduction to Data Mining

Smart control and Big Data in PV

Topology and Topological Rules Geometric properties that are maintained in spatial databases

Current Standard: Mathematical Concepts and Applications Shape, Space, and Measurement- Primary

<Insert Picture Here> Data Management Innovations for Massive Point Cloud, DEM, and 3D Vector Databases

SolCAD: 3D Spatial Design Tool Tool to Generate Solar Envelope

Transcription:

Overview Computational Geometry: its objectives and relation to GIS Marc van Kreveld Utrecht University Computational Geometry Research area that deals with geometric algorithms (points, lines, distances, ) Provable efficiency, exact problem statements, guarantees in case of approximation Applications in robotics, computer graphics, pattern matching, games, CAD/CAM and GIS Brief introduction to computational geometry (CG): Computational geometry Input size and efficiency Some basic problems studied Old GIS problems in CG New GIS problems for CG? Improving the use of CG for GIS Example: closest pair Problem: Given a set of n points in the plane, find the two that are closest together Input: n points, each given by two coordinates Output: the two closest points Algorithm: sequence of steps that gives the output Efficiency: time needed to compute the output (0.1245, 0.7847) (3.5209, 2.2146) (1.0177, 8.9521)...... Input size and efficiency O(n2) time needed O(n log n) O(n) 1000 2000 3000 Efficiency It takes linear - O(n) - time to look at all objects of the input It takes quadratic - O(n2) - time to consider every pair of input objects For query data structures, query times lower than O(n) are the goal (like O(log n) or O( n) time): avoid looking at all objects in the data structure to answer a query Examples: quadtree, kd-tree, R-tree 4000 5000 input size (n) 1

Convex hull of n points in the plane: Compute the smallest convex set that contains the points O(n log n) time, same in 3D Higher dimensions: O(n [d/2] ) time Polygon triangulation: given a simple polygon with n vertices, determine a partition into triangles by connecting vertices by new edges O(n) time is possible (but complicated) 3D: O(n 2 ) time Voronoi diagram: for n points, compute the subdivision of the plane such that in one cell, one point is closest O(n log n) time Higher dimensions: O(n [(d+1)/2] ) time Line segment intersection: for n line segments, determine all intersections O(n log n + k) time, if there are k intersections (0 k n 2 /2 - n/2 ) output-sensitive algorithm Useful for neighborhood analysis in GIS Useful for thematic map overlay in GIS Delaunay triangulation Linear programming in fixed dimensions Geometric data structures and querying Minkowski sum (buffer computation) Arrangements of lines... Typically: A well-specified problem that involves geometric objects An algorithm that solves the problem for any instance A time analysis that applies to any instance (upper bound on running time - scalability) More on efficiency Some problems require (too) much time to solve (for the application): O(n 2 ), O(n 3 ), O(2 n ),... Sometimes due to worst-case analysis; realistic input models may help to explain practical efficiency Otherwise, heuristics and approximation algorithms should be used

Example: Traveling sales person GIS: from data to output NP-hard: worse than O(n c ) for any constant c An easy, efficient factor-2 approximation exists Many heuristics exist data acquisition data correction & representation analysis or querying visualization of results user GIS Geographical analysis: process of deriving further information from the data for a task Old GIS problems in CG... in data preprocessing: Automated checking and correction Automated integration... in spatial data analysis: Thematic map overlay Spatial interpolation Data acquisition and preprocessing Digitizing paper maps or aerial photos: Detect doubly digitized lines, overshoots, Add topology... in spatial data visualization: Automated generalization Automated text placement Doubly-digitized line detection Need a similarity measure for two polylines Need an algorithm to compute this measure Hausdorff distance: maximum of closest distances to the other polyline; computable in O(n log n) time Spatial data analysis Suitability analysis, e.g. wine growing requires If hilly, hills facing South Not too steep sloped Good soil type Temperature, precipitation, sun Spatial interpolation Geo-statistics Terrain analysis Hazard analysis (flooding, fire, avalanches) Trend analysis (for spatio-temporal data) Spatial and spatio-temporal data mining

Spatial interpolation Piecewise linear (triangulation) Moving windows Kriging Natural neighbor 40 41 42 47 Delaunay triangulation: triangulation that maximizes the smallest occurring angle (over all triangulations); computable in O(n log n) time Data storage for efficient querying Geometric data structures allow selection of features in specified areas, without having to examine all features Possible query types are windowing queries (rectangular search), nearest neighbor queries, and intersection queries More on this in a talk later today (with a focus on I/O-efficiency, by Mark de Berg) 39 44 49 Visualization Visualize results of analysis Compute a map general/special purpose cartographic generalization label placement Label placement Placing text with features on the map Point features: cities on small-scale maps Line features: roads and rivers Area features: country names, lakes earthquakes and break lines outcome of air pollution analysis Text should be placed Unambiguously associated to its feature Non-intersecting with other text Readable Non-obscuring important features Label placement Maximizing the number of labels placed without overlap is NP-hard There are many research papers, both in GIS and CG (>100) Good approximation algorithms and heuristics exist, good software exists Output of MapText

New GIS problems in CG? Still from data preprocessing, analysis, and visualization More spatial data correction Correction of the Dutch elevation data set AHN (Actueel Hoogtebestand Nederland) More complex problems: More criteria at once Less clear how to formalize Spatial data correction Spatial data correction Filtering elevation data to remove cars, trees, towns Can we extract building information automatically and improve it? Can we remove trees, cars,... automatically? Use knowledge of the data: An elevation data set in urban areas should have many vertical sides, right angles, and planar areas Use other data sets (spatial data conflation): Combine with cadastral information on the outlines of the buildings Combine with road data to help locate roads and therefore cars Spatial interpolation Natural spatial interpolation may involve obstacles or influencing regions noise spreading is influenced by land cover soil humidity is influenced by soil type Spatial interpolation For noise contour computation, wind also is important (direction and speed; anisotropy) 13,2 13,0 12,8 12,9 12,5 13,9??? 11,8 11,1 10,5 12,5 11,7 13,2 11,1

Spatio-temporal data mining In large collections of spatio-temporal data, find patterns, regularities, clusters,... E.g. trajectories of hurricanes, epicenters of earthquakes, migration routes of birds,... Visualization: Cartographic generalization Changes to the geometry to display a map at a smaller scale Continuous topic of research Epicenters of earthquakes may show a tendency to move to the Northeast over time can be quantified and computed 1:25,000 1:50,000 Visualization: special-purpose maps Schematic maps, flow maps, cartograms, statistical maps Also multi-criteria problems Discussed more in a talk later today (Bettina Speckmann) Discussion There are still many GIS problems to be solved by geometric algorithms. These include: Data correction Cartographic generalization Realistic interpolation Spatio-temporal data mining Visualization Also of interest, but not discussed: Algorithms for spatial processes Dealing with data imprecision, estimating error Discussion These GIS problems are not easy to state precisely How to state (formalize) GIS problems so that they can be solved algorithmically requires expertise from GIS and CG researchers how do different criteria influence the result and efficiency of a GIS problem?