| 1 |
/*! \mainpage GDAL - Geospatial Data Abstraction Library |
|---|
| 2 |
|
|---|
| 3 |
<img src="gdalicon.png" alt="GDAL"> |
|---|
| 4 |
is a translator library for raster geospatial data formats |
|---|
| 5 |
that is released under an <a href="faq.html#license">X/MIT</a> style |
|---|
| 6 |
<a href="http://www.opensource.org/"> |
|---|
| 7 |
Open Source</a> license. As a library, it presents a |
|---|
| 8 |
<a href="gdal_datamodel.html"> single abstract data |
|---|
| 9 |
model</a> to the calling application for all supported formats. |
|---|
| 10 |
The related <a href="ogr">OGR</a> |
|---|
| 11 |
library (which lives within the GDAL source tree) provides |
|---|
| 12 |
a similar capability for simple features vector data. |
|---|
| 13 |
The <a href="NEWS.html">NEWS</a> page describes the September 2004 |
|---|
| 14 |
GDAL 1.2.3 release.<p> |
|---|
| 15 |
|
|---|
| 16 |
Master Page: <a href="http://www.gdal.org/index.html">http://www.gdal.org</a><br> |
|---|
| 17 |
Mirror Page: <a href="http://www.remotesensing.org/gdal/index.html"> |
|---|
| 18 |
http://www.remotesensing.org/gdal</a><br> |
|---|
| 19 |
Mirror: <a href="http://gdal.maptools.org">http://gdal.maptools.org</a><br> |
|---|
| 20 |
Download: |
|---|
| 21 |
<a href="http://www.gdal.org/dl">http at gdal.org</a>, |
|---|
| 22 |
<a href="ftp://ftp.remotesensing.org/gdal">ftp at remotesensing.org</a>, |
|---|
| 23 |
<a href="http://gdal.maptools.org/dl">http at maptools.org</a><br> |
|---|
| 24 |
Primary Maintainer: <a href="http://pobox.com/~warmerdam">Frank Warmerdam</a>.<p> |
|---|
| 25 |
|
|---|
| 26 |
<h2>User Oriented Documentation</h2> |
|---|
| 27 |
|
|---|
| 28 |
<ul> |
|---|
| 29 |
<li> <a href="download.html">Downloads - Source and Binaries</a> |
|---|
| 30 |
<li> <a href="formats_list.html">Supported Formats</a> |
|---|
| 31 |
<li> <a href="gdal_utilities.html">GDAL Utility Programs</a> |
|---|
| 32 |
<li> <a href="faq.html">GDAL FAQ</a> |
|---|
| 33 |
<li> <a href="gdal_datamodel.html">GDAL Data Model</a> |
|---|
| 34 |
</ul> |
|---|
| 35 |
|
|---|
| 36 |
<h2>Developer Oriented Documentation</h2> |
|---|
| 37 |
|
|---|
| 38 |
<ul> |
|---|
| 39 |
<li> <a href="gdal_building.html">Building GDAL From Source</a> |
|---|
| 40 |
<li> <a href="hierarchy.html">API Reference Documentation</a> |
|---|
| 41 |
<li> <a href="gdal_tutorial.html">GDAL API Tutorial</a> |
|---|
| 42 |
<li> <a href="gdal_drivertut.html">GDAL Driver Implementation Tutorial</a> |
|---|
| 43 |
<li> <a href="warptut.html">GDAL Warp API Tutorial</a> |
|---|
| 44 |
<li> gdal.h - the GDAL C API. |
|---|
| 45 |
<li> GDALDataset |
|---|
| 46 |
<li> GDALRasterBand |
|---|
| 47 |
</ul> |
|---|
| 48 |
|
|---|
| 49 |
<h2>Mailing List</h2> |
|---|
| 50 |
|
|---|
| 51 |
The <a href="mailto:gdal-dev@remotesensing.org">gdal-dev@remotesensing.org</a> |
|---|
| 52 |
mailing list can be used for discussion of development and user issues related |
|---|
| 53 |
to GDAL and related technologies. Subscriptions can be done, and archives |
|---|
| 54 |
reviewed <a href="http://remotesensing.org/mailman/listinfo/gdal-dev/">on |
|---|
| 55 |
the web</a>. The mailing list is also available by NNTP at |
|---|
| 56 |
<a href="news://news.gmane.org/gmane.comp.gis.gdal.devel">news://news.gmane.org/gmane.comp.gis.gdal.devel</a> |
|---|
| 57 |
and by HTTP at |
|---|
| 58 |
<a href="http://news.gmane.org/gmane.comp.gis.gdal.devel">http://news.gmane.org/gmane.comp.gis.gdal.devel</a>.<p> |
|---|
| 59 |
|
|---|
| 60 |
<h2>Bug Reporting</h2> |
|---|
| 61 |
|
|---|
| 62 |
GDAL bugs |
|---|
| 63 |
<a href="http://208.24.120.44/enter_bug.cgi?product=GDAL">can |
|---|
| 64 |
be reported</a>, and |
|---|
| 65 |
<a href="http://208.24.120.44/buglist.cgi?product=GDAL">can be |
|---|
| 66 |
listed</a> using BugZilla.<p> |
|---|
| 67 |
|
|---|
| 68 |
<h2>Related Information</h2> |
|---|
| 69 |
|
|---|
| 70 |
<ul> |
|---|
| 71 |
|
|---|
| 72 |
<li> <a href="http://gdal.velocet.ca/projects/index.html">My other |
|---|
| 73 |
projects</a>, many of which are incorporated into GDAL or use GDAL.<p> |
|---|
| 74 |
|
|---|
| 75 |
<li> <a href="http://www.remotesensing.org/">RemoteSensing.ORG</a>: An |
|---|
| 76 |
organization for cooperative OpenSource work related to remote sensing. |
|---|
| 77 |
GDAL is hosted at remotesensing.org.<p> |
|---|
| 78 |
|
|---|
| 79 |
<li> <a href="ogr/osr_tutorial.html">OGRSpatialReference Tutorial</a>: My OGR |
|---|
| 80 |
encapsulation of OpenGIS projection definitions.<p> |
|---|
| 81 |
|
|---|
| 82 |
<li> <a href="http://rgdal.sourceforge.net/">GDAL Bindings into R</a> |
|---|
| 83 |
by Timothy H. Keitt.<p> |
|---|
| 84 |
|
|---|
| 85 |
<li> GDAL is available as an RPM on the FreeGIS CD's, and list is |
|---|
| 86 |
listed at <a href="http://www.freegis.org">FreeGIS.org</a>.<p> |
|---|
| 87 |
|
|---|
| 88 |
<li> Preliminary <a href="http://search.cpan.org/~sderle/Geo-GDAL/"> |
|---|
| 89 |
perl GDAL bindings</a> have been implemented by Schuyler Erle.<p> |
|---|
| 90 |
|
|---|
| 91 |
</ul> |
|---|
| 92 |
|
|---|
| 93 |
<h2>Projects Using GDAL</h2> |
|---|
| 94 |
|
|---|
| 95 |
<ul> |
|---|
| 96 |
|
|---|
| 97 |
<li> <a href="http://grass.itc.it/index.html">GRASS</a>: A raster/vector |
|---|
| 98 |
open source GIS uses GDAL for raster import (via r.in.gdal).<p> |
|---|
| 99 |
|
|---|
| 100 |
<li> <a href="http://openev.sourceforge.net">OpenEV</a>: An OpenGL/GTK/Python |
|---|
| 101 |
based graphical viewer which exclusively uses GDAL for raster access.<p> |
|---|
| 102 |
|
|---|
| 103 |
<li> <a href="http://www.ossim.org">OSSIM</a>: |
|---|
| 104 |
Another geospatial viewing and analysis environment which uses GDAL as one |
|---|
| 105 |
of several plugins.<p> |
|---|
| 106 |
|
|---|
| 107 |
<li> <a href="http://mapserver.gis.umn.edu/index.html">UMN MapServer</a>: |
|---|
| 108 |
A popular web mapping application with GDAL support.<p> |
|---|
| 109 |
|
|---|
| 110 |
<li> <a href="http://www.vterrain.org">Virtual Terrain Project</a>: |
|---|
| 111 |
The VTP libraries now use GDAL.<p> |
|---|
| 112 |
|
|---|
| 113 |
<li> <a href="http://thuban.intevation.org">Thuban</a>: |
|---|
| 114 |
A multi-platform interactive geographic data viewer.<p> |
|---|
| 115 |
|
|---|
| 116 |
<li> <a href="http://qgis.sourceforge.net">Quantum GIS (QGIS)</a>: |
|---|
| 117 |
A Geographic Information System (GIS) built for Linux/Unix. |
|---|
| 118 |
QGIS supports vector, raster, and database formats.<p> |
|---|
| 119 |
|
|---|
| 120 |
<li> <a href="http://www.terrainengine.com">Demeter</a>: |
|---|
| 121 |
A another OpenGL based terrain engine somewhat similar to VTP.<p> |
|---|
| 122 |
|
|---|
| 123 |
<li> <a href="http://www.cadcorp.com/">Cadcorp SIS</a>: A Windows GIS has |
|---|
| 124 |
recently implemented a GDAL plugin.<p> |
|---|
| 125 |
|
|---|
| 126 |
<li> <a href="http://www.safe.com/">FME</a>: A GIS translator package |
|---|
| 127 |
includes a GDAL plugin (still prerelease).<p> |
|---|
| 128 |
|
|---|
| 129 |
<li> <a href="http://www.scanex.ru/software/scanmagic/">ScanMagic</a>: |
|---|
| 130 |
Commercial Win32 application for visualization, analysis and processing of |
|---|
| 131 |
remote sensing data (lite version for free).<p> |
|---|
| 132 |
|
|---|
| 133 |
<li> <a href="http://www.msmacrosystem.nl/Ilwis/index.html">MS MacroSystem</a>: 3D DEM Viewer.<p> |
|---|
| 134 |
|
|---|
| 135 |
<li> <a href="http://www.gstat.org/">gstat</a>: a geostatistical modelling |
|---|
| 136 |
package.<p> |
|---|
| 137 |
|
|---|
| 138 |
</ul> |
|---|
| 139 |
|
|---|
| 140 |
*/ |
|---|