For those of you not familiar, Cesium is an open source JS library for creating 3D globes and 2D maps. The library is published under the Apache 2.

Size: px
Start display at page:

Download "For those of you not familiar, Cesium is an open source JS library for creating 3D globes and 2D maps. The library is published under the Apache 2."

Transcription

1 1

2 2

3 For those of you not familiar, Cesium is an open source JS library for creating 3D globes and 2D maps. The library is published under the Apache 2.0 license, and it runs in your favorite modern browser on your favorite computer, smart phone, tablet, phablet, or really any device that has WebGL support. Last year I saw a Cesium globe running on a Samsung smart fridge. Cesium was also chosen as the NGA map of the world web client 3

4 4

5 What is 3D mapping? I m sure many of you already have some sort of idea for what it means to have a 3D map. It s data with a height, right? 5

6 For example, this is technically a 3D map. And so is this. These are using height to represent some sort of metadata like population. And while these are 3D maps, this is probably the most narrow view of the possibilities that are out there with 3D mapping. 6

7 This is more what I m talking about when I say 3D Mapping. This is a fully interactive, high-resolution 3D recreation of Center City in Philadelphia, rendered in real time with Cesium and 3D tiles. This is reality model created by Bentley Systems using the photogrammetry software called ContextCapture to stitch together about 28,000 photos to created a textured 3D mesh. 7

8 Here s another example of a 3D application. This one was developed by NASA to visualize the two- and three-dimensional precipitation data collected via satellite. The radar technology collects 3D scans of snow and water above the Earth s surface, and since this data is collected in 3D, it only makes sense to visualize it in 3D. 8

9 Here is an example for a virtual 3D city. This is a geoportal application created by Switzerland in part of an open data effort. The application was designed to visualize and share data collected by the Swiss government, and is used by roughly 50,000 users a day. 9

10 And finally, Doarama showcases another great use case for 3D mapping: as an interactive replay of 3D time-dynamic data. In this case, this is showing GPX data collected by a participant in the Tor des Géants, a 6 day 205 mile (330im) endurance race though the Aosta Valley in Italy. An application like this can help athletes analyze strong and weak parts of the event to improve for next time. It is also a great way to share the experience with friends and family. 10

11 Now that we understand a little bit about what we can do with 3D mapping, let s take a look at some of the advantages of using 3D. One of the biggest drawbacks of 2D is that we live in a 3D world, so some semantic value is lost when it is projected into a 2D view. Let s first look at a few exaggerated examples that demonstrate the value that 3D visualization adds. 11

12 In this example, we have a few different airspaces and we want to determine whether the airplane is in the restricted airspace shown in red. From this view it looks like it s possible that the plane is in both the green and the red airspace. However, we really don t have enough information to make a conclusion. Let s take a look at this same scene in a 3D view 12

13 Surprise! The plane is actually in neither airspace. To figure this out in 2D, we would have needed some kind of legend to tell us the altitude of the plane, and the lower and upper altitudes of the airspaces. In 3D, we can just look at it. 13

14 Here is another similar example where we have a volume that represents radar coverage. Again, in 2D it looks like the aircraft might be inside the range, but we can see in 3D that this is not the case. This is where we get the term flying under the radar 14

15 In this example, we want to determine if there is line-of-sight between the radar ground station and an aircraft, here represented by the yellow point. In both 2D and 2.5D (which is a 2D map with height) it looks like the line from the ground station to the aircraft is unobstructed, but if we switch to 3D 15

16 It turns out the curvature of the earth is really important sometimes. The surface drops about 8 inches per mile, which is definitely significant. And as we can see from this view, the line-of-sight between the two positions actually goes under the surface of the globe, so we can therefore conclude that the ground station cannot see the aircraft. I know these are fairly simplified examples, but they help demonstrate some of the ways 2D maps can lie to us. Let s take a look at a few more practical examples to see the kind of impact that 3D visualization can have. 16

17 I really enjoy hiking, and some time in the next few years I would love to visit Yosemite national park and see the half dome rock formation. To get an idea of what I can expect when I get there, I wanted to take a look at a map of the terrain so prepare for the hike. These are two examples of traditional topographic maps. The map of the left has contour lines at certain intervals, so we can start to see that maybe where the lines are closer together that the terrain is more steep, and we have a legend so we can read what the elevation is at a certain place. Another common method for looking at the topography is to see the hillshading. We can start to see that this looks like a valley with rock formations on both sides, but still don t have a full picture of what our hike is going to look like. Also, something that I just learned recently is that hillshading is almost always lit from the north. It looks nice, but is pretty inaccurate. At least as far as I know, the sun is never due north of the earth. 17

18 Switching to 3D shows the inherent value of being able to see the terrain in 3 dimensions. Seeing a picture of Half Dome is one thing, but being able to explore Yosemite in an interactive 3D virtual environment is invaluable. We have a much better idea of what to expect when we get there. One cool thing we added to Cesium in the past year is shadow approximation based on the position of the sun, so I could even plan out nice shady spots to camp in for my trip. Terrain from 18

