Showing posts with label GIS. Show all posts
Showing posts with label GIS. Show all posts

Friday, March 2, 2012

Augmented Reality and GIS

Over the past few years we have seen two important trends, the consumerization of GIS technology and the proliferation of affordable smart phones. These trends converge to provide geographically-enabled applications for mobile devices in the consumer market. Consumers can get shopping, weather or routing information with respect to their current location and more importantly share that information with other devices.

Application developers have access to device peripherals like a digital compass, accelerometer, assisted GPS and camera. Developers can use these peripherals to transform a mobile phone into a spatially enabled (or “geographically-aware”) sensor. Whether photographing oil spill damage or recording your mountain bike trail, the smart phone is essentially a real-time GIS data capture device.

Augmented reality (AR) is just one technique that can leveraged by GIS developers on mobile devices. AR involves the overlaying of graphics on real-time georeferenced video feeds. App developers like LAYAR use AR to reveal the locations of nearby restaurants and hotels but AR can and should do a lot more. Smart phones could be used to view subterranean infrastructure such as electrical transmission lines or water reticulation pipes. AR could be used by firemen to visualize the three dimensional route in and around buildings. The applications are endless.

To conclude, the practical usefulness of AR can only be achieved with the application of real-time spatial analysis. What if there was as AR app that could highlight diseased grass or display routes to family members in a crowded stadiums? GIS can “add value” to augmented reality.

Tuesday, October 20, 2009

ESRI launches Mapping For Everyone website

Today ESRI announced the launch of a new website entitled Mapping for Everyone.  The site features an innovative four step web page for creating (and sharing) demographic maps.  Developers can experiment with the free JavaScript, Flex and Silverlight APIs or browse user samples.  Lastly, try ESRI’s free virtual globe called ArcGIS Explorer.
http://www.esri.com/mapping

Mapping for Everyone

Friday, September 4, 2009

Dynamic Charting for ArcGIS Desktop

This post describes a new sample published by ESRI’s Application Prototype Lab and inspired by Jack Dangermond geodesign presentation at the 2009 ESRI International User Conference.

Dynamic Charting for ArcGIS Desktop is a free sample (with source code) available from the ESRI code gallery.  The sample summarizes a layer’s features based on the length/area and grouped by unique values from the renderer.  The differentiating factor between this sample and the out-of-the-box charting tools is that this sample updates dynamically even in an edit session.

Dynamic Charting for ArcGIS Desktop 

Download