~ubuntu-branches/debian/sid/gdal/sid

« back to all changes in this revision

Viewing changes to doc/index.dox

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2012-05-07 15:04:42 UTC
  • mfrom: (5.5.16 experimental)
  • Revision ID: package-import@ubuntu.com-20120507150442-2eks97loeh6rq005
Tags: 1.9.0-1
* Ready for sid, starting transition.
* All symfiles updated to latest builds.
* Added dh_numpy call in debian/rules to depend on numpy ABI.
* Policy bumped to 3.9.3, no changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef DOXYGEN_SKIP                                                            
2
 
/* $Id: index.dox 18121 2009-11-27 22:13:56Z rouault $ */               
 
2
/* $Id: index.dox 23318 2011-11-04 21:06:43Z rouault $ */               
3
3
#endif /* DOXYGEN_SKIP */                                                       
4
4
 
5
5
/*! \mainpage GDAL - Geospatial Data Abstraction Library
6
6
 
7
 
<center><b>Select language</b>: [English]<a href="index_ru.html">[Russian]</a><a href="index_br.html">[Portuguese]</a><a href="http://georezo.net/wiki/main:logiciels:gdal_ogr">[French/Francais]</a></center>
 
7
<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>
8
8
 
9
9
\htmlonly<img src="gdalicon.png" alt="GDAL">\endhtmlonly \latexonly GDAL \endlatexonly
10
10
is a translator library for raster geospatial data formats
16
16
to the calling application for all supported formats.  It also comes with a variety
17
17
of useful \link gdal_utilities.html commandline utilities\endlink
18
18
for data translation and processing.  The 
19
 
<a href="http://trac.osgeo.org/gdal/wiki/Release/1.6.3-News">NEWS</a> 
20
 
page describes the November 2009 GDAL/OGR 1.6.3 release.
 
19
<a href="http://trac.osgeo.org/gdal/wiki/Release/1.8.1-News">NEWS</a>
 
20
page describes the July 2011 GDAL/OGR 1.8.1 release.
21
21
 
22
22
The related <a href="../ogr/index.html">OGR</a> library (which lives within the GDAL source tree) 
23
23
provides a similar capability for simple features vector data.
59
59
<li> <a href="wince.html">GDAL for Windows CE</a>
60
60
</ul>
61
61
 
62
 
 
63
 
\section foss4g Conference
64
 
 
65
 
\htmlonly
66
 
<table border="0" cellspacing="4" cellpadding="4">
67
 
 
68
 
<tr><td><a href="http://www.foss4g2009.org/">
69
 
<img src="foss4g09.png" alt="" border="0" width="183" height="101">
70
 
</a></td>
71
 
 
72
 
<td><a href="http://www.foss4g2009.org">FOSS4G 2009</a> is the leading annual 
73
 
conference for free and open source geospatial software.  It will include 
74
 
workshops and presentations related to GDAL/OGR, and some of the GDAL/OGR 
75
 
development community will be attending.  It is <i>the</i> event for those 
76
 
interested in GDAL/OGR, other FOSS geospatial technologies and the community 
77
 
around them.</td>
78
 
</table>
79
 
\endhtmlonly
80
 
 
81
62
\section index_maillist Mailing List
82
63
 
83
64
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
90
71
the web</a>.  The mailing list is also available in read-only format by NNTP at
91
72
<a href="news://news.gmane.org/gmane.comp.gis.gdal.devel">news://news.gmane.org/gmane.comp.gis.gdal.devel</a>
92
73
and by HTTP at
93
 
<a href="http://news.gmane.org/gmane.comp.gis.gdal.devel">http://news.gmane.org/gmane.comp.gis.gdal.devel</a>.<p>
 
74
<a href="http://news.gmane.org/gmane.comp.gis.gdal.devel">http://news.gmane.org/gmane.comp.gis.gdal.devel</a>.
 
75
Archives since 2005 are searchable on <a href="http://osgeo-org.1803224.n2.nabble.com/GDAL-Dev-f2022644.html">Nabble</a>.<p>
94
76
 
95
77
Some GDAL/OGR users and developers can also often be found in the 
96
78
<a href="irc://irc.freenode.net/#gdal">#gdal</a> IRC channel on irc.freenode.net.<p>
107
89
The following bindings of GDAL in other languages are available:
108
90
 
109
91
<ul>
110
 
<li> <a href="http://map.hut.fi/gdal-perl/">Perl</a>
 
92
<li> <a href="http://trac.osgeo.org/gdal/wiki/GdalOgrInPerl">Perl</a>
111
93
<li> <a href="http://trac.osgeo.org/gdal/wiki/GdalOgrInPython">Python</a>
112
94
<li> <a href="vb6_tutorial.html">VB6 Bindings</a> (not using SWIG)
113
 
<li> <a href="http://rgdal.sourceforge.net/">GDAL Bindings into R</a>
114
 
by Timothy H. Keitt.
 
95
<li> <a href="https://r-forge.r-project.org/projects/rgdal/">GDAL Bindings into R</a> by Timothy H. Keitt.
115
96
<li> <a href="http://trac.osgeo.org/gdal/wiki/GdalOgrInRuby">Ruby</a>
116
97
<li> <a href="http://trac.osgeo.org/gdal/wiki/GdalOgrInJava">Java</a>
117
98
<li> <a href="http://trac.osgeo.org/gdal/wiki/GdalOgrInCsharp">C# / .Net</a>