|
What is it?
This is a simple application that listens for OpenSpirit
data selection and GIS feature events and responds by creating
kml placemarks which are automatically added to Google Earth.
The following data types are currently supported for Data Selection
events:
- Well Bores - will create point placemark at well surface location
- 2d Seismic Line- will create a polyline placemark showing
the full extent of the line geometry
- 2d Seismic Dataset- will create a polyline placemark showing
the extent of a particular seismic trace dataset (potentially
a subset of the full 2d line)
- 3d Seismic Survey - will create a 4 point polygon placemark
showing the corner points of the 3d survey
- 3d Seismic Volume- will create a 4 point polygon placemark
showing the corner points of a seismic volume (potentially a
subset of the full 3d survey)
- Horizon - will create a geo-registered png image overlay showing
the z values of horizon grid using a rainbow color scale
- Point Feature - will create a corresponding point placemark
- Polyline Feature - will create a corresponding polyline placemark
- Polygon Feature - will create a corresponding polygon placemark
In addition, this application also listens for GIS feature selection
events for points, polylines, and polygons (as sent by the OpenSpirit
ArcGIS Extension).
To view a 5 minute Flash video (with audio) showing this application
in use please click
here.
|