EVOLUTION-MANAGER
Edit File: index.html
<!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/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.5"/> <title>My Project: GDAL - Geospatial Data Abstraction Library</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { searchBox.OnSelectItem(0); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">My Project </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.5 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li class="current"><a href="index.html"><span>Main Page</span></a></li> <li><a href="pages.html"><span>Related Pages</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> </div><!-- top --> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Pages</a></div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="headertitle"> <div class="title">GDAL - Geospatial Data Abstraction Library </div> </div> </div><!--header--> <div class="contents"> <div class="textblock"><center><b>Select language</b>: [English]<a href="index_ru.html">[Russian]</a><a href="index_br.html">[Portuguese]</a><a href="http://gdal.gloobe.org/">[French/Francais]</a></center> <img src="gdalicon.png" alt="GDAL"> is a translator library for raster geospatial data formats that is released under an <a href="http://trac.osgeo.org/gdal/wiki/FAQGeneral#WhatlicensedoesGDALOGRuse">X/MIT</a> style <a href="http://www.opensource.org/">Open Source</a> license by the <a href="http://www.osgeo.org/">Open Source Geospatial Foundation</a>. As a library, it presents a <a class="el" href="gdal_datamodel.html">single abstract data model</a> to the calling application for all supported formats. It also comes with a variety of useful <a class="el" href="">commandline utilities</a> for data translation and processing. The <a href="http://trac.osgeo.org/gdal/wiki/Release/1.10.1-News">NEWS</a> page describes the August 2013 GDAL/OGR 1.10.1 release.</p> <p>The related <a href="ogr/index.html">OGR</a> library (which lives within the GDAL source tree) provides a similar capability for simple features vector data.</p> <p>Master: <a href="http://www.gdal.org">http://www.gdal.org</a><br/> Download: <a href="ftp://ftp.remotesensing.org/gdal">ftp at remotesensing.org</a>, <a href="http://download.osgeo.org/gdal">http at download.osgeo.org</a></p> <h1><a class="anchor" id="index_userdocs"></a> User Oriented Documentation</h1> <ul> <li> <a href="http://trac.osgeo.org/gdal/">Wiki</a> - Various user and developer contributed documentation and hints </li> <li> <a href="http://trac.osgeo.org/gdal/wiki/DownloadingGdalBinaries">Downloads</a> - Ready to use binaries (executables) </li> <li> <a href="formats_list.html">Supported Formats</a> : GeoTIFF, Erdas Imagine, SDTS, ECW, MrSID, JPEG2000, DTED, NITF, ... </li> <li> <a href="gdal_utilities.html">GDAL Utility Programs</a> : gdalinfo, gdal_translate, gdaladdo, gdalwarp, ... </li> <li> <a href="http://trac.osgeo.org/gdal/wiki/FAQ">GDAL FAQ</a> </li> <li> <a href="gdal_datamodel.html">GDAL Data Model</a> </li> <li> <a href="http://trac.osgeo.org/gdal/wiki/GovernanceAndCommunity">GDAL/OGR Governance and Community Participation</a> </li> <li> <a href="http://www.osgeo.org/search_profile?SET=1&MUL_TECH[0]=00013">GDAL Service Provider Listings</a> (not vetted) </li> <li> <a href="credits.html">Sponsors, Acknowledgements and Credits</a> </li> <li> <a href="http://trac.osgeo.org/gdal/wiki/SoftwareUsingGdal">Software Using GDAL</a> </li> </ul> <h1><a class="anchor" id="index_devdocs"></a> Developer Oriented Documentation</h1> <ul> <li> <a href="http://trac.osgeo.org/gdal/wiki/BuildHints">Building GDAL From Source</a> </li> <li> <a href="http://trac.osgeo.org/gdal/wiki/DownloadSource">Downloads</a> - source code </li> <li> <a href="hierarchy.html">API Reference Documentation</a> </li> <li> <a href="gdal_tutorial.html">GDAL API Tutorial</a> </li> <li> <a href="gdal_drivertut.html">GDAL Driver Implementation Tutorial</a> </li> <li> <a href="warptut.html">GDAL Warp API Tutorial</a> </li> <li> <a href="ogr/osr_tutorial.html">OGRSpatialReference Tutorial</a> </li> <li> <a href="gdal_8h.html">GDAL C API</a> </li> <li> <a href="gdal__alg_8h.html">GDAL Algorithms C API</a> </li> <li> <a href="classGDALDataset.html">GDALDataset C++ API</a> </li> <li> <a href="classGDALRasterBand.html">GDALRasterBand C++ API</a> </li> <li> <a href="wince.html">GDAL for Windows CE</a> </li> </ul> <h1><a class="anchor" id="foss4g"></a> Conference</h1> <table border="0" cellspacing="4" cellpadding="4"> <tr><td><a href="http://2013.foss4g.org/"> <img src="foss4g2013.png" alt="FOSS4G 2013" border="0" width="200" height="117"> </a></td> <td><a href="http://2013.foss4g.org">FOSS4G 2013</a> is the leading annual conference for free and open source geospatial software. It will include presentations related to GDAL/OGR, and some of the GDAL/OGR development community will be attending. It is <i>the</i> event for those interested in GDAL/OGR, other FOSS geospatial technologies and the community around them.</td> </table> <h1><a class="anchor" id="index_maillist"></a> Mailing List</h1> <p>A gdal-announce mailing list <a href="http://lists.osgeo.org/mailman/listinfo/gdal-announce/">subscription</a> is a low volume way of keeping track of major developments with the GDAL/OGR project.</p> <p>The <a href="#" onclick="location.href='mai'+'lto:'+'gda'+'l-'+'dev'+'@l'+'ist'+'s.'+'osg'+'eo'+'.or'+'g'; return false;">gdal-dev@lists.osgeo.org</a> mailing list can be used for discussion of development and user issues related to GDAL and related technologies. Subscriptions can be done, and archives reviewed <a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev/">on the web</a>. The mailing list is also available in read-only format by NNTP at <a href="news://news.gmane.org/gmane.comp.gis.gdal.devel">news://news.gmane.org/gmane.comp.gis.gdal.devel</a> and by HTTP at <a href="http://news.gmane.org/gmane.comp.gis.gdal.devel">http://news.gmane.org/gmane.comp.gis.gdal.devel</a>. Archives since 2005 are searchable on <a href="http://osgeo-org.1560.n6.nabble.com/GDAL-Dev-f3742093.html">Nabble</a>.</p> <p>Some GDAL/OGR users and developers can also often be found in the <a href="irc://irc.freenode.net/#gdal">#gdal</a> IRC channel on irc.freenode.net.</p> <h1><a class="anchor" id="index_bugs"></a> Bug Reporting</h1> <p>GDAL bugs <a href="http://trac.osgeo.org/gdal">can be reported</a>, and <a href="http://trac.osgeo.org/gdal/report/1?sort=ticket&asc=0">can be listed</a> using Trac.</p> <h1><a class="anchor" id="index_bindings"></a> GDAL In Other Languages</h1> <p>The following bindings of GDAL in other languages are available:</p> <ul> <li> <a href="http://trac.osgeo.org/gdal/wiki/GdalOgrInPerl">Perl</a> </li> <li> <a href="http://trac.osgeo.org/gdal/wiki/GdalOgrInPython">Python</a> </li> <li> <a href="vb6_tutorial.html">VB6 Bindings</a> (not using SWIG) </li> <li> <a href="http://trac.osgeo.org/gdal/wiki/GdalOgrInJava">Java</a> </li> <li> <a href="http://trac.osgeo.org/gdal/wiki/GdalOgrInCsharp">C# / .Net</a> </li> <li> <a href="http://trac.osgeo.org/gdal/wiki/GdalOgrInRuby">Ruby</a> </li> <li> <p class="startli"><a href="http://trac.osgeo.org/gdal/wiki/GdalOgrInR">R</a></p> <p class="endli"></p> </li> </ul> </div></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.5 </small></address> </body> </html>