19 For something a little different, let s look at a map of something that is not earth. NASA recently created an application to view data they collected for the Vesta asteroid. It is the second largest body in the asteroid belt and the brightest asteroid visible from Earth. From these two 2D maps, do we know what the asteroid looks like? I mean, we can kind of guess using the information from these legends. It looks like the radius in one direction is larger than the others, it s got some cool craters 19

20 Look at how irregular this spheroid is. It s got a little nub at the south pole that was completely hidden in both the 2D projections. This is an extreme case, but it does a good job highlighting how 3D gives us a more intuitive understanding of what we re looking at. In 2D, you have to represent data using X, Y and color. In 3D we can show positions in X, Y, Z. 20

21 3D also provides a natural path forward to 4D, or time dynamic visualizations. Satellite trajectories are a great way to showcase this. You might not be able to see it, but each of these trajectories have discontinuities in the 2D map. The satellites aren t teleporting over parts of the earth. The earth is rotating underneath of them. In 3D it is easy to show the earth rotating and the satellites following their orbits simultaneously. 21

22 Here is another time dynamic example. In this case, this is GPX data collected by a paraglider. For someone with no knowledge of paragliding, this looks like a very peculiar path to take with all the loopdyloops. 22

23 This is the same path being replayed in 3D. It turns out the paraglider isn t just trying to make himself dizzy. By interacting with the demo and changing the angle of the camera, we can see that he is actually riding thermals to climb higher. Super cool, right? 23

24 Now that we have a better understanding of what 3D has to offer, let s talk data. Data is the reason I believe the future of GIS will be 3D GIS. 3D data is being collected everywhere. The cost of collection is continuing to go down, and the size and detail of the datasets is continuing to go up. 24

25 There used to be this divide between BIM and CAD and GIS, but it s all converging. We now have the option to take highly detailed building models and visualize them intermingled with other spatial datasets. In this totally hypothetical example, we ve placed a power plant BIM model in the middle of downtown Austin, TX. BIM is inherently 3D, so we need 3D maps to visualize it. 25

26 LIDAR stand for Light Detection and Ranging. LIDAR sensors use lasers to determine the distance from the sensor to an object. High end LIDAR systems can collect several millions of points per second. However, there are a few different companies developing solid-state high-volume LIDAR sensors that will be available for less than $100. This, in combination with the growing use of drone technology will make 3D data collection easier than ever. And LIDAR is inherently 3D, so it only makes sense to display the data in 3D. And of course, LIDAR gives us 26

27 Point Clouds! This is a small point cloud data set of a church in Chappes France. LIDAR is everywhere, which means Point Clouds will be everywhere. 27

28 We re been working on some awesome new methods for rendering point clouds as well. Here is terrain point cloud, and with some fancy graphics rendering techniques 28

29 We re able to fill in the gaps to make the point clouds appear as a solid surface. This is something one of our research interns has been working on and will be available in Cesium soon. 29

30 Another method for capturing 3D data that has become increasingly popular is photogrammetry. Essentially you send someone or something around to take a thousands of pictures, and through computational photography methods we are able to stitch this data together and create a fully textured 3D mesh. There is no easy way to project this to 2D without losing most of the meaning of the data that was collected. One of the things I look forward to the most about photogrammetry is being able to explore without having to leave my couch. I spent a good half a day wandering around this Helsinki dataset on the right. 30

31 This is even more exciting with the prospect of VR. Say for example you re about to move across the country. Imaging being able to compare the view from 3 different apartments before you get there. 31

32 Photogrammetry also plays will with BIM. For example, here is a proposed Chemical Engineering Building model visualized in place in a photogrammetry model of Penn State s campus 32

33 There s a common theme here. Some types of data are inherently 3D, so 3D makes the most sense if we want to visualize them. This includes all types of volumetric analysis. 33

34 To finish up the discussion, I wanted to touch on a few common concerns that come up when we talk about using 3D maps 34

35 Here are the results of a twitter poll from Kelvin Wong a few months ago. Some of the main concerns for using 3D is hardware/software support, lack of 3D data, and interoperability. 35

36 3D hardware and software support is becoming less of an issue every year. This is a video of our Philadelphia reality model and the frame rate never drops below 20 frames per second. And most of the time the frame rate is closer to 50 and 60 frames per second. 36

37 The Cesium team also partners with the NORAD Tracks Santa program each Christmas to create a 3D app to see Santa s location in real time on Christmas Eve. This app reaches millions of users and we re able to gather some statistic from this app. Last year, the 3D app ran with a 92% success rate, which is phenomenal. This is up form a 20% success rate in More than half of these hits were from mobile devices such as iphones as well, so we were really excited about the broad range of WebGL support that is out there now. 37

38 Like I said before, with advances in data collection techniques like LIDAR and photogrammetry, 3D data is more accessible than ever before. That paired with the creation of new 3D open data formats means it will also be easier to share 3D data. In fact, one of the goals of our new cesium.com platform is to connect people that have 3D data with people who want to use 3D data. 38

