Applications of Mobile LiDAR and UAV Sourced Photogrammetry

Size: px
Start display at page:

Download "Applications of Mobile LiDAR and UAV Sourced Photogrammetry"

Transcription

1 Applications of Mobile LiDAR and UAV Sourced Photogrammetry Thomas J. Pingel and Earle W. Isibue Northern Illinois University 2017 Illinois GIS Association (ILGISA) Annual Meeting October 2-4, 2017 tpingel.org github.com/thomaspingel

2 Research Objectives Develop open source methodology to collect, process, render, and print 3D maps of the environment. Use UAVs, terrestrial and airborne lidar, DEMs. Create both indoor and outdoor maps. Applications Printed maps for people with visual impairments Enhance and support expert decision making Improve education on terrain and its influence on a variety of geographic processes 2

3 UAV-based data capture We fly a 3DR Iris+ equipped with a GoPro Black (4K, 30 fps) camera and Tarot 2-axis stabilizing gimbal. Flight time up to 20 minutes. Range: Z: 400* feet (FAA) X/Y: Half mile Generally capture 1 photo per second to mesh well with image processing software. The Iris+ is now 3D printable! 3

4 3D Printed UAVs UAV platforms are evolving rapidly. Our lab is developing 3D printable drones for fieldwork and training, to reduce costs, improve potential for field repairs, and to enhance learning opportunities. 4

5 We re currently working on a new 3D printed / MakerBeam drone. 5

6 We use Tower (for Android) and Mission Planner (for Windows) to plan and fly autonomous missions. Mission Planner is used to fuse the drone s GPS data with the GoPro images to georeference them. GPS log and images are synchronized via a time offset calculated from a post-hoc timestamp comparison of a captured image. Mission Planner Tower 6

7 We use Pix4D to create 3D point clouds and orthomosaics from the imagery using a technique called Structure from Motion (SfM). Pix4D is the engine behind ESRI s Drone2Map. It is highly resource intensive, and it takes several hours to process ~500 images. We are investigating leveraging Virtual Machines hosted on other compute platforms for on site processing. 7

8 Benchmarking Pix4D on Virtual Machines Why How to handle very large scans with a fixed wing UAV? Test environment i7, 6 core, 3.3 GHz NVIDIA 1050ti Pix4D s Quarry Dataset For initial matching (Step 1): 12 threads + GPU: 8 min 12 threads w/o GPU: 11 min 6 threads + GPU: 7 min 6 threads w/o GPU: 16 mins VM (6 threads) w/o GPU: 22 min For point cloud construction (Step 2) 12 threads + GPU: 10 mins 12 threads w/o GPU: 11 mins 6 threads + GPU: 15 min 6 threads w/o GPU: 16 min VM (6 threads) w/o GPU: 17 min GPU is helpful for initial matching (Step 1) but CPUs are key for point cloud construction (Step 2) 8

9 Microsoft s free Image Composite Editor (ICE) is a passable option for some aerial work. This is a stitched image of a farmstead in Iowa taken with a GoPro at 200 feet. 303 images stitched to 22,000 x 23,000 pixels. Acquisition time was 12 minutes. Effective resolution is about 1 cm. Processing time: 5 minutes. 9

10 Microsoft ICE also has some fun projections for image mosaics. 10

11 We use the open source software CloudCompare to further process the point cloud, and to render it as a mesh. 11

12 12

13 We also use terrestrial lidar for point cloud capture using the Velodyne HDL-32E. Compared to airborne LiDAR collection, it boasts higher spatial and temporal resolution. Most applicable for pedestrian use and street capture, although UAV mounting is coming soon for our lab.

14 The instrument captures scanlines which must be assembled (by the end user!) into a full point cloud.

15 Point clouds from these units can be assembled using Simultaneous Localization and Mapping (SLAM). Lightweight, consumer-grade GPSes have (until recently) not been of sufficient quality to co-register frames, and they do not work well indoors. SLAM using Kinect sensor SLAM algorithms register each frame to the last to build a map and to track position. However, like dead reckoning, guesses can drift over time. Video from Kaarta 15

16 SLAM using the Robot Operating System (ROS) 16

17 The small, open source Reach RTK GPS will enable both precise positioning and orientation. This will enable the assembly of point clouds either eliminating or reducing the need for SLAM, and improving results outdoors over large footprint areas. 17

18 SfM vs. Lidar Structure from Motion Inexpensive and relatively fast Easy to pair with UAV Native color (RGB) capture Works best outdoors Terrestrial lidar Moderately expensive Requires SLAM or high-precision GPS Works indoor and outdoor Limited range (100 meter) Airborne lidar Either very expensive (custom) or free (if already flown) Very precise, few artifacts in image Penetrates canopy Poor coverage of building faces 18

19 Interior scan using Velodyne terrestrial lidar and assembled using Kaarta software. 19

20 Bonemapping using perceptual shading Slope is exaggerated, then mapped to graytone Resulting appearance looks hand-drawn, which speaks to its efficacy as a visualization No spatial displacement errors common with orthophotos Offers a higher contrast image than hillshade, with better affordance for color overlay Most appropriate for mixed / urban environments 20

21 Available as a base layer in the Cook County Viewer 21

22 PSSM visualization of a 5 cm LiDAR-derived DSM of Berkeley, CA. 22

23 Decimeter resolution rendering of a portion of the Elwood neighborhood in DeKalb, IL. We re currently using bonemapping techniques to visualize the LiDAR data, and to provide accurate tree height estimation.

24 The side view mirrors of vehicles are visible at this resolution.

25 The structure of trees is visible.

26 Over the past year, we have been working on 3D printing of lidar and photogrammetry derived data. The scans are integrated in CloudCompare using automated and manual techniques. The meshes are sent to Cura and printed on our LulzBot TAZ 6 printer. 26

