-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsoftware_using_gdal.html
335 lines (268 loc) · 30.2 KB
/
software_using_gdal.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
<!DOCTYPE html>
<html class="writer-html5" lang="ja" data-content_root="./">
<head>
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GDALを利用しているソフトウェア — GDAL ドキュメント</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=d10597a4" />
<link rel="stylesheet" type="text/css" href="_static/css/gdal.css?v=b9fa0a98" />
<link rel="stylesheet" type="text/css" href="_static/announcement.css?v=0642f2f4" />
<link rel="shortcut icon" href="_static/favicon.png"/>
<link rel="canonical" href="https://gdal.org/software_using_gdal.html"/>
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
<![endif]-->
<script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="_static/documentation_options.js?v=c033477b"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/translations.js?v=91613774"></script>
<script src="_static/announcement.js?v=b6f31f9f"></script>
<script src="_static/js/theme.js"></script>
<link rel="author" title="このドキュメントについて" href="about.html" />
<link rel="index" title="索引" href="genindex.html" />
<link rel="search" title="検索" href="search.html" />
<link rel="next" title="ライセンス" href="license.html" />
<link rel="prev" title="FAQ" href="faq.html" />
</head>
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" style="background: white" >
<a href="index.html">
<img src="_static/gdalicon.png" class="logo" alt="Logo"/>
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="download.html">ダウンロード</a></li>
<li class="toctree-l1"><a class="reference internal" href="programs/index.html">プログラム</a></li>
<li class="toctree-l1"><a class="reference internal" href="drivers/raster/index.html">ラスタードライバー</a></li>
<li class="toctree-l1"><a class="reference internal" href="drivers/vector/index.html">ベクタードライバー</a></li>
<li class="toctree-l1"><a class="reference internal" href="user/index.html">ユーザー</a></li>
<li class="toctree-l1"><a class="reference internal" href="api/index.html">API</a></li>
<li class="toctree-l1"><a class="reference internal" href="tutorials/index.html">チュートリアル</a></li>
<li class="toctree-l1"><a class="reference internal" href="development/index.html">開発</a></li>
<li class="toctree-l1"><a class="reference internal" href="community/index.html">コミュニティ</a></li>
<li class="toctree-l1"><a class="reference internal" href="sponsors/index.html">スポンサー</a></li>
<li class="toctree-l1"><a class="reference internal" href="contributing/index.html">どのように貢献できますか?</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="faq.html">FAQ</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="faq.html#what-does-gdal-stand-for">GDALとは何の略ですか?</a></li>
<li class="toctree-l2"><a class="reference internal" href="faq.html#what-is-this-ogr-stuff">OGRとは何ですか?</a></li>
<li class="toctree-l2"><a class="reference internal" href="faq.html#what-does-ogr-stand-for">OGRとは何の略ですか?</a></li>
<li class="toctree-l2"><a class="reference internal" href="faq.html#what-does-cpl-stand-for">CPLとは何の略ですか?</a></li>
<li class="toctree-l2"><a class="reference internal" href="faq.html#when-was-the-gdal-project-started">GDALプロジェクトはいつ始まりましたか?</a></li>
<li class="toctree-l2"><a class="reference internal" href="faq.html#is-gdal-ogr-proprietary-software">GDAL/OGRはプロプライエタリライセンスのソフトウェアですか?</a></li>
<li class="toctree-l2"><a class="reference internal" href="faq.html#what-license-does-gdal-ogr-use">GDAL/OGRはどのライセンスを使用していますか?</a></li>
<li class="toctree-l2"><a class="reference internal" href="faq.html#what-operating-systems-does-gdal-ogr-run-on">GDAL-OGRはどのオペレーティングシステムで動作しますか?</a></li>
<li class="toctree-l2 current"><a class="reference internal" href="faq.html#is-there-a-graphical-user-interface-to-gdal-ogr">GDL/OGRにはグラフィカルユーザーインターフェースがありますか?</a><ul class="current">
<li class="toctree-l3 current"><a class="current reference internal" href="#">GDALを利用しているソフトウェア</a><ul>
<li class="toctree-l4"><a class="reference internal" href="#free-and-open-source">フリーアンドオープンソース</a></li>
<li class="toctree-l4"><a class="reference internal" href="#proprietary-license-other">Proprietary license / Other</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="faq.html#what-compiler-can-i-use-to-build-gdal-ogr">GDAL/OGRをビルドするためにどのコンパイラを使用できますか?</a></li>
<li class="toctree-l2"><a class="reference internal" href="faq.html#i-have-a-question-that-s-not-answered-here-where-can-i-get-more-information">ここで回答がされていない質問があります。 そのような場合私はどこで情報を得ることができますか?</a></li>
<li class="toctree-l2"><a class="reference internal" href="faq.html#how-do-i-add-support-for-a-new-format">新しいフォーマットのサポートを追加するにはどうすればよいですか?</a></li>
<li class="toctree-l2"><a class="reference internal" href="faq.html#is-gdal-thread-safe">GDALはスレッドセーフですか?</a></li>
<li class="toctree-l2"><a class="reference internal" href="faq.html#does-gdal-provide-a-section-508-information">Does GDAL provide a Section 508 information?</a></li>
<li class="toctree-l2"><a class="reference internal" href="faq.html#how-do-i-cite-gdal">GDALをどのように引用すればよいですか?</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="license.html">ライセンス</a></li>
<li class="toctree-l1"><a class="reference internal" href="thanks.html">謝辞</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" style="background: white" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">GDAL</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="index.html"> GDAL ドキュメント </a> »</li>
<li><a href="faq.html">FAQ</a> »</li>
<li>GDALを利用しているソフトウェア</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/OSGeo/gdal/edit/master/doc/source/software_using_gdal.rst" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<div class="rst-breadcrumbs-buttons" role="navigation" aria-label="breadcrumb navigation">
<a href="license.html" class="btn btn-neutral float-right" title="ライセンス" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a>
<a href="faq.html" class="btn btn-neutral float-left" title="FAQ" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a>
</div>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section id="software-using-gdal">
<span id="id1"></span><h1>GDALを利用しているソフトウェア<a class="headerlink" href="#software-using-gdal" title="Link to this heading"></a></h1>
<section id="free-and-open-source">
<h2>フリーアンドオープンソース<a class="headerlink" href="#free-and-open-source" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p><a class="reference external" href="https://actinia.mundialis.de/">actinia</a> A cloud based geoprocessing platform from mundialis (GPL v3)</p></li>
<li><p><a class="reference external" href="http://shawnlaffan.github.io/biodiverse">Biodiverse</a> A tool for the spatial analysis of diversity. Uses GDAL for import/export of data (GPL v3)</p></li>
<li><p><a class="reference external" href="https://sourceforge.net/projects/bluemapia/">Bluemapia</a> Multi-Map(Google,Microsoft,Open Street Map, NOAA/BSB Charts,self-calibrated raster) location-based GPS app for Windows Mobile. (GPL v2)</p></li>
<li><p><a class="reference external" href="https://brlcad.org">BRL-CAD</a> An open source solid modeling computer-aided design system.</p></li>
<li><p><a class="reference external" href="http://demeter.sourceforge.net/">Demeter</a> Another OpenGL based terrain engine somewhat similar to VTP.</p></li>
<li><p><a class="reference external" href="https://duckdb.org/docs/extensions/spatial">DuckDB Spatial Extension</a>: Spatial extension for DuckDB</p></li>
<li><p><a class="reference external" href="http://eoxserver.org">EOxServer</a> OGC-compliant server for Earth Observation (EO) data supporting WMS and WCS with EO application profiles (EOxServer Open License)</p></li>
<li><p><a class="reference external" href="https://github.com/isciences/exactextract">exactextract</a> Fast and accurate raster/vector zonal statistics (Apache 2.0)</p></li>
<li><p><a class="reference external" href="http://fdo.osgeo.org">Feature Data Objects (FDO)</a> Open source spatial data access libraries (LGPL)</p></li>
<li><p><a class="reference external" href="http://pypi.python.org/pypi/Fiona">Fiona</a> Fiona is OGR's neater Python API – sleek and elegant on the outside, indomitable power on the inside.</p></li>
<li><p><a class="reference external" href="https://gdal3.js.org">gdal3.js.org</a> Convert raster and vector geospatial data to various formats and coordinate systems entirely in the browser.</p></li>
<li><p><a class="reference external" href="http://www.codeplex.com/gdal2tilescsharp">GdalToTiles</a> C# Program (open source) for making image tiles for Google Earth with KML Superoverlay.</p></li>
<li><p><a class="reference external" href="http://geodacenter.github.io/index.html">GeoDa</a> Introduction to Spatial Data Analysis (spatial autocorrelation and spatial regression) (GPL)</p></li>
<li><p><a class="reference external" href="https://docs.djangoproject.com/en/dev/ref/contrib/gis/">GeoDjango</a> A framework for building geographic web applications.</p></li>
<li><p><a class="reference external" href="https://live.osgeo.org/archive/10.0/en/overview/geokettle_overview.html">GeoKettle</a> An open source spatial ETL (Extract, Transform and Load) tool (LGPL)</p></li>
<li><p><a class="reference external" href="https://github.com/OpenGeoscience/geonotebook">GeoNotebook</a> a Jupyter notebook extension for geospatial visualization and analysis. (Apache 2.0)</p></li>
<li><p><a class="reference external" href="http://geoserver.org">GeoServer</a> a open source software server written in Java that allows users to share and edit geospatial data.</p></li>
<li><p><a class="reference external" href="http://gmt.soest.hawaii.edu">GMT (Generic Mapping Tools)</a> an open source collection of tools for processing and displaying xy and xyz datasets.</p></li>
<li><p><a class="reference external" href="http://grass.osgeo.org">GRASS GIS</a> A raster/vector open source GIS that uses GDAL for raster/vector import and export (via r.in.gdal/r.out.gdal)</p></li>
<li><p><a class="reference external" href="http://www.gstat.org">gstat</a> a geostatistical modelling package.</p></li>
<li><p><a class="reference external" href="https://forest.jrc.ec.europa.eu/en/activities/lpa/gtb/">GuidosToolbox</a> A multi-platform desktop application for generic image object analysis.</p></li>
<li><p><a class="reference external" href="http://www.gvsig.com">gvSIG</a> Desktop GIS Client.</p></li>
<li><p><a class="reference external" href="http://www.itc.nl/ilwis">ILWIS</a> Remote Sensing and GIS Desktop Package.</p></li>
<li><p><a class="reference external" href="https://github.com/geosolutions-it/imageio-ext">Image I/O-Ext</a> includes gdalframework, a framework leveraging on GDAL via SWIG's generated JAVA bindings to provide support for a broad set of data formats.</p></li>
<li><p><a class="reference external" href="https://liblas.org">libLAS</a> Open Source LAS 1.0/1.1 ASPRS LiDAR data translation toolset</p></li>
<li><p><a class="reference external" href="https://github.com/AstunTechnology/Loader">Loader</a> A simple loader for geographic data in GML and KML that needs some preparation before loading via ogr2ogr.</p></li>
<li><p><a class="reference external" href="http://mapguide.osgeo.org">MapGuide</a> Open source web mapping server.</p></li>
<li><p><a class="reference external" href="http://mapnik.org">Mapnik</a> C++/ Python mapping toolkit</p></li>
<li><p><a class="reference external" href="http://mapserver.org/index.html">MapServer</a> A popular web mapping application with GDAL support.</p></li>
<li><p><a class="reference external" href="http://www.mapwindow.org">MapWindow</a> open source ActiveX control with GIS functionality.</p></li>
<li><p><a class="reference external" href="https://github.com/larrybiehl/MultiSpec">MultiSpec</a> Application for interactively analyzing multispectral/hyperspectral image data.</p></li>
<li><p><a class="reference external" href="https://github.com/NeoGeographyToolkit/StereoPipeline">NASA Ames Stereo Pipeline</a> Software for creating terrain models and ortho images from planetary stereo images. (Apache 2.0)</p></li>
<li><p><a class="reference external" href="https://worldwind.arc.nasa.gov/">NASA WorldWind</a> Multiplatform virtual globe library to quickly and easily create interactive visualizations of 3D globes, map and geographical information.</p></li>
<li><p><a class="reference external" href="http://nextgis.com/nextgis-formbuilder">NextGIS Formbuilder</a> Desktop application for creating and editing forms.</p></li>
<li><p><a class="reference external" href="http://nextgis.com/nextgis-web">NextGIS Web</a> Server-side Web GIS and a framework for storage, visualization and permissions management of all kinds</p></li>
<li><p><a class="reference external" href="https://sourceforge.net/projects/ogr2gui/">Ogr2 GUI</a> Graphical user interface for ogr2ogr</p></li>
<li><p><a class="reference external" href="http://opencpn.org">OpenCPN</a> A concise ChartPlotter/Navigator. A cross-platform ship-borne GUI application.</p></li>
<li><p><a class="reference external" href="https://www.opendatacube.org">OpenDataCube</a> FOSS software package that simplifies the management and analysis of large amounts of satellite imagery and other Earth observation data.</p></li>
<li><p><a class="reference external" href="http://openev.sourceforge.net">OpenEV</a> An OpenGL/GTK/Python based graphical viewer which exclusively uses GDAL for raster access.</p></li>
<li><p><a class="reference external" href="https://github.com/openforis/geospatial-toolkit">OFGT</a> a collection of utilities for multipurpose forest monitoring under the <a class="reference external" href="http://km.fao.org/OFwiki/index.php/Main_Page">Open Foris Initiative</a> Open Foris Initiative.</p></li>
<li><p><a class="reference external" href="https://www.openfluid-project.org">OpenFLUID</a> a software platform for spatial modelling of landscapes dynamics</p></li>
<li><p><a class="reference external" href="http://www.openscenegraph.org">OpenSceneGraph</a> 3D rendering engine with <a class="reference external" href="http://www.openscenegraph.org/projects/osg/wiki/Support/UserGuides/osgdem">osgdem</a> and <a class="reference external" href="http://wush.net/trac/osgearth/wiki/Downloads">osgEarth</a> plugins.</p></li>
<li><p><a class="reference external" href="http://opticks.org">Opticks</a> an open source remote sensing application and development framework, with a GDAL plugin.</p></li>
<li><p><a class="reference external" href="http://www.orfeo-toolbox.org">Orfeo Toolbox (OTB)</a> a general remote sensing image processing library.</p></li>
<li><p><a class="reference external" href="http://www.ossim.org">OSSIM</a> Another geospatial viewing and analysis environment which uses GDAL as one of several plugins.</p></li>
<li><p><a class="reference external" href="https://pdal.io">PDAL</a> Point Cloud Data Abstraction Library</p></li>
<li><p><a class="reference external" href="http://pktools.nongnu.org/html/index.html">pktools</a> open source (GPLv3) tools written in C++ for remote sensing image processing</p></li>
<li><p><a class="reference external" href="http://pawel.netzel.pl/index.php?id=software#a_mapcalc">PNMapcalc</a> A raster map calculator with C-like scripting language.</p></li>
<li><p><a class="reference external" href="http://www.postgis.net">PostGIS</a> spatial database extender for PostgreSQL: The raster loader and many of the raster SQL functions rely on GDAL.</p></li>
<li><p><a class="reference external" href="https://github.com/pramsey/pgsql-ogr-fdw">PostgreSQL OGR Foreign Data Wrapper</a> Expose OGR layer as PostgreSQL foreign tables.</p></li>
<li><p><a class="reference external" href="http://www.qgis.org">QGIS</a> A cross platform desktop GIS.</p></li>
<li><p><a class="reference external" href="http://www.r-project.org">R</a> A free software environment for statistical computing and graphics, with bindings to GDAL via the rgdal package.</p></li>
<li><p><a class="reference external" href="https://rasterio.readthedocs.io">Rasterio</a> Python library and command line utilities to read and write GDAL rasters.</p></li>
<li><p><a class="reference external" href="https://github.com/mogasw/rasterix/">Rasterix</a> A cross platform open source utility to process raster data based on Qt and GDAL.</p></li>
<li><p><a class="reference external" href="http://www.saga-gis.org/en/index.html">SAGA GIS</a> A free geographic information system (GIS), with a special 'Application Programming Interface' (API) for geographic data processing.</p></li>
<li><p><a class="reference external" href="http://step.esa.int/main/toolboxes/snap">SNAP</a> Sentinel Application Platform for Earth Observation processing and analysis.</p></li>
<li><p><a class="reference external" href="https://github.com/Ecotrust/starspan">StarSpan</a> raster/vector analysis.</p></li>
<li><p><a class="reference external" href="http://t-rex.tileserver.ch">t-rex</a> Vector tile server written in Rust.</p></li>
<li><p><a class="reference external" href="http://thuban.intevation.org">Thuban</a> A multi-platform interactive geographic data viewer.</p></li>
<li><p><a class="reference external" href="http://www.vterrain.org">Vertual Terrain Project</a> fostering tools for easy construction of the real world in interactive, 3D digital form.</p></li>
<li><p><a class="reference external" href="https://www.virgis.org/">ViRGiS</a> Creating a GIS Platform in Virtual Reality / Mixed Reality</p></li>
</ul>
</section>
<section id="proprietary-license-other">
<h2>Proprietary license / Other<a class="headerlink" href="#proprietary-license-other" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p><a class="reference external" href="http://www.msmacrosystem.nl/Ilwis/index.html">3D DEM Viewer</a> from MS MacroSystem.</p></li>
<li><p><a class="reference external" href="http://www.cadcorp.com">Cadcorp SIS:</a> A Windows GIS with a GDAL and OGR plugins.</p></li>
<li><p><a class="reference external" href="http://www.carmenta.com">Carmenta Engine</a> (previously known as SpatialAce): A GIS Rapid Application Development environment</p></li>
<li><p><a class="reference external" href="http://www.carto.com">CARTO</a> A cloud mapping platform to analyze and visualize geospatial data.</p></li>
<li><p><a class="reference external" href="http://www.macgis.com">Cartographica</a> Macintosh GIS package.</p></li>
<li><p><a class="reference external" href="https://csse.com.au/index.php/products/catchmentsim">CatchmentSIM</a> A Windows terrain analysis model for hydrologic applications.</p></li>
<li><p><a class="reference external" href="https://www.daylongraphics.com/products/leveller.php">Daylon Leveller</a> A terrain/heightfield/bumpmap modeler</p></li>
<li><p><a class="reference external" href="http://www.eonfusion.com">Eonfusion</a> Analysis and visualization of time-varying spatial datasets integrated via true data fusion.</p></li>
<li><p><a class="reference external" href="https://www.hexagongeospatial.com/products/power-portfolio/other-producer-products/erdas-er-viewer">ERDAS ER Viewer</a> Image viewer for very large JPEG 2000 and ECW files.</p></li>
<li><p><a class="reference external" href="http://www.esri.com">ESRI ArcGIS 9.2+</a> A popular GIS platform.</p></li>
<li><p><a class="reference external" href="http://www.eternix.co.il">Eternix Blaze</a> Advanced geo-spatial visualization application and SDK.</p></li>
<li><p><a class="reference external" href="http://www.falconview.org">FalconView</a> Windows-based GIS platform with roots in military mission planning, now available as a free GIS visualization and analysis package.</p></li>
<li><p><a class="reference external" href="http://flighttrack.sourceforge.net">flighttrack</a> GPS track viewing and downloading software for Mac.</p></li>
<li><p><a class="reference external" href="http://www.safe.com">FME</a> A GIS translator package includes a GDAL plugin.</p></li>
<li><p><a class="reference external" href="http://kiwi.cs.dal.ca/GenGIS">GenGIS</a> Software for geospatial analysis of genetic data.</p></li>
<li><p><a class="reference external" href="https://www.avenza.com/geographic-imager">Geographic Imager</a> DEM / aerial / satellite image processing GIS plug-in for Adobe Photoshop, by Avenza Systems.</p></li>
<li><p><a class="reference external" href="http://www.objectvision.hosting.it-rex.nl/geodms">GeoDMS</a> A framework for building spatial calculation models.</p></li>
<li><p><a class="reference external" href="http://www.geofusion.com">GeoFusion</a> 3D visualization.</p></li>
<li><p><a class="reference external" href="https://apps.apple.com/lu/app/geoview-pro/id590559352?l=fr">GeoView Pro</a> IOS mobile mapping application.</p></li>
<li><p><a class="reference external" href="http://www.geoweb3d.com">Geoweb3d</a> A 3D virtual globe that provides on-the-fly, game-quality visualization of GIS data.</p></li>
<li><p><a class="reference external" href="http://earth.google.com">Google Earth</a> A 3D world viewer.</p></li>
<li><p><a class="reference external" href="http://www.gpseismic.com">GPSeismic</a> A suite of applications for seismic survey.</p></li>
<li><p><a class="reference external" href="http://www.hydrodave.com">HydroDaVE Explorer</a> A web-enabled client that provides users an easy to use, secure, and reliable data management platform to efficiently manage, access, and analyze environmental data.</p></li>
<li><p><a class="reference external" href="http://www.idrisi.com">IDRISI</a> A GIS and Image Processing Windows Desktop application. Uses GDAL to import/export/warp raster data.</p></li>
<li><p><a class="reference external" href="https://www.autodesk.com/products/infraworks/overview">Infraworks</a> a BIM software for infrastructure project design, part of the Autodesk suite.</p></li>
<li><p><a class="reference external" href="https://www.astuntechnology.com/cloud-products/ishare/">iShare</a> Web data integration and publishing platform by Astun Technology.</p></li>
<li><p><a class="reference external" href="http://voyager.makai.com">Makai Voyager</a> An advanced 3D/4D geospatial visualization platform.</p></li>
<li><p><a class="reference external" href="http://www.mapinfo.com/product/mapinfo-professional">MapInfo Professional</a> Desktop GIS and mapping application</p></li>
<li><p><a class="reference external" href="http://www.maptiler.com">MapTiler</a> Generator of tiles for interactive maps and overlays made from raster images and geodata.</p></li>
<li><p><a class="reference external" href="http://www.caliper.com/maptitude/mappingsoftware.htm">Maptitude Mapping Software</a> Desktop GIS and business mapping application</p></li>
<li><p><a class="reference external" href="http://www.microimages.com">MicroImages TNT</a> advanced software for geospatial analysis (Windows, Linux, Mac OS X and UNIX)</p></li>
<li><p><a class="reference external" href="http://www.micromine.com">Micromine</a> A mining software solution that uses GDAL for reading/writing various geospatial file formats.</p></li>
<li><p><a class="reference external" href="http://joa-quim.pt/mirone/main.html">Mirone</a> Matlab based package for geospatial, oceanographic and geophysical analysis of grids</p></li>
<li><p><a class="reference external" href="http://mygeodata.eu/apps/converter/index_EN.html">Mygeodata Converter</a> Online converter of GDAL raster and OGR vector formats</p></li>
<li><p><a class="reference external" href="https://opals.geo.tuwien.ac.at/html/stable/index.html">OPALS</a> Orientation and Processing of Airborne Laser Scanning Data</p></li>
<li><p><a class="reference external" href="http://www.michellcomputing.co.uk/procura.html">Procura</a> Landholding inspection system developed for the UK Homes and Communities Agency. GDAL is used for checking out background mapping.</p></li>
<li><p><a class="reference external" href="https://www.scanex.ru/en/software/vizualizatsiya-i-katalogizatsiya/scan-magic/">ScanMagic</a> Win32 application for visualization, analysis and processing of remote sensing data.</p></li>
<li><p><a class="reference external" href="http://scalgo.com">Scalable Algorithmics (SCALGO)</a> Software for efficiently constructing and performing computations on very large raster and TIN terrain models.</p></li>
<li><p><a class="reference external" href="http://www.scenomics.com">Scenomics</a> Software for building terrain databases uses GDAL for projection and data import/export.</p></li>
<li><p><a class="reference external" href="http://www.scenerydesign.org/scenproc">scenProc</a> scenProc: A tool to create scenery for Microsoft Flight Simulator and Lockheed Martin Prepar3D by processing G</p></li>
<li><p><a class="reference external" href="https://www.seaviewgis.com">SeaView</a> A 3D GIS package for geophysical and hydrographical data (side scan sonar, subbottom profiler, magnetometer, multibeam, etc.</p></li>
<li><p><a class="reference external" href="http://www.skylineglobe.com">SkylineGlobe</a> The Skyline suite of interactive applications allows you to build, view, query and analyze customized, virtual 3D landscapes.</p></li>
<li><p><a class="reference external" href="http://www.spaceyes.com">SpacEyes3D</a> 3D visualization software for cartographic data.</p></li>
<li><p><a class="reference external" href="http://www.spatialmanager.com">Spatial Manager</a> A product suite designed designed to manage spatial data in a simple, fast and inexpensive way. Uses GDAL to import/export data.</p></li>
<li><p><a class="reference external" href="https://www.insitu.com/information-delivery/information-processing/tacitview">TacitView</a> An imagery visualization and exploitation package for military intelligence.</p></li>
<li><p><a class="reference external" href="http://www.tatukgis.com">TatukGIS</a> Desktop GIS mapping and data editing application.</p></li>
<li><p><a class="reference external" href="https://tak.gov">Team Awareness Kit</a> Suite of georeferenced imagery and situational awareness tools developed for military planning and execution, now available for civilian use.</p></li>
<li><p><a class="reference external" href="http://www.viewtec.net">TerrainView</a> Interactive real-time 3D GIS Software.</p></li>
<li><p><a class="reference external" href="http://www.caliper.com">TransCAD GIS</a> Desktop Transportation Analysis Software</p></li>
<li><p><a class="reference external" href="https://travtime.software.informer.com/download/">TravTime</a> .NET Application for visualizing, processing and analyzing GPS data for travel time, speed, and de</p></li>
<li><p><a class="reference external" href="http://www.vectorworks.net">VectorWorks</a> The Vectorworks line of software products provides professional design solutions in the AEC, entertainment and landscape design industries.</p></li>
<li><p><a class="reference external" href="https://www.firelab.org/project/windninja">WindNinja</a> wind model for fire behavior modeling.</p></li>
</ul>
</section>
</section>
</div>
</div>
<footer>
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="license.html" class="btn btn-neutral float-right" title="ライセンス" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
<a href="faq.html" class="btn btn-neutral float-left" title="FAQ" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
</div>
<hr/>
<div role="contentinfo">
<div class="info">
<a class="logo-link" href="https://osgeo.org">
<div class="osgeo-logo"></div>
</a>
<div class="copyright">
© 1998-2024 <a href="https://github.com/warmerdam">Frank Warmerdam</a>,
<a href="https://github.com/rouault">Even Rouault</a>, and
<a href="https://github.com/OSGeo/gdal/graphs/contributors">others</a>
</div>
</div>
</div>
</footer>
</div>
</div>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
</body>
</html>