39 And finally, 3D interoperability is here! The 3D Tiles open specification has already seen wide adoption in the industry, and is currently going through the OGC standardization process. There is a full ecosystem of tools out there. 39

40 40

41 41

Source:

Source: Source: https://s.iha.com/00156234546/philadelphia-elfreth-s-alley-the-oldestpreserved-philadelphia-street.jpeg Let s say I m shopping for a new apartment in center city, Philadelphia. I don t know about

More information

It s under the liberal Apache 2.0 license, so it s usable in both free and commercial applications.

It s under the liberal Apache 2.0 license, so it s usable in both free and commercial applications. 1 2 3 So, what is Cesium? To put it succinctly, Cesium is an open-source JavaScript library for creating 3D globes and 2D maps. Cesium is used in many fields, such as geospatial, aerospace, sports, environmental

More information

Thanks for taking the time to check out this talk! It details our work on advancing not just Cesium, but open standards for massive 3D geospatial

Thanks for taking the time to check out this talk! It details our work on advancing not just Cesium, but open standards for massive 3D geospatial Thanks for taking the time to check out this talk! It details our work on advancing not just Cesium, but open standards for massive 3D geospatial visualization on the web. 1 Cesium is an open-source JavaScript

More information

START>PROGRAMS>ARCGIS>

START>PROGRAMS>ARCGIS> Department of Urban Studies and Planning Spring 2006 Department of Architecture Site and Urban Systems Planning 11.304J / 4.255J GIS EXERCISE 2 Objectives: To generate the following maps using ArcGIS Software:

More information

LIDAR: MAPPING WITH LASERS

LIDAR: MAPPING WITH LASERS Grades 6 8, 9 12 30 60 minutes LIDAR: MAPPING WITH LASERS DESIGN CHALLENGE Create and map a three-dimensional landscape using a lidar laser measuring device. MATERIALS Supplies and Equipment This is a

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

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

geobrowser3d.com The Power of 3D GIS Tools in your Browser

geobrowser3d.com The Power of 3D GIS Tools in your Browser geobrowser3d.com 1 The Power of 3D GIS Tools in your Browser Overview Introduction Modules Success Stories Build your own What is GeoBrowser3D Interactive 3D visualization system Modular platform OGC compliant

More information

Four Mainstream Reality Capture Tools* Optical GNSS (or more commonly GPS) Lidar. Photogrammetry 12/20/2015. Static Mobile Aerial

Four Mainstream Reality Capture Tools* Optical GNSS (or more commonly GPS) Lidar. Photogrammetry 12/20/2015. Static Mobile Aerial Four Mainstream Reality Capture Tools* Optical GNSS (or more commonly GPS) Lidar Static Mobile Aerial Photogrammetry UAV Collected Ground Collected 1 Optical Consists of three measurement devices H Angle,

More information

3D Data Modelling at Esri. Paul Hardy Business Development Consultant Esri Europe

3D Data Modelling at Esri. Paul Hardy Business Development Consultant Esri Europe 3D Data Modelling at Esri Paul Hardy phardy@esri.com Business Development Consultant Esri Europe Users of 3D GIS Local government Facilities management Civil engineering 3D GIS Defense / Public Safety

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

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

Reality Modeling Webinar

Reality Modeling Webinar Reality Modeling Webinar Leveraging 3D Reality Meshes for Real-Time Asset Management and Monitoring What is Reality Modeling? Images & video? What is Reality Modeling? Images & video As-built drawings

More information

Modelling. Ruth Aylett

Modelling. Ruth Aylett Modelling Ruth Aylett Overview Basic issues Modelling packages Low polygon modelling Importing models Buildings Photogrammetry Laser range finders LIDAR The great outdoors Cheap methods 3D Authoring tools

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

FedGeoDay Interactive Visualization of Satellite (and Other) Data Online Using Cesium. October 13, 2016

FedGeoDay Interactive Visualization of Satellite (and Other) Data Online Using Cesium. October 13, 2016 FedGeoDay 2016 Interactive Visualization of Satellite (and Other) Data Online Using Cesium October 13, 2016 Matthew Lammers (matthew.r.lammers@nasa.gov) Web Analyst/Developer NASA Goddard Space Flight

More information

Introduction to GIS A Journey Through Gale Crater

Introduction to GIS A Journey Through Gale Crater Introduction to GIS A Journey Through Gale Crater In this lab you will be learning how to use ArcMap, one of the most common commercial software packages for GIS (Geographic Information System). Throughout

More information

Modelling. Ruth Aylett

Modelling. Ruth Aylett Modelling Ruth Aylett Overview Basic issues Modelling packages Low polygon modelling Importing models Buildings Photogrammetry Laser range finders LIDAR The great outdoors Cheap methods 3D Authoring tools

More information

Installing and Using Trackside Cameras Revised November 2008