27 We are using similar techniques to develop 3D printed models of large-extent terrain. The rasters are first processed using a Python script to parse the scene into layers (.25 mm thick) to improve print quality. They are saved as PNG image files, with an integer value indicating the layer. Cura handles the conversion of PNG to mesh. They are printed in sizes up to 280 mm. 27

28 In cooperation with NIU s Vision Program, we are developing 3D maps to help people with visual impairments to better learn their environments, and expect to print models of neighborhoods and indoor spaces. Many issues pertaining to data cleanup, model construction, appropriate scale, and cartographic generalization need to be solved. 28

29 In a project inspired by the Augmented Reality Sandbox, we are also investigating projecting visualizations onto 3D printed maps. In this way, any geographic variable that interacts with terrain can be highlighted. Migration, weather, climate, and pollution are among the topics we are currently investigating. 29

30 Conclusions Lidar and photogrammetry can be combined for merged interior-exterior modeling, but there is still a significant amount of manual alignment and cleaning necessary for a quality finished product. Bonemapping is an easy 2D solution for visualizing this data, and can be useful for things like building footprint extraction. 3D printing of locally sourced point clouds currently requires a good deal of trial and error to reconstruct printable surfaces. There are many print applications for people with visual impairments. These kinds of maps may find purchase in campus and building orientation displays. We are currently working to develop touch-sensing technology for interaction. Many applications of 3D printed maps based on lidar and photogrammetry in education and public display. Special thanks to the Illinois Geographical Society and Northern Illinois University for grant support on this project. 30

Bonemapping: A LiDAR Processing and Visualization Approach and Its Applications

Bonemapping: A LiDAR Processing and Visualization Approach and Its Applications Bonemapping: A LiDAR Processing and Visualization Approach and Its Applications Thomas J. Pingel Northern Illinois University National Geography Awareness Week Lecture Department of Geology and Geography

More information

Drone2Map for ArcGIS: Bring Drone Imagery into ArcGIS. Will

Drone2Map for ArcGIS: Bring Drone Imagery into ArcGIS. Will Drone2Map for ArcGIS: Bring Drone Imagery into ArcGIS Will Meyers @MeyersMaps A New Window on the World Personal Mapping for Micro-Geographies Accurate High Quality Simple Low-Cost Drone2Map for ArcGIS

More information

STARTING WITH DRONES. Data Collection and Remote Sensing with UAVs, etc. Dr. Bill Hazelton LS

STARTING WITH DRONES. Data Collection and Remote Sensing with UAVs, etc. Dr. Bill Hazelton LS STARTING WITH DRONES Data Collection and Remote Sensing with UAVs, etc. Dr. Bill Hazelton LS What this Talk is About UAV-based data acquisition: What you need to get involved Processes in getting spatial

More information

2. POINT CLOUD DATA PROCESSING

2. POINT CLOUD DATA PROCESSING Point Cloud Generation from suas-mounted iphone Imagery: Performance Analysis A. D. Ladai, J. Miller Towill, Inc., 2300 Clayton Road, Suite 1200, Concord, CA 94520-2176, USA - (andras.ladai, jeffrey.miller)@towill.com

More information

UAS Campus Survey Project

UAS Campus Survey Project ARTICLE STUDENTS CAPTURING SPATIAL INFORMATION NEEDS UAS Campus Survey Project Texas A&M University- Corpus Christi, home to the largest geomatics undergraduate programme in Texas, USA, is currently undergoing

More information

Ingesting, Managing, and Using UAV (Drone) Imagery in the ArcGIS Platform

Ingesting, Managing, and Using UAV (Drone) Imagery in the ArcGIS Platform Ingesting, Managing, and Using UAV (Drone) Imagery in the ArcGIS Platform Cody A. Benkelman Technical Product Manager Imagery Esri cbenkelman@esri.com Version 2 17 November 2015 This in an Esri draft document

More information

Reality Modeling Drone Capture Guide

Reality Modeling Drone Capture Guide Reality Modeling Drone Capture Guide Discover the best practices for photo acquisition-leveraging drones to create 3D reality models with ContextCapture, Bentley s reality modeling software. Learn the

More information

EVOLUTION OF POINT CLOUD

