The C.W. Post College of Long Island University, ArcGIS 3-D Analyst,

Slides:



Advertisements
Similar presentations
Geography 360 Principles of Cartography May 15~17, 2006.
Advertisements

Basic geostatistics Austin Troy.
Digital Terrain Model (DTM)
Steve Kopp and Steve Lynch
University of Wisconsin-Milwaukee Geographic Information Science Geography 625 Intermediate Geographic Information Science Instructor: Changshan Wu Department.
Spatial Information Systems (SIS)
3D and Surface/Terrain Analysis
WFM 6202: Remote Sensing and GIS in Water Management © Dr. Akm Saiful IslamDr. Akm Saiful Islam WFM 6202: Remote Sensing and GIS in Water Management Akm.
WFM 6202: Remote Sensing and GIS in Water Management
More Raster and Surface Analysis in Spatial Analyst
Lecture 16 Terrain modelling: the basics
Spatial Analysis Longley et al., Ch 14,15. Transformations Buffering (Point, Line, Area) Point-in-polygon Polygon Overlay Spatial Interpolation –Theissen.
Spatial Interpolation
Week 17GEOG2750 – Earth Observation and GIS of the Physical Environment1 Lecture 14 Interpolating environmental datasets Outline – creating surfaces from.
Week 10. GIS Data structure II
Lecture 4. Interpolating environmental datasets
Esri UC 2014 | Technical Workshop | Creating Surfaces Steve Kopp Steve Lynch.
Applications in GIS (Kriging Interpolation)
Harry Williams, Cartography1 Surveying Techniques I. The USGS supplies 1:24,000 scale maps for all the U.S. But detailed topography at larger scales is.
Comparison of LIDAR Derived Data to Traditional Photogrammetric Mapping David Veneziano Dr. Reginald Souleyrette Dr. Shauna Hallmark GIS-T 2002 August.
GI Systems and Science January 23, Points to Cover  What is spatial data modeling?  Entity definition  Topology  Spatial data models Raster.
Processing Terrain Data in the River Proximity Arc Hydro River Workshop December 1, 2010 Erin Atkinson, PE, CFM, GISP Halff Associates, Inc.
UNDERSTANDING LIDAR LIGHT DETECTION AND RANGING LIDAR is a remote sensing technique that can measure the distance to objects on and above the ground surface.
Terrain Mapping and Analysis
Spatial data models (types)
Digital Terrain Models by M. Varshosaz
Using ESRI ArcGIS 9.3 Spatial Analyst
Surveying Techniques I. The USGS supplies 1:24,000 scale maps for all the U.S. But detailed topography at larger scales is rare and/or.
Basic geostatistics Austin Troy.
Interpolation.
Intro. To GIS Lecture 9 Terrain Analysis April 24 th, 2013.
©2005 Austin Troy Lecture 15: Introduction to Terrain Analysis Using GIS-- Introduction to GIS By Austin Troy University of Vermont.
How do we represent the world in a GIS database?
Tessellations Sets of connected discrete two-dimensional units -can be irregular or regular –regular (infinitely) repeatable patter of regular polygon.
Interpolation Tools. Lesson 5 overview  Concepts  Sampling methods  Creating continuous surfaces  Interpolation  Density surfaces in GIS  Interpolators.
DigitalTerrainModelling: 1 Digital Terrain Model also known as –digital ground model (DGM) & –digital height model (DHM) a method of representing the.
Model Construction: interpolation techniques 1392.
GEOSTATISICAL ANALYSIS Course: Special Topics in Remote Sensing & GIS Mirza Muhammad Waqar Contact: EXT:2257.
Data Types Entities and fields can be transformed to the other type Vectors compared to rasters.
Chapter 8 – Geographic Information Analysis O’Sullivan and Unwin “ Describing and Analyzing Fields” By: Scott Clobes.
RASTERTIN. What is LiDAR? LiDAR = Light Detection And Ranging Active form of remote sensing measuring distance to target surfaces using narrow beams of.
3D analyst Lecture 11 ArcScene ArcGlobal.
Spatial Interpolation Chapter 13. Introduction Land surface in Chapter 13 Land surface in Chapter 13 Also a non-existing surface, but visualized as a.
Interpolation of Surfaces Spatial Data Analysis. Spatial Interpolation Spatial interpolation is the prediction of exact values of attributes at un-sampled.
Grid-based Map Analysis Techniques and Modeling Workshop
L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:
Lecture 6: Point Interpolation
ArcView 3-D Analyst.
Interpolation and evaluation of probable Maximum Precipitation (PMP) patterns using different methods by: tarun gill.
Statistical Surfaces, part II GEOG370 Instructor: Christine Erlien.
By Russ Frith University of Alaska at Anchorage Civil Engineering Department Estimating Alaska Snow Loads.
INTERPOLATION Procedure to predict values of attributes at unsampled points within the region sampled Why?Examples: -Can not measure all locations: - temperature.
Interpolation Local Interpolation Methods –IDW – Inverse Distance Weighting –Natural Neighbor –Spline – Radial Basis Functions –Kriging – Geostatistical.
Digital Elevation Models (DEMs)Constructing Grid DEMConstructing Contour Map Constructing TIN DEM Grid DEM Quality Metric A Digital Elevation Model (DEM)
Surface terrain model for city of Austin, TX ArcGIS 3-D Analyst Waller creek Shoal creek.
URBDP 422 URBAN AND REGIONAL GEO-SPATIAL ANALYSIS
Using Photogrammetry to Generate a DEM and Orthophoto
Terrain modelling: the basics
Lidar Image Processing
Creating Surfaces Steve Kopp Steve Lynch.
Statistical surfaces: DEM’s
Spatial Analysis & Modeling
Interpolation of Surfaces
ArcGIS 3-D Analyst.
ArcGIS 3-D Analyst.
Spatial interpolation
Surface terrain model for city of Austin, TX ArcGIS 3-D Analyst
ArcGIS 3-D Analyst.
Interpolating Surfaces
Creating Surfaces with 3D Analyst
Presentation transcript:

Modeling Surfaces Using Triangulated Irregular Network Raster Interpolation From Points The C.W. Post College of Long Island University, ArcGIS 3-D Analyst, http://www.esri.com ( 307-acre campus located 25 miles east of Manhattan , Brookville, New York)

Surface terrain model for city of Austin, TX ArcGIS 3-D Analyst Shoal creek Waller creek

Triangulated Irregular Network (TIN) Algorithm for interpolating irregularly-spaced data to represent terrain heights for terrain modeling UT Campus

TIN Digital representation of the terrain Preserves details of a shape on the terrain, more accurate representation of urban area Break lines represent significant terrain features like a lake or cliff that cause a change in slope Relatively few points are required to represent large, flat, or smoothly continuous areas Requires a much smaller number of points than a gridded DTM (The digital terrain model) in order to represent the surface terrain with equal accuracy

Steps to Form a Surface From TIN A triangular mesh is drawn on the control and determined data points A perimeter around the data points is established. The points are connected in a manner that smallest triangle formed from any three points is constructed (convex hull) To connect the interior points, Delaunay triangulation is used (lines from one triangle do not cross lines of another) A surface is created by integrating all of the triangles over the domain Additional elevation data such as spot elevations at summits and depressions and break lines are also collected for the TIN model

A Mesh of Triangles in 2-D Points Face Edge Triangle is the only polygon that is always planar in 3-D Points Lines Surfaces Each triangle defines a terrain surface, or facet assumed to be of uniform slope and aspect over the triangle

TIN Triangles in 3-D (x3, y3, z3) (x1, y1, z1) (x2, y2, z2) z y Projection in (x,y) plane x

Delauney Triangulation Developed around 1930 to design the triangles efficiently Geometrically related to theissen tesselations Maximize the minimum interior angle of triangles that can be formed No point lies within the circumcircle of a triangle that is contained in mesh Yes More uniform representation of terrain No

Inputs for Creating a TIN Mass Points Soft Breaklines Hard Breaklines Mass Points define points anywhere on landscape Hard breaklines define locations of abrupt surface change (e.g. streams, ridges, road kerbs, building footprints, dams) Soft breaklines are used to ensure that known z values along a linear feature are maintained in the tin.

TIN with Linear Surface Features Classroom UT Football Stadium Waller Creek City of Austin digitized all the buildings to get emergency vehicles quickly

A Portion of the TIN in Large View

Input data for this portion Mass Points not inside building Soft Breaklines along the hills Hard Breaklines along the roads

TIN Vertices and Triangles

ESRI TIN Engine Integrated Terrain Model, ARCGIS 9.2 Creates varying levels of conditions and points to produce pyramid style TINs on the fly Provides an efficient methodology for working with mass data Results in a single dataset that can rapidly deploy and visualize TIN based surfaces at multiple scale Courtesy, http://gis.esri.com

TIN Surface Model Waller Creek Street and Bridge

Data Sources to Develop TINs LIDAR (Light Detection and Ranging; or Laser Imaging Detection and Ranging) Aerial photogrammetry

LIDAR An optical remote sensing technology Masures properties of scattered light to find range and/or other information of a distant target LIDAR sensor was mounted on-board During the flight, the LIDAR sensor pulses a narrow, high frequency laser pulse toward the earth through a port opening in the bottom of the aircraft's fuselage The LIDAR sensor records the time difference between the emission of the laser beam and the return of the reflected laser signal to the aircraft Range to an object is determined by measuring the time delay between transmission of a pulse and detection of the reflected signal to the aircraft Points are distributed across the space, push-broom sensor Amazing degrees of details. Resolution is 1/9 arc second 1 arc second DEM = 30 m 1/3 arc second DEM = 10 m

LIDAR Terrain Surface for Powder River, Wyoming Source: Roberto Gutierrez, UT Bureau of Economic Geology