Installing and Using Trackside Cameras Revised November 2008 Installing and Using Trackside Cameras Revised November 2008 Trackside cameras are a useful and creative way to add visual interest to your route. Rather than just look out the windshield of the locomotive

More information

Shadows in the graphics pipeline

Shadows in the graphics pipeline Shadows in the graphics pipeline Steve Marschner Cornell University CS 569 Spring 2008, 19 February There are a number of visual cues that help let the viewer know about the 3D relationships between objects

More information

MODULE 1 BASIC LIDAR TECHNIQUES

MODULE 1 BASIC LIDAR TECHNIQUES MODULE SCENARIO One of the first tasks a geographic information systems (GIS) department using lidar data should perform is to check the quality of the data delivered by the data provider. The department

More information

HOW TO USE THE INTERNET TO FIND THE PROSTATE CANCER INFORMATION YOU WANT

HOW TO USE THE INTERNET TO FIND THE PROSTATE CANCER INFORMATION YOU WANT 1 HOW TO USE THE INTERNET TO FIND THE PROSTATE CANCER INFORMATION YOU WANT (TIPS FOR EVERYONE EVEN IF YOU DON T OWN A COMPUTER ) by Robert Young Many feel they are unable to access prostate cancer information

More information

What is a Topographic Map?

What is a Topographic Map? Topographic Maps Topography From Greek topos, place and grapho, write the study of surface shape and features of the Earth and other planetary bodies. Depiction in maps. Person whom makes maps is called

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

I m going to be introducing you to ergonomics More specifically ergonomics in terms of designing touch interfaces for mobile devices I m going to be

I m going to be introducing you to ergonomics More specifically ergonomics in terms of designing touch interfaces for mobile devices I m going to be I m going to be introducing you to ergonomics More specifically ergonomics in terms of designing touch interfaces for mobile devices I m going to be talking about how we hold and interact our mobile devices

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

Support for external aerotriangulation results from professional systems (Inpho, Bingo).

Support for external aerotriangulation results from professional systems (Inpho, Bingo). PhotoMesh v7.2 PhotoMesh v7.2 fully automates the generation of high-resolution, textured, 3D mesh models from standard 2D photographs, offering a significant reduction in cost and time compared to traditional

More information

How to print a Hypercube

How to print a Hypercube How to print a Hypercube Henry Segerman One of the things that mathematics is about, perhaps the thing that mathematics is about, is trying to make things easier to understand. John von Neumann once said

More information

VALIDATION OF A NEW 30 METER GROUND SAMPLED GLOBAL DEM USING ICESAT LIDARA ELEVATION REFERENCE DATA

VALIDATION OF A NEW 30 METER GROUND SAMPLED GLOBAL DEM USING ICESAT LIDARA ELEVATION REFERENCE DATA VALIDATION OF A NEW 30 METER GROUND SAMPLED GLOBAL DEM USING ICESAT LIDARA ELEVATION REFERENCE DATA M. Lorraine Tighe Director, Geospatial Solutions Intermap Session: Photogrammetry & Image Processing

More information

LiDAR Applications in Surveying and Engineering

LiDAR Applications in Surveying and Engineering LiDAR Applications in Surveying and Engineering 2013 NC GIS Conference Raleigh, NC Frank A. Alex Rankin, III PE, PLS What is LiDAR? Light Detection and Ranging Analogous to RADAR, but using a different

More information

ISSUE #8 / SPRING 2018

ISSUE #8 / SPRING 2018 REVIT PURE PRESENTS PAMPHLETS ISSUE #8 / SPRING 2018 PLAN NOTES revitpure.com Copyright 2018 - BIM Pure productions WHAT IS THIS PAMPHLET? Revit Pure Pamphlets are published 4 times a year by email. Each

More information

I CALCULATIONS WITHIN AN ATTRIBUTE TABLE

I CALCULATIONS WITHIN AN ATTRIBUTE TABLE Geology & Geophysics REU GPS/GIS 1-day workshop handout #4: Working with data in ArcGIS You will create a raster DEM by interpolating contour data, create a shaded relief image, and pull data out of the

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

Overview. Modelling. 3D Authoring tools. Other VR Software Tools. 3D Modelling Tools. 3D Studio Max. Ruth Aylett

Overview. Modelling. 3D Authoring tools. Other VR Software Tools. 3D Modelling Tools. 3D Studio Max. Ruth Aylett Modelling Ruth Aylett Overview Basic issues Modelling packages Low polygon modelling Importing models City modelling Photogrammetry Laser range finders LIDAR The great outdoors Trees, plants, water etc

More information

TOPOSCOPY, A CLOSE RANGE PHOTOGRAMMETRIC SYSTEM FOR ARCHITECTS AND LANDSCAPE DESIGNERS