EVOLUTION OF POINT CLOUD Figure 1: Left and right images of a stereo pair and the disparity map (right) showing the differences of each pixel in the right and left image. (source: https://stackoverflow.com/questions/17607312/difference-between-disparity-map-and-disparity-image-in-stereo-matching)

More information

Hardware 3D Mapping Systems

Hardware 3D Mapping Systems Hardware 3D Mapping Systems About Us GreenValley International GreenValley International provides 3D mapping solutions that include mobile & aerial LiDAR acquisition hardware, post-processing software

More information

A New Protocol of CSI For The Royal Canadian Mounted Police

A New Protocol of CSI For The Royal Canadian Mounted Police A New Protocol of CSI For The Royal Canadian Mounted Police I. Introduction The Royal Canadian Mounted Police started using Unmanned Aerial Vehicles to help them with their work on collision and crime

More information

Feature Extraction from Imagery & Lidar. Kurt Schwoppe, Esri Mark Romero, Esri Gregory Bacon, Fairfax County

Feature Extraction from Imagery & Lidar. Kurt Schwoppe, Esri Mark Romero, Esri Gregory Bacon, Fairfax County Feature Extraction from & Lidar Kurt Schwoppe, Esri Mark Romero, Esri Gregory Bacon, Fairfax County Today s Speakers Image Processing Experts and Good Colleagues Kurt Schwoppe Industry Lead Esri Mark Romero

More information

REMOTE SENSING LiDAR & PHOTOGRAMMETRY 19 May 2017

REMOTE SENSING LiDAR & PHOTOGRAMMETRY 19 May 2017 REMOTE SENSING LiDAR & PHOTOGRAMMETRY 19 May 2017 SERVICES Visual Inspections Digital Terrain Models Aerial Imagery Volume Computations Thermal Inspections Photo maps Aerial Video Training & Consultancy

More information

FOUR-BAND THERMAL MOSAICKING: A NEW METHOD TO PROCESS THERMAL IMAGERY FROM UAV FLIGHT YICHEN YANG YALE SCHOOL OF FORESTRY AND ENVIRONMENTAL STUDIES

FOUR-BAND THERMAL MOSAICKING: A NEW METHOD TO PROCESS THERMAL IMAGERY FROM UAV FLIGHT YICHEN YANG YALE SCHOOL OF FORESTRY AND ENVIRONMENTAL STUDIES FOUR-BAND THERMAL MOSAICKING: A NEW METHOD TO PROCESS THERMAL IMAGERY FROM UAV FLIGHT YICHEN YANG YALE SCHOOL OF FORESTRY AND ENVIRONMENTAL STUDIES OUTLINE Background Objectives Methodology Results Calibration

More information

UAS to GIS Utilizing a low-cost Unmanned Aerial System (UAS) for Coastal Erosion Monitoring

UAS to GIS Utilizing a low-cost Unmanned Aerial System (UAS) for Coastal Erosion Monitoring UAS to GIS Utilizing a low-cost Unmanned Aerial System (UAS) for Coastal Erosion Monitoring A New Window on the World Personal Mapping for Micro-Geographies Accurate High Quality Simple Low-Cost Drone2Map

More information

Drone2Map for ArcGIS: Bring Drone Imagery into ArcGIS

Drone2Map for ArcGIS: Bring Drone Imagery into ArcGIS Drone2Map for ArcGIS: Bring Drone Imagery into ArcGIS Mike Sweeney 1 Drone2Map for ArcGIS Turn Drones into Enterprise Productivity Tools ArcGIS Drone2Map for ArcGIS Create 2D and 3D products from raw drone

More information

UAV s in Surveying: Integration/processes/deliverables A-Z. 3Dsurvey.si

UAV s in Surveying: Integration/processes/deliverables A-Z. 3Dsurvey.si UAV s in Surveying: Integration/processes/deliverables A-Z Info@eGPS.net TODAY S PROGRAM Introduction to photogrammetry and 3Dsurvey Theoretical facts about the technology and basics of 3dsurvey Introduction

More information

Bringing Singapore to life in 3D

Bringing Singapore to life in 3D Bringing Singapore to life in 3D Dr Victor Khoo, Deputy Director Singapore Land Authority Bringing Singapore to life in 3D ESRI Singapore UC 2016 Dr. Victor Khoo Singapore Land Authority SLA 2016 RESTRICTED

More information

Efficient Processing of UAV Projects

Efficient Processing of UAV Projects Efficient Processing of UAV Projects Dr. Philippe Simard President SimActive Inc. IMAGE About SimActive Leading developer of photogrammetry software since 2003 Thousands of users in 50+ countries: military

More information

Aerial and Mobile LiDAR Data Fusion

Aerial and Mobile LiDAR Data Fusion Creating Value Delivering Solutions Aerial and Mobile LiDAR Data Fusion Dr. Srini Dharmapuri, CP, PMP What You Will Learn About LiDAR Fusion Mobile and Aerial LiDAR Technology Components & Parameters Project

More information

Surveying like never before

Surveying like never before CAD functionalities GCP Mapping and Aerial Image Processing Software for Land Surveying Specialists Surveying like never before www.3dsurvey.si Modri Planet d.o.o., Distributors: info@3dsurvey.si +386

More information

An Introduction to Lidar & Forestry May 2013

An Introduction to Lidar & Forestry May 2013 An Introduction to Lidar & Forestry May 2013 Introduction to Lidar & Forestry Lidar technology Derivatives from point clouds Applied to forestry Publish & Share Futures Lidar Light Detection And Ranging

More information

[Youn *, 5(11): November 2018] ISSN DOI /zenodo Impact Factor

[Youn *, 5(11): November 2018] ISSN DOI /zenodo Impact Factor GLOBAL JOURNAL OF ENGINEERING SCIENCE AND RESEARCHES AUTOMATIC EXTRACTING DEM FROM DSM WITH CONSECUTIVE MORPHOLOGICAL FILTERING Junhee Youn *1 & Tae-Hoon Kim 2 *1,2 Korea Institute of Civil Engineering

More information

Aerial Mapping using UAS. Jeff Campbell

Aerial Mapping using UAS. Jeff Campbell Aerial Mapping using UAS Jeff Campbell 1 Agenda 1. Introduction 2. UAS Mapping Explained 3. Use Cases / Outputs 4. Technologies 5. Training Methods 6. Implementation Strategies 7. Emerging Technologies

More information

An Introduction to Using Lidar with ArcGIS and 3D Analyst

An Introduction to Using Lidar with ArcGIS and 3D Analyst FedGIS Conference February 24 25, 2016 Washington, DC An Introduction to Using Lidar with ArcGIS and 3D Analyst Jim Michel Outline Lidar Intro Lidar Management Las files Laz, zlas, conversion tools Las

More information

Welcome to IMAGIN. June 18, 2018

Welcome to IMAGIN. June 18, 2018 Welcome to IMAGIN June 18, 2018 Battle Royale: Pix4D vs Drone2Map A Comparison of Drone Processing Softwares as applied to GIS and a Fly-Through of UAV/GIS workflows 2 Presentation Flight Plan 1. Introductions

More information

Drone2Map: an Introduction. October 2017

Drone2Map: an Introduction. October 2017 Drone2Map: an Introduction October 2017 Drone2Map: An Introduction Topics: - Introduction to Drone Mapping - Coordinate Systems - Overview of Drone2Map - Basic Drone2Map Workflow - 2D Data Processing -

More information

What s New in Imagery in ArcGIS. Presented by: Christopher Patterson Date: October 18, 2017

What s New in Imagery in ArcGIS. Presented by: Christopher Patterson Date: October 18, 2017 What s New in Imagery in ArcGIS Presented by: Christopher Patterson Date: October 18, 2017 Imagery in ArcGIS Advancing 2010 Stretch, Extract Bands Clip, Mask Reproject, Orthorectify, Pan Sharpen Vegetation

More information

National Science Foundation Engineering Research Center. Bingcai Zhang BAE Systems San Diego, CA

National Science Foundation Engineering Research Center. Bingcai Zhang BAE Systems San Diego, CA Bingcai Zhang BAE Systems San Diego, CA 92127 Bingcai.zhang@BAESystems.com Introduction It is a trivial task for a five-year-old child to recognize and name an object such as a car, house or building.

More information

Sasanka Madawalagama Geoinformatics Center Asian Institute of Technology Thailand

Sasanka Madawalagama Geoinformatics Center Asian Institute of Technology Thailand Sasanka Madawalagama Geoinformatics Center Asian Institute of Technology Thailand This learning material was not prepared by ADB. The views expressed in this document are the views of the author/s and

More information

2010 LiDAR Project. GIS User Group Meeting June 30, 2010

2010 LiDAR Project. GIS User Group Meeting June 30, 2010 2010 LiDAR Project GIS User Group Meeting June 30, 2010 LiDAR = Light Detection and Ranging Technology that utilizes lasers to determine the distance to an object or surface Measures the time delay between

More information

Hydra Fusion Tools. Capabilities Guide. Real-time 3D Reconstructions

Hydra Fusion Tools. Capabilities Guide. Real-time 3D Reconstructions Hydra Fusion Tools Capabilities Guide Real-time 3D Reconstructions Hydra Fusion Tools Building a Mapping System Flying an unmanned aircraft system (UAS) is no longer a stand-alone activity. Operators are

More information

Light Detection and Ranging (LiDAR)

Light Detection and Ranging (LiDAR) Light Detection and Ranging (LiDAR) http://code.google.com/creative/radiohead/ Types of aerial sensors passive active 1 Active sensors for mapping terrain Radar transmits microwaves in pulses determines

More information

TAKING FLIGHT JULY/AUGUST 2015 COMMERCIAL UAS ADVANCEMENT BALLOONS THE POOR MAN S UAV? SINGLE PHOTON SENSOR REVIEW VOLUME 5 ISSUE 5

TAKING FLIGHT JULY/AUGUST 2015 COMMERCIAL UAS ADVANCEMENT BALLOONS THE POOR MAN S UAV? SINGLE PHOTON SENSOR REVIEW VOLUME 5 ISSUE 5 VOLUME 5 ISSUE 5 JULY/AUGUST 2015 TAKING FLIGHT 14 COMMERCIAL UAS ADVANCEMENT 24 BALLOONS THE POOR MAN S UAV? 30 SINGLE PHOTON SENSOR REVIEW Closing in on 500 authorizations the FAA has expedited the exemption

More information

Commercial suas The Right Tool for the Right Job

Commercial suas The Right Tool for the Right Job Commercial suas The Right Tool for the Right Job Presentation Objectives Overview of current data collection technologies UAS Systems Overview Surveyor 2.0 Project Case Study Mobile LiDAR & suas How Do

More information

Drones for research - Observing the world in 3D from a LiDAR-UAV

Drones for research - Observing the world in 3D from a LiDAR-UAV Drones for research - Observing the world in 3D from a LiDAR-UAV Program lunch seminar: Lammert Kooistra: The Unmanned Aerial Remote Sensing Facility goes 3D: Unmanned Aerial Laser Scanning Sander Mücher:

More information

Best Practices for Managing Processed Ortho Imagery

Best Practices for Managing Processed Ortho Imagery Best Practices for Managing Processed Ortho Imagery Cody Benkelman DRAFT slides (June 2017) Characteristics of Processed Ortho Imagery Typically 8 bit (sometimes 16) Typically 3 spectral bands (sometimes

More information

Overview of the Trimble TX5 Laser Scanner

Overview of the Trimble TX5 Laser Scanner Overview of the Trimble TX5 Laser Scanner Trimble TX5 Revolutionary and versatile scanning solution Compact / Lightweight Efficient Economical Ease of Use Small and Compact Smallest and most compact 3D

More information

Generating highly accurate 3D data using a sensefly exom drone

Generating highly accurate 3D data using a sensefly exom drone Generating highly accurate 3D data using a sensefly exom drone C. Álvarez 1, A. Roze 2, A. Halter 3, L. Garcia 4 1 Geomatic Engineer, Lehmann Géomètre SA 2 Application Engineer, sensefly SA 3 Geomatic

More information

Harnessing GIS and Imagery for Power Transmission Inspection. ESRI European Users Conference October 15, 2015

Harnessing GIS and Imagery for Power Transmission Inspection. ESRI European Users Conference October 15, 2015 Harnessing GIS and Imagery for Power Transmission Inspection ESRI European Users Conference October 15, 2015 About Us Airborne/Threod Designer, manufacturer & service provider for multi-rotor & fixed wing

More information

Photo based Terrain Data Acquisition & 3D Modeling

Photo based Terrain Data Acquisition & 3D Modeling Photo based Terrain Data Acquisition & 3D Modeling June 7, 2013 Howard Hahn Kansas State University Partial funding by: KSU Office of Research and Sponsored Programs Introduction: Need Application 1 Monitoring

More information

TRAINING MATERIAL HOW TO OPTIMIZE ACCURACY WITH CORRELATOR3D

TRAINING MATERIAL HOW TO OPTIMIZE ACCURACY WITH CORRELATOR3D TRAINING MATERIAL WITH CORRELATOR3D Page2 Contents 1. UNDERSTANDING INPUT DATA REQUIREMENTS... 4 1.1 What is Aerial Triangulation?... 4 1.2 Recommended Flight Configuration... 4 1.3 Data Requirements for

More information

Presented at the FIG Congress 2018, May 6-11, 2018 in Istanbul, Turkey

Presented at the FIG Congress 2018, May 6-11, 2018 in Istanbul, Turkey Presented at the FIG Congress 2018, May 6-11, 2018 in Istanbul, Turkey Evangelos MALTEZOS, Charalabos IOANNIDIS, Anastasios DOULAMIS and Nikolaos DOULAMIS Laboratory of Photogrammetry, School of Rural

More information

HYDRA FUSION TOOLS CAPABILITIES GUIDE REAL-TIME 3D RECONSTRUCTIONS

HYDRA FUSION TOOLS CAPABILITIES GUIDE REAL-TIME 3D RECONSTRUCTIONS HYDRA FUSION TOOLS CAPABILITIES GUIDE REAL-TIME 3D RECONSTRUCTIONS HYDRA FUSION TOOLS BUILDING A MAPPING SYSTEM Flying an unmanned aircraft system (UAS) is no longer a stand-alone activity. Operators are

More information

Assessing 3D Point Cloud Fidelity of UAS SfM Software Solutions Over Varying Terrain

Assessing 3D Point Cloud Fidelity of UAS SfM Software Solutions Over Varying Terrain Assessing 3D Point Cloud Fidelity of UAS SfM Software Solutions Over Varying Terrain Michael Schwind, Michael J. Starek (Presenter) 18th Annual JALBTCX Airborne Coastal Mapping and Charting Technical Workshop,

More information

Comparing workflow and point cloud outputs of the Trimble SX10 TLS and sensefly ebee Plus drone

Comparing workflow and point cloud outputs of the Trimble SX10 TLS and sensefly ebee Plus drone Comparing workflow and point cloud outputs of the Trimble SX10 TLS and sensefly ebee Plus drone Armin WEBER and Thomas LERCH Lerch Weber AG, Switzerland Key words: terrestrial laser scanner, Trimble SX10,

More information

USING UNMANNED AERIAL VEHICLE (DRONE/FLYCAM) TECHNOLOGY IN SURVEY WORK OF PORTCOAST

USING UNMANNED AERIAL VEHICLE (DRONE/FLYCAM) TECHNOLOGY IN SURVEY WORK OF PORTCOAST USING UNMANNED AERIAL VEHICLE (DRONE/FLYCAM) TECHNOLOGY IN SURVEY WORK OF PORTCOAST 1. Capturing aerial images by using Drone Taking images by drones is currently applied in many fields especially in topographic

More information

LIDAR MAPPING FACT SHEET

LIDAR MAPPING FACT SHEET 1. LIDAR THEORY What is lidar? Lidar is an acronym for light detection and ranging. In the mapping industry, this term is used to describe an airborne laser profiling system that produces location and

More information

GEO 6895: Airborne laser scanning - workflow, applications, value. Christian Hoffmann

GEO 6895: Airborne laser scanning - workflow, applications, value. Christian Hoffmann GEO 6895: Airborne laser scanning - workflow, applications, value. Christian Hoffmann Agenda Why LiDAR? The value of an end-to-end workflow The Trimble AX-Series Data processing & modelling Information

More information

Best Practices for Managing Aerial and UAS Frame Imagery. Cody Benkelman, Jie Zhang

Best Practices for Managing Aerial and UAS Frame Imagery. Cody Benkelman, Jie Zhang Best Practices for Managing Aerial and UAS Frame Imagery Cody Benkelman, Jie Zhang Objectives Manage and share collections of imagery from aerial frame cameras - Professional digital cameras - Metric lens,

More information

3D in the ArcGIS Platform. Chris Andrews

3D in the ArcGIS Platform. Chris Andrews 3D in the ArcGIS Platform Chris Andrews Geospatial 3D is already all around us 3D is expanding the GIS community s opportunity to provide value 3D City & Infrastructure Models Generated 3D features Photogrammetrc

More information

Geometry of Aerial photogrammetry. Panu Srestasathiern, PhD. Researcher Geo-Informatics and Space Technology Development Agency (Public Organization)

Geometry of Aerial photogrammetry. Panu Srestasathiern, PhD. Researcher Geo-Informatics and Space Technology Development Agency (Public Organization) Geometry of Aerial photogrammetry Panu Srestasathiern, PhD. Researcher Geo-Informatics and Space Technology Development Agency (Public Organization) Image formation - Recap The geometry of imaging system

More information

1. Introduction. A CASE STUDY Dense Image Matching Using Oblique Imagery Towards All-in- One Photogrammetry

1. Introduction. A CASE STUDY Dense Image Matching Using Oblique Imagery Towards All-in- One Photogrammetry Submitted to GIM International FEATURE A CASE STUDY Dense Image Matching Using Oblique Imagery Towards All-in- One Photogrammetry Dieter Fritsch 1, Jens Kremer 2, Albrecht Grimm 2, Mathias Rothermel 1

More information

TRIMBLE BUSINESS CENTER PHOTOGRAMMETRY MODULE

TRIMBLE BUSINESS CENTER PHOTOGRAMMETRY MODULE TRIMBLE BUSINESS CENTER PHOTOGRAMMETRY MODULE WHITE PAPER TRIMBLE GEOSPATIAL DIVISION WESTMINSTER, COLORADO, USA July 2013 ABSTRACT The newly released Trimble Business Center Photogrammetry Module is compatible

More information

A COMPARISON OF STANDARD FIXED-WING VS MULTIROTOR DRONE PHOTOGRAMMETRY SURVEYS

A COMPARISON OF STANDARD FIXED-WING VS MULTIROTOR DRONE PHOTOGRAMMETRY SURVEYS A COMPARISON OF STANDARD FIXED-WING VS MULTIROTOR DRONE PHOTOGRAMMETRY SURVEYS Dr Steve Harwin, UAV Operations, Tas KEY QUESTIONS What detail, scale and accuracy are needed? For change analysis the data

More information

N.J.P.L.S. An Introduction to LiDAR Concepts and Applications

N.J.P.L.S. An Introduction to LiDAR Concepts and Applications N.J.P.L.S. An Introduction to LiDAR Concepts and Applications Presentation Outline LIDAR Data Capture Advantages of Lidar Technology Basics Intensity and Multiple Returns Lidar Accuracy Airborne Laser

More information

Camera Calibration for a Robust Omni-directional Photogrammetry System

Camera Calibration for a Robust Omni-directional Photogrammetry System Camera Calibration for a Robust Omni-directional Photogrammetry System Fuad Khan 1, Michael Chapman 2, Jonathan Li 3 1 Immersive Media Corporation Calgary, Alberta, Canada 2 Ryerson University Toronto,

More information

What s New in Imagery in ArcGIS. Presented by: Christopher Patterson Date: September 12, 2017

What s New in Imagery in ArcGIS. Presented by: Christopher Patterson Date: September 12, 2017 What s New in Imagery in ArcGIS Presented by: Christopher Patterson Date: September 12, 2017 Agenda Ortho Mapping Elevation extraction Drone2Map Raster Analytics ArcGIS is a Comprehensive Imagery System

More information

Unmanned Aerial Systems: A Look Into UAS at ODOT

Unmanned Aerial Systems: A Look Into UAS at ODOT Ohio Department of Transportation John R. Kasich, Governor Jerry Wray, Director Unmanned Aerial Systems: Tim Burkholder, PS Mapping Manager Division of Engineering Office of CADD and Mapping Services Kyle

More information

The ArcGIS Platform for Managing, Processing, and Sharing UAV Data

The ArcGIS Platform for Managing, Processing, and Sharing UAV Data The ArcGIS Platform for Managing, Processing, and Sharing UAV Data Cody Benkelman, Technical Product Manager - Imagery David Gadsden, Nonprofit Program Manager Esri Advancing GIS Strong and Growing..Serving

More information

James Van Rens CEO Riegl USA, Inc. Mining Industry and UAV s combined with LIDAR Commercial UAV Las Vegas October 2015 James Van Rens CEO Riegl USA

James Van Rens CEO Riegl USA, Inc. Mining Industry and UAV s combined with LIDAR Commercial UAV Las Vegas October 2015 James Van Rens CEO Riegl USA James Van Rens CEO Riegl USA, Inc. Mining Industry and UAV s combined with LIDAR Commercial UAV Las Vegas October 2015 James Van Rens CEO Riegl USA COST EFFECIENCY CONTINUUM LIDAR and IMU Partnership Technology

More information

Light Detection and Ranging (LiDAR) Radiohead House of Cards

Light Detection and Ranging (LiDAR) Radiohead House of Cards Light Detection and Ranging (LiDAR) Radiohead House of Cards http://the-moni-blog.blogspot.com/2009/03/lidar-is-going-mainstream-mtv-baby.html h =? Laser Vision GPS + IMU θ H X a h Types of aerial sensors

More information

Intelligent photogrammetry. Agisoft

Intelligent photogrammetry. Agisoft Intelligent photogrammetry Agisoft Agisoft Metashape is a cutting edge software solution, with its engine core driving photogrammetry to its ultimate limits, while the whole system is designed to deliver

More information

SimActive and PhaseOne Workflow case study. By François Riendeau and Dr. Yuri Raizman Revision 1.0

SimActive and PhaseOne Workflow case study. By François Riendeau and Dr. Yuri Raizman Revision 1.0 SimActive and PhaseOne Workflow case study By François Riendeau and Dr. Yuri Raizman Revision 1.0 Contents 1. Introduction... 2 1.1. Simactive... 2 1.2. PhaseOne Industrial... 2 2. Testing Procedure...

More information

Case Study for Long- Range Beyond Visual Line of Sight Project. March 15, 2018 RMEL Transmission and Planning Conference

Case Study for Long- Range Beyond Visual Line of Sight Project. March 15, 2018 RMEL Transmission and Planning Conference Case Study for Long- Range Beyond Visual Line of Sight Project March 15, 2018 RMEL Transmission and Planning Conference 2014 HDR Architecture, 2016 2014 HDR, Inc., all all rights reserved. Helicopters

More information

LiForest Software White paper. TRGS, 3070 M St., Merced, 93610, Phone , LiForest

LiForest Software White paper. TRGS, 3070 M St., Merced, 93610, Phone ,   LiForest 0 LiForest LiForest is a platform to manipulate large LiDAR point clouds and extract useful information specifically for forest applications. It integrates a variety of advanced LiDAR processing algorithms

More information

Comparing Aerial Photogrammetry and 3D Laser Scanning Methods for Creating 3D Models of Complex Objects

Comparing Aerial Photogrammetry and 3D Laser Scanning Methods for Creating 3D Models of Complex Objects Comparing Aerial Photogrammetry and 3D Laser Scanning Methods for Creating 3D Models of Complex Objects A Bentley Systems White Paper Cyril Novel Senior Software Engineer, Bentley Systems Renaud Keriven

More information

What s New in ecognition 9.0

What s New in ecognition 9.0 What s New in ecognition 9.0 Dr. Waldemar Krebs tranforming data into GIS ready information Trends in Earth Observation Increasing need for detailed, up-to-date information as a basis for planning and

More information

What s New in ecognition 9.0. Christian Weise

What s New in ecognition 9.0. Christian Weise What s New in ecognition 9.0 Christian Weise Presenting ecognition 9 Release Date: March 2014 Who s eligible? All user with a valid ecognition maintenance contract Presenting ecognition 9 ecognition version

More information

(Subsea) Keith Vickery Zupt LLC

(Subsea) Keith Vickery Zupt LLC (Subsea) Keith Vickery Zupt LLC kv@zupt.com Offshore subsea infrastructure surveys (pipeline inspection, well, XT, and manifold inspections) are required to ensure compliance with both internal operator,

More information

UAS for Surveyors. An emerging technology for the Geospatial Industry. Ian Murgatroyd : Technical Sales Rep. Trimble

UAS for Surveyors. An emerging technology for the Geospatial Industry. Ian Murgatroyd : Technical Sales Rep. Trimble UAS for Surveyors An emerging technology for the Geospatial Industry Ian Murgatroyd : Technical Sales Rep. Trimble Project Overview Voyager Quarry, located near Perth Australia Typical of hard rock mines,

More information

By Colin Childs, ESRI Education Services. Catalog

By Colin Childs, ESRI Education Services. Catalog s resolve many traditional raster management issues By Colin Childs, ESRI Education Services Source images ArcGIS 10 introduces Catalog Mosaicked images Sources, mosaic methods, and functions are used

More information

POSITIONING A PIXEL IN A COORDINATE SYSTEM

POSITIONING A PIXEL IN A COORDINATE SYSTEM GEOREFERENCING AND GEOCODING EARTH OBSERVATION IMAGES GABRIEL PARODI STUDY MATERIAL: PRINCIPLES OF REMOTE SENSING AN INTRODUCTORY TEXTBOOK CHAPTER 6 POSITIONING A PIXEL IN A COORDINATE SYSTEM The essential

More information

Lecture 23 - LiDAR. GEOL 452/552 - GIS for Geoscientists I. Scanning Lidar. 30 m DEM. Lidar representations:

Lecture 23 - LiDAR. GEOL 452/552 - GIS for Geoscientists I. Scanning Lidar. 30 m DEM. Lidar representations: GEOL 452/552 - GIS for Geoscientists I Lecture 23 - LiDAR LiDAR - some background (thanks to Chris Kahle, DNR) Converting Lidar point data to a raster Look at online lidar data for Iowa (1m hillshaded)

More information

UAV Flight Operations for Mapping. Precision. Accuracy. Reliability

UAV Flight Operations for Mapping. Precision. Accuracy. Reliability UAV Flight Operations for Mapping Precision. Accuracy. Reliability Part One: Why is Mapping different? Part Two: What about accuracy and precision? Part Three: What is the Workflow? Part Four: AGENDA What

More information

Photoscenery for Realistic Scene Generation and Visualization in Flightgear: A Tutorial

Photoscenery for Realistic Scene Generation and Visualization in Flightgear: A Tutorial Photoscenery for Realistic Scene Generation and Visualization in Flightgear: A Tutorial Srikanth A 1, Indhu B 2, L Krishnamurthy 1, VPS Naidu 3 Dept. of Mechanical Engineering, NIE, Mysore, India 1 Dept.

More information

LORI COLLINS, RESEARCH ASSOCIATE PROFESSOR CONTRIBUTIONS BY: RICHARD MCKENZIE AND GARRETT SPEED, DHHC USF L IBRARIES

LORI COLLINS, RESEARCH ASSOCIATE PROFESSOR CONTRIBUTIONS BY: RICHARD MCKENZIE AND GARRETT SPEED, DHHC USF L IBRARIES LORI COLLINS, RESEARCH ASSOCIATE PROFESSOR CONTRIBUTIONS BY: RICHARD MCKENZIE AND GARRETT SPEED, DHHC USF L IBRARIES AERIAL AND TERRESTRIAL SURVEY WORKFLOWS Workflow from project planning applications

More information

Integrated Multi-Source LiDAR and Imagery

Integrated Multi-Source LiDAR and Imagery Figure 1: AirDaC aerial scanning system Integrated Multi-Source LiDAR and Imagery The derived benefits of LiDAR scanning in the fields of engineering, surveying, and planning are well documented. It has

More information

Open Pit Mines. Terrestrial LiDAR and UAV Aerial Triangulation for. Figure 1: ILRIS at work

Open Pit Mines. Terrestrial LiDAR and UAV Aerial Triangulation for. Figure 1: ILRIS at work Terrestrial LiDAR and UAV Aerial Triangulation for Open Pit Mines Figure 1: ILRIS at work Figure 2: Geo-Copter X-8000 taking off ay what you will about the past few years, it has produced some useful tools

More information

APPENDIX E2. Vernal Pool Watershed Mapping

APPENDIX E2. Vernal Pool Watershed Mapping APPENDIX E2 Vernal Pool Watershed Mapping MEMORANDUM To: U.S. Fish and Wildlife Service From: Tyler Friesen, Dudek Subject: SSHCP Vernal Pool Watershed Analysis Using LIDAR Data Date: February 6, 2014

More information

The Use and Applications of Unmanned- Aerial Systems (UAS) In Agriculture

The Use and Applications of Unmanned- Aerial Systems (UAS) In Agriculture The Use and Applications of Unmanned- Aerial Systems (UAS) In Agriculture R O B E R T A U S T I N, D E P A R T M E N T O F S O I L S C I E N C E N C S T A T E U N I V E R S I T Y DJI Inspire Photo Credit:

More information

Survey to Support 2D Hydraulic Aquatic Habitat Models

Survey to Support 2D Hydraulic Aquatic Habitat Models Survey to Support 2D Hydraulic Aquatic Habitat Models New Mexico Interstate Stream Commission (NMISC) Presented at the 2015 Esri International User Conference San Diego Convention Center Wednesday, July

More information

Lecture 06. Raster and Vector Data Models. Part (1) Common Data Models. Raster. Vector. Points. Points. ( x,y ) Area. Area Line.

Lecture 06. Raster and Vector Data Models. Part (1) Common Data Models. Raster. Vector. Points. Points. ( x,y ) Area. Area Line. Lecture 06 Raster and Vector Data Models Part (1) 1 Common Data Models Vector Raster Y Points Points ( x,y ) Line Area Line Area 2 X 1 3 Raster uses a grid cell structure Vector is more like a drawn map

More information

Comparing Aerial Photogrammetry and 3D Laser Scanning Methods for Creating 3D Models of Complex Objects

Comparing Aerial Photogrammetry and 3D Laser Scanning Methods for Creating 3D Models of Complex Objects www.bentley.com Comparing Aerial Photogrammetry and 3D Laser Scanning Methods for Creating 3D Models of Complex Objects A Bentley White Paper Cyril Novel Senior Software Engineer, Bentley Systems Renaud

More information

The raycloud A Vision Beyond the Point Cloud

The raycloud A Vision Beyond the Point Cloud The raycloud A Vision Beyond the Point Cloud Christoph STRECHA, Switzerland Key words: Photogrammetry, Aerial triangulation, Multi-view stereo, 3D vectorisation, Bundle Block Adjustment SUMMARY Measuring

More information

Hamilton County Enhances GIS Base Mapping with 1-foot Contours

Hamilton County Enhances GIS Base Mapping with 1-foot Contours Hamilton County Enhances GIS Base Mapping with 1-foot Contours Presented by Larry Stout, Hamilton County GIS Manager Brad Fugate, Woolpert Inc. Today s Presentation Hamilton County s 2004 Base Mapping

More information

Lidar Working with LAS Datasets

Lidar Working with LAS Datasets 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Lidar Working with LAS Datasets Raghav Vemula (3D Team) Esri UC2013. Technical Workshop. Agenda Las Dataset

More information

LiDAR & Orthophoto Data Report

LiDAR & Orthophoto Data Report LiDAR & Orthophoto Data Report Tofino Flood Plain Mapping Data collected and prepared for: District of Tofino, BC 121 3 rd Street Tofino, BC V0R 2Z0 Eagle Mapping Ltd. #201 2071 Kingsway Ave Port Coquitlam,

More information

Municipal Projects in Cambridge Using a LiDAR Dataset. NEURISA Day 2012 Sturbridge, MA

Municipal Projects in Cambridge Using a LiDAR Dataset. NEURISA Day 2012 Sturbridge, MA Municipal Projects in Cambridge Using a LiDAR Dataset NEURISA Day 2012 Sturbridge, MA October 15, 2012 Jeff Amero, GIS Manager, City of Cambridge Presentation Overview Background on the LiDAR dataset Solar

More information

Photogrammetry: A Modern Tool for Crash Scene Mapping

Photogrammetry: A Modern Tool for Crash Scene Mapping Photogrammetry: A Modern Tool for Crash Scene Mapping Background A police accident investigator (AI) has many tasks when arriving at a crash scene. The officer s highest priority is public safety; the

More information

Computer Vision on Tegra K1. Chen Sagiv SagivTech Ltd.

Computer Vision on Tegra K1. Chen Sagiv SagivTech Ltd. Computer Vision on Tegra K1 Chen Sagiv SagivTech Ltd. Established in 2009 and headquartered in Israel Core domain expertise: GPU Computing and Computer Vision What we do: - Technology - Solutions - Projects

More information

2/9/2016. Session Agenda: Implementing new Geospatial Technologies for more efficient data capture

2/9/2016. Session Agenda: Implementing new Geospatial Technologies for more efficient data capture Implementing new Geospatial Technologies for more efficient data capture Jay Haskamp Applied Geospatial Engineer Steve Richter VP Sales Session Agenda: Today s changing technologies and what lies ahead

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

CREATING 3D MODEL OF AN OPEN PIT QUARRY BY UAV IMAGING AND ANALYSIS IN GIS

CREATING 3D MODEL OF AN OPEN PIT QUARRY BY UAV IMAGING AND ANALYSIS IN GIS CREATING 3D MODEL OF AN OPEN PIT QUARRY BY UAV IMAGING AND ANALYSIS IN GIS Silviya Filipova 1, Dobromir Filipov 2, Paulina Raeva 3 1 PhD, Eng. Silviya Katsarska-Filipova, Department of Photogrammetry and

More information

Plantation Resource Mapping using LiDAR

Plantation Resource Mapping using LiDAR IFA Symposium Improving Plantation Productivity Mt Gambier, 12-14 May 2014 Field Day Tour Plantation Resource Mapping using LiDAR Christine Stone (NSW DPI) and Jan Rombouts (ForestrySA) Airborne Laser

More information

Managing Imagery and Raster Data using Mosaic Datasets

Managing Imagery and Raster Data using Mosaic Datasets Esri European User Conference October 15-17, 2012 Oslo, Norway Hosted by Esri Official Distributor Managing Imagery and Raster Data using Mosaic Datasets Peter Becker ArcGIS is a Comprehensive Imagery

More information

Digital Elevation Models

Digital Elevation Models Digital Elevation Models National Elevation Dataset 1 Data Sets US DEM series 7.5, 30, 1 o for conterminous US 7.5, 15 for Alaska US National Elevation Data (NED) GTOPO30 Global Land One-kilometer Base

More information

Mobile Mapping and Navigation. Brad Kohlmeyer NAVTEQ Research

Mobile Mapping and Navigation. Brad Kohlmeyer NAVTEQ Research Mobile Mapping and Navigation Brad Kohlmeyer NAVTEQ Research Mobile Mapping & Navigation Markets Automotive Enterprise Internet & Wireless Mobile Devices 2 Local Knowledge & Presence Used to Create Most

More information

Producing Ortho Imagery In ArcGIS. Hong Xu, Mingzhen Chen, Ringu Nalankal

Producing Ortho Imagery In ArcGIS. Hong Xu, Mingzhen Chen, Ringu Nalankal Producing Ortho Imagery In ArcGIS Hong Xu, Mingzhen Chen, Ringu Nalankal Agenda Ortho imagery in GIS ArcGIS ortho mapping solution Workflows - Satellite imagery - Digital aerial imagery - Scanned imagery

More information

GIS Data Collection. This chapter reviews the main methods of GIS data capture and transfer and introduces key practical management issues.

GIS Data Collection. This chapter reviews the main methods of GIS data capture and transfer and introduces key practical management issues. 9 GIS Data Collection OVERVIEW This chapter reviews the main methods of GIS data capture and transfer and introduces key practical management issues. It distinguishes between primary (direct measurement)

More information

GPU-accelerated 3-D point cloud generation from stereo images

GPU-accelerated 3-D point cloud generation from stereo images GPU-accelerated 3-D point cloud generation from stereo images Dr. Bingcai Zhang Release of this guide is approved as of 02/28/2014. This document gives only a general description of the product(s) or service(s)

More information