NCALM National Center for Airborne Laser Mapping Sponsored by the National Science Foundation (NSF) (http://www.ncalm.org) Operated jointly by the Department of Civil and Coastal Engineering, College of Engineering, University of Florida (UF) and the Department of Earth and Planetary Science, University of California- Berkeley (UCB) Invites proposals from graduate students seeking airborne laser swath mapping (ALSM) observations covering limited areas (generally no more than 40 square kilometers) for use in research to earn an M.S. or PhD degree. Proposals must be submitted on-line by November 30, 2006

Aerial photogrammetry (Stereo photographic coverage) The aerial photos are taken using a stereoscopic camera Two pictures of a particular area are simultaneously taken, but from slightly different angles, overlapping photographs The overlapping area of the two resulting photos is called a stereo pair Using a computer, stereoplotter, the stereo pair can be viewed as a single image with the appearance of depth or relief

Aerial photogrammetry (Stereo photographic coverage) The aerial photos are taken using a stereoscopic camera Two pictures of a particular area are simultaneously taken, but from slightly different angles, overlapping photographs The overlapping area of the two resulting photos is called a stereo pair Using a computer, stereoplotter, the stereo pair can be viewed as a single image with the appearance of depth or relief Ground control points are established based on ground surveys or aerial triangulation and are viewed in the stereoplotter in conjunction with the stereo pair The image coordinates of any (x,y,z) point in stereoscopic image pair can be determined and randomly selected and digitized

3-D ArcScene, Austin, TX Aerial photogrammetry

3-D Scene with Buildings

Some advantages of TINS Fewer points are needed to represent the topography---less computer disk space Points can be concentrated in important areas where the topography is variable and a low density of points can be used in areas where slopes are constant. Points of known elevation such as surveyed benchmarks can easily be incorporated Areas of constant elevation such as lakes can easily be incorporated Lines of slope inflection such as ridgelines and steep canyons streams can be incorporated as breaklines in TINS to force the TIN to reflect these breaks in topography

Geostatistics Why interpolate? Analogy: Spatially distributed objects are spatially correlated; things that are close together tend to have similar characteristics

Interpolation using Rasters Interpolation in Spatial Analyst Inverse distance weighting (IDW) Spline TOPOGRID, Topo to Raster (creation of hydrologically correct digital elevation models) Kriging (utilize the statistical properties of the measured points & quantify the spatial autocorrelation among measured points ) Interpolation in Geostatistical Analyst

ArcGIS Spatial Analyst to create a surface using IDW interpolation IDW weights assigned arbitrarily

Example for a linear IDW interpolation

Using the ArcGIS Spatial Analyst to create a surface using IDW interpolation Each input point has a local influence that diminishes with distance It weights the points closer to the processing cell greater than those farther away With a fixed radius, the radius of the circle to find input points is the same for each interpolated cell By specifying a minimum count, within the fixed radius, at least a minimum number of input points is used in the calculation of each interpolated cell A higher power puts more emphasis on the nearest points, creating a surface that has more detail but is less smooth A lower power gives more influence to surrounding points that are farther away, creating a smoother surface. Search is more globally

Topo to Raster interpolation

ArcGIS Spatial Analyst to create a surface using Topo to Raster interpolation Designed for the creation of hydrologically correct digital elevation models Interpolates a hydrologically correct surface from point, line, and polygon Based on the ANUDEM program developed by Michael Hutchinson (1988, 1989) The ArcGIS 9.x implementation of TopoGrid from ArcInfo Workstation 7.x The only ArcGIS interpolator designed to work intelligently with contour inputs Iterative finite difference interpolation technique It is optimized to have the computational efficiency of local interpolation methods, such as (IDW) without losing the surface continuity of global interpolation methods, such as Kriging and Spline

Using the ArcGIS Spatial Analyst to create a surface using Spline interpolation Best for generating gently varying surfaces such as elevation, water table heights, or pollution concentrations Fits a minimum-curvature surface through the input points Fits a mathematical function to a specified number of nearest input points while passing through the sample points The REGULARIZED option usually produces smoother surfaces than those created with the TENSION For the REGULARIZED, higher values used for the Weight parameter produce smoother surfaces For the TENSION, higher values for the Weight parameter result in somewhat coarser surfaces but with surfaces that closely conform to the control points The greater the value of Number of Points, the smoother the surface of the output raster

Example for a 2-D Spline interpolation

Interpoloation using Kriging Things that are close to one another are more alike than those farther away : spatial autocorrelation As the locations get farther away, the measured values will have little relationship with the value of the prediction location Kriging weights based on semivariogram

SemiVariagram Captures spatial dependence between samples by plotting semivariance against seperation distance Sill The height that the semivariogram reaches when it levels off. Range: The distance at which the semivariogram levels off to the sill Nugget effect: a discontinuity at the origin (the measurement error and microscale variation )

SemiVariagram h = separation distance between i an j

Case study Legend White Hat Niobrara Elkhorn North Platte Loup Missouri tributaries Niobrara North Platte South Platte Middle Platte Republican Little Blue Big Blue Nemaha Lower Platte White Hat River basin boundary State boundary Automatic weather station High : 5422 meters Low : 836 meters Legend