<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>osgEarth — OSGeo Live v4.0 documentation</title>
    <link rel="stylesheet" href="_static/overview.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '#',
        VERSION:     '4.0',
        COLLAPSE_MODINDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <link rel="top" title="OSGeo Live v4.0 documentation" href="index.html" />
    <link rel="next" title="OpenStreetMap" href="osm_overview.html" />
    <link rel="prev" title="OpenLayers" href="openlayers_overview.html" /> 
  </head>
  <body>
    <div class="header">
        <div class="wrap">
            <ul id="top-nav">
                <li class="first"><a href="http://osgeo.org">OSGeo</a></li>
            </ul>
        </div>
    </div>

    <div class="related">
      <ul id="breadcrumbs">
            <li class="right" style="margin-right: 10px">
              <a href="genindex.html" title="General Index"
                 accesskey="I">index</a></li>
            <li class="right" >
              <a href="osm_overview.html" title="OpenStreetMap"
                 accesskey="N">next</a> |</li>
            <li class="right" >
              <a href="openlayers_overview.html" title="OpenLayers"
                 accesskey="P">previous</a> |</li>
        <li><a href="overview.html">OSGeo Live v4.0 documentation</a> »</li>
        <li><a href="#">osgEarth</a></li>
      </ul>
    </div>


    <div class="document">
      <div class="documentwrapper">
          <div class="body">
            
  <a class="reference external image-reference" href="http://osgearth.org/" id="osgearth-overview"><img align="right" alt="project logo" class="align-right" src="_images/logo-osgearth.gif" style="width: 190.0px; height: 28.0px;" /></a>
<div class="section" id="osgearth">
<h1>osgEarth<a class="headerlink" href="#osgearth" title="Permalink to this headline">¶</a></h1>
<div class="section" id="terrain-rendering-toolkit">
<h2>Terrain rendering toolkit<a class="headerlink" href="#terrain-rendering-toolkit" title="Permalink to this headline">¶</a></h2>
<p>osgEarth is a scalable terrain rendering toolkit for <a class="reference external" href="http://www.openscenegraph.org/">OpenSceneGraph</a> (OSG), an open source, high performance, 3D graphics toolkit.  Just create a simple XML file, point it at your imagery, elevation, and vector data, load it into your favorite OSG application, and go!
osgEarth supports all kinds of data and comes with lots of examples to help you get up and running quickly and easily.</p>
<a class="reference external image-reference" href="_images/osgearth.jpg"><img align="right" alt="screenshot" class="align-right" src="_images/osgearth.jpg" style="width: 512.0px; height: 384.0px;" /></a>
<div class="section" id="core-features">
<h3>Core Features<a class="headerlink" href="#core-features" title="Permalink to this headline">¶</a></h3>
<p>osgEarth makes is easy to deploy scalable terrain models:</p>
<ul class="simple">
<li>Create terrain models - either offline, or dynamically at run-time</li>
<li>Load whole-earth terrains without writing any code</li>
<li>Layer imagery to produce high-resolution insets</li>
<li>Combine multiple imagery, elevation, and vector data sources on the fly</li>
<li>Set up map tile caches to maximize performance</li>
<li>Adjust layer opacity for multi-texturing effects</li>
</ul>
<p>But osgEarth does more than just render terrain:</p>
<ul class="simple">
<li>Drape vector (GIS) data on the terrain</li>
<li>Reproject data among different coordinate reference systems</li>
<li>Place external models on the terrain with lat/long coordinates</li>
<li>Do fast intersection testing</li>
<li>Incorporate new data into existing VPB databases (without rebuilding them)</li>
<li>Access terrain tiles directly for non-visual processes</li>
</ul>
<p>Things you can see:</p>
<ul class="simple">
<li>GeoTIFF imagery and DEM files (plus lots of other formats)</li>
<li>Vector data like ESRI shapefiles</li>
<li>OGC-compliant web mapping data (like <a class="reference external" href="http://www.opengeospatial.org">WMS</a>)</li>
<li>GIS layers published with <a class="reference external" href="http://mapserver.org">MapServer</a> or <a class="reference external" href="http://www.esri.com/software/arcgis/arcgisserver/">ESRI ArcGIS Server</a></li>
<li>Online maps like <a class="reference external" href="http://openstreetmap.org">OpenStreetMap</a>, <a class="reference external" href="http://resources.esri.com/arcgisonlineservices/">ArcGIS Online</a>, or <a class="reference external" href="http://onearth.jpl.nasa.gov">NASA OnEarth</a></li>
</ul>
</div>
<div class="section" id="details">
<h3>Details<a class="headerlink" href="#details" title="Permalink to this headline">¶</a></h3>
<p><strong>Website:</strong> <a class="reference external" href="http://osgearth.org/">http://osgearth.org/</a></p>
<p><strong>Licence:</strong> GNU Lesser General Public License (LGPL)</p>
<p><strong>Software Version:</strong> 1.3</p>
<p><strong>Supported Platforms:</strong> Linux, Mac, Windows</p>
<p><strong>API Interfaces:</strong> C++</p>
<p><strong>Commercial Support:</strong> <a class="reference external" href="http://osgearth.org/#ProfessionalServices">http://osgearth.org/#ProfessionalServices</a></p>
</div>
</div>
</div>


          </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <ul id="breadcrumbs">
            <li class="right" style="margin-right: 10px">
              <a href="genindex.html" title="General Index"
                 >index</a></li>
            <li class="right" >
              <a href="osm_overview.html" title="OpenStreetMap"
                 >next</a> |</li>
            <li class="right" >
              <a href="openlayers_overview.html" title="OpenLayers"
                 >previous</a> |</li>
        <li><a href="overview.html">OSGeo Live v4.0 documentation</a> »</li>
        <li><a href="#">osgEarth</a></li>
      </ul>
    </div>

    <div class="footer">
      © Copyright 2010, OSGeo.
      Last updated on Aug 01, 2010.
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.4.
    </div>
  </body>
</html>