TOPOSCOPY, A CLOSE RANGE PHOTOGRAMMETRIC SYSTEM FOR ARCHITECTS AND LANDSCAPE DESIGNERS TOPOSCOPY, A CLOSE RANGE PHOTOGRAMMETRIC SYSTEM FOR ARCHITECTS AND LANDSCAPE DESIGNERS A. C. Groneman-van der Hoeven Bureau Toposcopie, Bachlaan 78, 6865 ES Doorwerth, The Netherlands. info@toposcopie.nl

More information

PRODUCING AN ORIENTEERING MAP Bill Anderson, May 2012

PRODUCING AN ORIENTEERING MAP Bill Anderson, May 2012 PRODUCING AN ORIENTEERING MAP Bill Anderson, May 2012 An orienteering competition map is a highly detailed representation of an area's topography, vegetation, water features and other natural and man-made

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

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

Digital Elevation Model & Surface Analysis

Digital Elevation Model & Surface Analysis Topics: Digital Elevation Model & Surface Analysis 1. Introduction 2. Create raster DEM 3. Examine Lidar DEM 4. Deriving secondary surface products 5. Mapping contours 6. Viewshed Analysis 7. Extract elevation

More information

Creating and Maintaining Your 3D Basemap. Brian Sims Dan Hedges Gert van Maren

Creating and Maintaining Your 3D Basemap. Brian Sims Dan Hedges Gert van Maren Creating and Maintaining Your 3D Basemap Brian Sims Dan Hedges Gert van Maren Complementary Resource Email (no marketing) A copy of the presentation Links to today s web demos Links to training materials

More information

Lecture 4: Digital Elevation Models

Lecture 4: Digital Elevation Models Lecture 4: Digital Elevation Models GEOG413/613 Dr. Anthony Jjumba 1 Digital Terrain Modeling Terms: DEM, DTM, DTEM, DSM, DHM not synonyms. The concepts they illustrate are different Digital Terrain Modeling

More information

Tips for a Good Meshing Experience

Tips for a Good Meshing Experience Tips for a Good Meshing Experience Meshes are very powerful and flexible for modeling 2D overland flows in a complex urban environment. However, complex geometries can be frustrating for many modelers

More information

ROUND ROCK.

ROUND ROCK. ROUND ROCK T E X A S www.togglemag.com 2 ROUND ROCK T E X A S DELL TO THE VERY CORE Written by Christine Fisher and Produced by Noah Berube Turns out, there are perks to being the location of Dell Technologies

More information

Because After all These Years I Still Don t Get it!

Because After all These Years I Still Don t Get it! BILT North America 2017 Westin Harbour Castle Toronto August 3-5 Session 3.2 Shared Coordinates: Because After all These Years I Still Don t Get it! Class Description In an effort to reveal the system

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

ON THE ROAD JULY/AUGUST MAP PROJECTIONS The importance of horizontal and vertical datums in GIS mapping

ON THE ROAD JULY/AUGUST MAP PROJECTIONS The importance of horizontal and vertical datums in GIS mapping VOLUME 4 ISSUE 5 JULY/AUGUST 2014 ON THE ROAD 30 40 62 MAP PROJECTIONS The importance of horizontal and vertical datums in GIS mapping FOLLOW THE LEDDAR A special purpose sensor that does several 3D measurement

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

High Definition Modeling of Calw, Badstrasse and its Google Earth Integration

High Definition Modeling of Calw, Badstrasse and its Google Earth Integration Master Thesis Yuanting LI High Definition Modeling of Calw, Badstrasse and its Google Earth Integration Duration of the Thesis: 6 months Completion: July, 2014 Supervisors: Prof.Dr.-Ing.Dieter Fritsch

More information

AUDIENCE PARTICIPATION PORTION OF PROGRAM

AUDIENCE PARTICIPATION PORTION OF PROGRAM AUDIENCE PARTICIPATION PORTION OF PROGRAM PLEASE SET YOUR PHONES TO AIRPLANE MODE NOW OR TURN OFF PHONE S WI-FI HANDS-ON DEMO WON T BE POSSIBLE WITHOUT SUFFICIENT BANDWIDTH, WHICH IS VERY LIMITED IN THE

More information

Photos, Photos. What to do with All Those Photos? Presented by Phil Goff Area 16 Computers and Technology August 17, 2017

Photos, Photos. What to do with All Those Photos? Presented by Phil Goff Area 16 Computers and Technology August 17, 2017 Photos, Photos. What to do with All Those Photos? Presented by Phil Goff Area 16 Computers and Technology August 17, 2017 1 Photos Have a Different Value Today With film cameras, pictures were taken and

More information

Security and Disaster Preparedness: New York s Experience. Presented by: New York Department of Public Service. December 7, James T.

Security and Disaster Preparedness: New York s Experience. Presented by: New York Department of Public Service. December 7, James T. Security and Disaster Preparedness: New York s Experience Presented by: James T. Gallagher New York Department of Public Service james_gallagher@dps.state.ny.us December 7, 2001 Rome, Italy 1 Security

More information

Mobile & More: Preparing for the Latest Design Trends

Mobile & More: Preparing for the Latest Design Trends February 26, 2015 Mobile & More: Preparing for the Latest Design Trends LATEST TRENDS Responsive Takes Over Material Is the New Flat Hero Images Getting Bigger Interactions Are Micro Video in the Background

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

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

Off Road Navigation and Location-Based Photomarking & Blogging. 8/4/2005 The Best GPS is the one you have with you 1

Off Road Navigation and Location-Based Photomarking & Blogging. 8/4/2005 The Best GPS is the one you have with you 1 Off Road Navigation and Location-Based Photomarking & Blogging 8/4/2005 The Best GPS is the one you have with you 1 Always active Never lost, Trimble Outdoors TM The BEST GPS is the one you have with you

More information

Integrating Spatial Data with the rest of your E&P Data

Integrating Spatial Data with the rest of your E&P Data Integrating Spatial Data with the rest of your E&P Data ESRI PUG Houston 11-March-2003 Ian Batty PPDM Association 1 PPDM Association Public Petroleum Data Model Association The PPDM Association is a non-profit

More information

The Retreat 3. A picture is worth a thousand words Napoleon Bonaparte. The CAD Academy Permission to copy

The Retreat 3. A picture is worth a thousand words Napoleon Bonaparte. The CAD Academy Permission to copy The Retreat 3 A picture is worth a thousand words Napoleon Bonaparte The CAD Academy Permission to copy A picture is worth a thousand words. Working with a 3D BIM model leaves no doubt in our clients mind

More information

Overview. 1. Aerial LiDAR in Wisconsin (20 minutes) 2. Demonstration of data in CAD (30 minutes) 3. High Density LiDAR (20 minutes)

Overview. 1. Aerial LiDAR in Wisconsin (20 minutes) 2. Demonstration of data in CAD (30 minutes) 3. High Density LiDAR (20 minutes) Overview 1. Aerial LiDAR in Wisconsin (20 minutes) 2. Demonstration of data in CAD (30 minutes) 3. High Density LiDAR (20 minutes) 4. Aerial lidar technology advancements (15 minutes) 5. Q & A 1. Aerial

More information

ADVANCING REALITY MODELING WITH CONTEXTCAPTURE

ADVANCING REALITY MODELING WITH CONTEXTCAPTURE ADVANCING REALITY MODELING WITH CONTEXTCAPTURE Knowing the existing conditions of a project is a key asset in any decision process. Governments need to better know their territories, through mapping operations,

More information

technical notes trimble realworks software

technical notes trimble realworks software technical notes trimble realworks software A POWERFUL 3D LASER SCANNING OFFICE SOFTWARE SUITE Designed for today s multifaceted scanning professional, Trimble RealWorks is a powerful office software that

More information

Adobe Spark. Schools and Educators. A Guide for. spark.adobe.com

Adobe Spark. Schools and Educators. A Guide for. spark.adobe.com Adobe Spark A Guide for Schools and Educators spark.adobe.com CONTENTS 1: What Is Adobe Spark?... 3 2: How Much Does Adobe Spark Cost?... 4 3: Is Adobe Spark A Web Application Or An App?... 4 4: Three

More information

How to Create a Killer Resources Page (That's Crazy Profitable)

How to Create a Killer Resources Page (That's Crazy Profitable) How to Create a Killer Resources Page (That's Crazy Profitable) There is a single page on your website that, if used properly, can be amazingly profitable. And the best part is that a little effort goes

More information

NEXTMap World 10 Digital Elevation Model

NEXTMap World 10 Digital Elevation Model NEXTMap Digital Elevation Model Intermap Technologies, Inc. 8310 South Valley Highway, Suite 400 Englewood, CO 80112 10012015 NEXTMap (top) provides an improvement in vertical accuracy and brings out greater

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

What s New in Desktop 10.1

What s New in Desktop 10.1 What s New in Desktop 10.1 Damian Spangrud Esri Redlands Trip Down Memory Lane ArcGIS A Complete System for Geographic Information Cloud Web Online Mobile Enterprise Desktop Sharing Information sharing

More information

Mobile Devices. Objectives. Types of Devices 4/25/2012

Mobile Devices. Objectives. Types of Devices 4/25/2012 Mobile Devices Objectives Identify mobile devices Learn how mobile devices obtain and transmit information Identify potential evidence that may be obtained from mobile devices Learn where data is stored

More information

MAKING OF BY BRUNO HAMZAGIC SOFTWARE USED: MAYA AND ZBRUSH

MAKING OF BY BRUNO HAMZAGIC SOFTWARE USED: MAYA AND ZBRUSH MAKING OF BY BRUNO HAMZAGIC SOFTWARE USED: MAYA AND ZBRUSH This month s Making of shows us the creation of this amazing image that gave Bruno Hamzagic the opportunity to mix two of his passions 3D artwork

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

Sally Ride EarthKAM Earth Knowledge Acquired by Middle School Students

Sally Ride EarthKAM Earth Knowledge Acquired by Middle School Students Sally Ride EarthKAM Earth Knowledge Acquired by Middle School Students User Guide Last updated:10/20/2015 1 Table of Contents Welcome to Sally Ride EarthKAM@Space Camp!...3 Using Your Teacher Account...4-6

More information

The SD-WAN security guide

The SD-WAN security guide The SD-WAN security guide How a flexible, software-defined WAN can help protect your network, people and data SD-WAN security: Separating fact from fiction For many companies, the benefits of SD-WAN are

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

How to Read AWStats. Why it s important to know your stats

How to Read AWStats. Why it s important to know your stats How to Read AWStats Welcome to the world of owning a website. One of the things that both newbie and even old time website owners get overwhelmed by is their analytics and understanding the data. One of

More information

Disclaimer Reasonable care has been taken to ensure that the information presented in this book is accurate. However, the reader should understand

Disclaimer Reasonable care has been taken to ensure that the information presented in this book is accurate. However, the reader should understand Disclaimer Reasonable care has been taken to ensure that the information presented in this book is accurate. However, the reader should understand that the information provided does not constitute legal

More information

About LIDAR Data. What Are LIDAR Data? How LIDAR Data Are Collected

About LIDAR Data. What Are LIDAR Data? How LIDAR Data Are Collected 1 of 6 10/7/2006 3:24 PM Project Overview Data Description GIS Tutorials Applications Coastal County Maps Data Tools Data Sets & Metadata Other Links About this CD-ROM Partners About LIDAR Data What Are

More information

WHAT IS GOOGLE+ AND WHY SHOULD I USE IT?

WHAT IS GOOGLE+ AND WHY SHOULD I USE IT? CHAPTER ONE WHAT IS GOOGLE+ AND WHY SHOULD I USE IT? In this chapter: + Discovering Why Google+ Is So Great + What Is the Difference between Google+ and Other Social Networks? + Does It Cost Money to Use

More information

My MacBook (Yosemite Edition) Ebooks Free

My MacBook (Yosemite Edition) Ebooks Free My MacBook (Yosemite Edition) Ebooks Free Covers MacBook, MacBook Pro, and MacBook Air Step-by-step instructions with callouts to MacBook photos that show you exactly what to do. Help when you run into

More information

Lutheran High North Technology The Finder

Lutheran High North Technology  The Finder Lutheran High North Technology shanarussell@lutheranhighnorth.org www.lutheranhighnorth.org/technology The Finder Your Mac s filing system is called the finder. In this document, we will explore different

More information

IMAGINE EXPANSION PACK Extend the Power of ERDAS IMAGINE

IMAGINE EXPANSION PACK Extend the Power of ERDAS IMAGINE IMAGINE EXPANSION PACK Extend the Power of ERDAS IMAGINE IMAGINE EXPANSION PACK IMAGINE Expansion Pack is a collection of functionality to extend the utility of ERDAS IMAGINE. It includes 3D visualization

More information

Topographic Lidar Data Employed to Map, Preserve U.S. History

Topographic Lidar Data Employed to Map, Preserve U.S. History OCTOBER 11, 2016 Topographic Lidar Data Employed to Map, Preserve U.S. History In August 2015, the National Park Service (NPS) contracted Woolpert for the Little Bighorn National Monument Mapping Project

More information

Orbiter Base Maker Manual

Orbiter Base Maker Manual Orbiter Base Maker Manual A basic guide to the general operation of Orbiter Base Maker (OBM) OBM Version 1.0.7 5/28/2012 0 Contents Preface... 1 Windows, Buttons, and Boxes - the GUI explained... 2 Main

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

Developing a Method Using Field Surveying Techniques and Instruments to Create 3D Terrain Models. Faheem Muhammad

Developing a Method Using Field Surveying Techniques and Instruments to Create 3D Terrain Models. Faheem Muhammad Developing a Method Using Field Surveying Techniques and Instruments to Create 3D Terrain Models Faheem Muhammad Office of Science, Science Undergraduate Laboratory Internship (SULI) Savannah State University

More information

Creating advanced shadedrelief maps and layer blending with Global Mapper software

Creating advanced shadedrelief maps and layer blending with Global Mapper software Creating advanced shadedrelief maps and layer blending with Global Mapper software J. Buck Ehler GIS Analyst/Cartographer Utah Geological Survey buckehler@utah.gov (801) 537-3343 SLUG Meeting August 11,

More information

Media-Ready Network Transcript

Media-Ready Network Transcript Media-Ready Network Transcript Hello and welcome to this Cisco on Cisco Seminar. I m Bob Scarbrough, Cisco IT manager on the Cisco on Cisco team. With me today are Sheila Jordan, Vice President of the

More information

X PAD for Android. The first, the most advanced. Designed and developed by: X PAD

X PAD for Android. The first, the most advanced. Designed and developed by: X PAD X PAD for Android Designed and developed by: X PAD X PAD for Android X PAD for Android presents a new way of working, based on the most evolved and technologically advanced platform for mobile devices.

More information

Managing and Serving Elevation and Lidar Data. Cody Benkelman UC 2018

Managing and Serving Elevation and Lidar Data. Cody Benkelman UC 2018 Managing and Serving Elevation and Lidar Data Cody Benkelman UC 2018 Outline Usage Modes Data Management - Architecture - Workflow Automation for Repeatability & Scalability A few options Usage Modes of

More information

Accuracy Assessment of Ames Stereo Pipeline Derived DEMs Using a Weighted Spatial Dependence Model

Accuracy Assessment of Ames Stereo Pipeline Derived DEMs Using a Weighted Spatial Dependence Model Accuracy Assessment of Ames Stereo Pipeline Derived DEMs Using a Weighted Spatial Dependence Model Intro Problem Statement A successful lunar mission requires accurate, high resolution data products to

More information

Texturing Techniques in 3D City Modeling

Texturing Techniques in 3D City Modeling Texturing Techniques in 3D City Modeling 1 İdris Kahraman, 2 İsmail Rakıp Karaş, Faculty of Engineering, Department of Computer Engineering, Karabuk University, Turkey 1 idriskahraman@karabuk.edu.tr, 2

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

Digital Elevation Models (DEM)

Digital Elevation Models (DEM) Digital Elevation Models (DEM) Digital representation of the terrain surface also referred to as Digital Terrain Models (DTM) Digital Elevation Models (DEM) How has relief depiction changed with digital

More information

Gadget in yt. christopher erick moody

Gadget in yt. christopher erick moody Gadget in yt First of all, hello, and thank you for giving me the opp to speak My name is chris moody and I m a grad student here at uc santa cruz and I ve been working with Joel for the last year and

More information

Photoshop World 2018

Photoshop World 2018 Photoshop World 2018 Unlocking the Power of Lightroom CC on the Web with Rob Sylvan Learn how to leverage the cloud-based nature of Lightroom CC to share your photos in a way that will give anyone with

More information

Trimble Realworks Software

Trimble Realworks Software TECHNICAL NOTES Trimble Realworks Software A Powerful 3D Laser Scanning Office Software Suite DESIGNED FOR TODAY S MULTIFACETED SCANNING PROFESSIONAL, TRIMBLE REALWORKS IS A POWERFUL OFFICE SOFTWARE THAT

More information

Follow Me User s Manual

Follow Me User s Manual Follow Me User s Manual SYSTEM REQUIREMENTS AND TERMS USED IN THE MANUAL Windows Mobile-based device - Pharos Traveler GPS devices, Pocket PCs, and Pocket PC Phones. Windows CE device Pharos Drive GPS

More information

COPYRIGHTED MATERIAL. Getting Started with Google Analytics. P a r t

COPYRIGHTED MATERIAL. Getting Started with Google Analytics. P a r t P a r t I Getting Started with Google Analytics As analytics applications go, Google Analytics is probably the easiest (or at least one of the easiest) available in the market today. But don t let the

More information

Putting the Touch in Multi-Touch: An in-depth look at the future of interactivity. Gary L. Barrett, Chief Technical Officer at Touch International

Putting the Touch in Multi-Touch: An in-depth look at the future of interactivity. Gary L. Barrett, Chief Technical Officer at Touch International Putting the Touch in Multi-Touch: An in-depth look at the future of interactivity Gary L. Barrett, Chief Technical Officer at Touch International Introduction Multi-touch touch screens are fast becoming

More information

SHORT SHARP MANUALS. BIM for Landscape. archoncad.com Making Vectorworks easy!

SHORT SHARP MANUALS. BIM for Landscape. archoncad.com Making Vectorworks easy! SHORT SHARP MANUALS BIM for Landscape archoncad.com Making Vectorworks easy! http://learn.archoncad.com 2015 Jonathan Pickup - Archoncad All rights reserved. No part of this book may be reproduced or transmitted

More information

TOP DEVELOPERS MINDSET. All About the 5 Things You Don t Know.

TOP DEVELOPERS MINDSET. All About the 5 Things You Don t Know. MINDSET TOP DEVELOPERS All About the 5 Things You Don t Know 1 INTRODUCTION Coding and programming are becoming more and more popular as technology advances and computer-based devices become more widespread.

More information

Visualization/dissemination of 3D Cadastral Information

Visualization/dissemination of 3D Cadastral Information Presented at the FIG Congress 2018, May 6-11, 2018 in Istanbul, Turkey Visualization/dissemination of 3D Cadastral Information 9-5-2018 Barbara Cemellini, Rod Thompson, Marian de Vries, Peter van Oosterom

More information

ArcMap Online Tutorial Sarah Pierce How to map in ArcMap Online using the Fresh Prince of Bel Air as an example

ArcMap Online Tutorial Sarah Pierce How to map in ArcMap Online using the Fresh Prince of Bel Air as an example Fall GARP ArcMap Online Tutorial Sarah Pierce How to map in ArcMap Online using the Fresh Prince of Bel Air as an example Westfield State University Let s say you ve never used ArcGIS before and your professor

More information