-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.html
297 lines (231 loc) · 20 KB
/
faq.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
<!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>FAQ — 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/faq.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="GDALを利用しているソフトウェア" href="software_using_gdal.html" />
<link rel="prev" title="どのように貢献できますか?" href="contributing/index.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="current reference internal" href="#">FAQ</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#what-does-gdal-stand-for">GDALとは何の略ですか?</a></li>
<li class="toctree-l2"><a class="reference internal" href="#what-is-this-ogr-stuff">OGRとは何ですか?</a></li>
<li class="toctree-l2"><a class="reference internal" href="#what-does-ogr-stand-for">OGRとは何の略ですか?</a></li>
<li class="toctree-l2"><a class="reference internal" href="#what-does-cpl-stand-for">CPLとは何の略ですか?</a></li>
<li class="toctree-l2"><a class="reference internal" href="#when-was-the-gdal-project-started">GDALプロジェクトはいつ始まりましたか?</a></li>
<li class="toctree-l2"><a class="reference internal" href="#is-gdal-ogr-proprietary-software">GDAL/OGRはプロプライエタリライセンスのソフトウェアですか?</a></li>
<li class="toctree-l2"><a class="reference internal" href="#what-license-does-gdal-ogr-use">GDAL/OGRはどのライセンスを使用していますか?</a></li>
<li class="toctree-l2"><a class="reference internal" href="#what-operating-systems-does-gdal-ogr-run-on">GDAL-OGRはどのオペレーティングシステムで動作しますか?</a></li>
<li class="toctree-l2"><a class="reference internal" href="#is-there-a-graphical-user-interface-to-gdal-ogr">GDL/OGRにはグラフィカルユーザーインターフェースがありますか?</a><ul>
<li class="toctree-l3"><a class="reference internal" href="software_using_gdal.html">GDALを利用しているソフトウェア</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#what-compiler-can-i-use-to-build-gdal-ogr">GDAL/OGRをビルドするためにどのコンパイラを使用できますか?</a></li>
<li class="toctree-l2"><a class="reference internal" href="#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="#how-do-i-add-support-for-a-new-format">新しいフォーマットのサポートを追加するにはどうすればよいですか?</a></li>
<li class="toctree-l2"><a class="reference internal" href="#is-gdal-thread-safe">GDALはスレッドセーフですか?</a></li>
<li class="toctree-l2"><a class="reference internal" href="#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="#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>FAQ</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/OSGeo/gdal/edit/master/doc/source/faq.rst" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<div class="rst-breadcrumbs-buttons" role="navigation" aria-label="breadcrumb navigation">
<a href="software_using_gdal.html" class="btn btn-neutral float-right" title="GDALを利用しているソフトウェア" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a>
<a href="contributing/index.html" class="btn btn-neutral float-left" title="どのように貢献できますか?" 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="faq">
<span id="id1"></span><h1>FAQ<a class="headerlink" href="#faq" title="Link to this heading"></a></h1>
<nav class="contents" id="id2">
<p class="topic-title">目次</p>
<ul class="simple">
<li><p><a class="reference internal" href="#faq" id="id3">FAQ</a></p>
<ul>
<li><p><a class="reference internal" href="#what-does-gdal-stand-for" id="id4">GDALとは何の略ですか?</a></p></li>
<li><p><a class="reference internal" href="#what-is-this-ogr-stuff" id="id5">OGRとは何ですか?</a></p></li>
<li><p><a class="reference internal" href="#what-does-ogr-stand-for" id="id6">OGRとは何の略ですか?</a></p></li>
<li><p><a class="reference internal" href="#what-does-cpl-stand-for" id="id7">CPLとは何の略ですか?</a></p></li>
<li><p><a class="reference internal" href="#when-was-the-gdal-project-started" id="id8">GDALプロジェクトはいつ始まりましたか?</a></p></li>
<li><p><a class="reference internal" href="#is-gdal-ogr-proprietary-software" id="id9">GDAL/OGRはプロプライエタリライセンスのソフトウェアですか?</a></p></li>
<li><p><a class="reference internal" href="#what-license-does-gdal-ogr-use" id="id10">GDAL/OGRはどのライセンスを使用していますか?</a></p></li>
<li><p><a class="reference internal" href="#what-operating-systems-does-gdal-ogr-run-on" id="id11">GDAL-OGRはどのオペレーティングシステムで動作しますか?</a></p></li>
<li><p><a class="reference internal" href="#is-there-a-graphical-user-interface-to-gdal-ogr" id="id12">GDL/OGRにはグラフィカルユーザーインターフェースがありますか?</a></p></li>
<li><p><a class="reference internal" href="#what-compiler-can-i-use-to-build-gdal-ogr" id="id13">GDAL/OGRをビルドするためにどのコンパイラを使用できますか?</a></p></li>
<li><p><a class="reference internal" href="#i-have-a-question-that-s-not-answered-here-where-can-i-get-more-information" id="id14">ここで回答がされていない質問があります。 そのような場合私はどこで情報を得ることができますか?</a></p></li>
<li><p><a class="reference internal" href="#how-do-i-add-support-for-a-new-format" id="id15">新しいフォーマットのサポートを追加するにはどうすればよいですか?</a></p></li>
<li><p><a class="reference internal" href="#is-gdal-thread-safe" id="id16">GDALはスレッドセーフですか?</a></p></li>
<li><p><a class="reference internal" href="#does-gdal-provide-a-section-508-information" id="id17">Does GDAL provide a Section 508 information?</a></p></li>
<li><p><a class="reference internal" href="#how-do-i-cite-gdal" id="id18">GDALをどのように引用すればよいですか?</a></p></li>
</ul>
</li>
</ul>
</nav>
<section id="what-does-gdal-stand-for">
<h2>GDALとは何の略ですか?<a class="headerlink" href="#what-does-gdal-stand-for" title="Link to this heading"></a></h2>
<p>GDAL - 空間データ抽象ライブラリ(Geospatial Data Abstraction Library)</p>
<p>これは時々 "goo-doll" (少し goo-gleに似てます), と発音されます, また 他の人場合 "gee-doll," や "gee-dall." と発音されることがあります</p>
<p><a class="reference external" href="https://soundcloud.com/danabauer/how-do-you-pronounce-gdal#t=00:02:58">これを</a> 聞いて下さい。 Frank Warmerdam がこれをどう発音したかと GDALの頭字語の歴史について聞くことができます.</p>
</section>
<section id="what-is-this-ogr-stuff">
<h2>OGRとは何ですか?<a class="headerlink" href="#what-is-this-ogr-stuff" title="Link to this heading"></a></h2>
<p>OGR は OpenGIS Simple Features にインスパイアされたベクタIOライブラリでGDALとは別のものでした。GDAL 2.0 のリリース時に、GDAL と OGR のコンポーネントは統合されました。</p>
</section>
<section id="what-does-ogr-stand-for">
<h2>OGRとは何の略ですか?<a class="headerlink" href="#what-does-ogr-stand-for" title="Link to this heading"></a></h2>
<p>OGR は OpenGIS Simple Features Reference Implementationの略称でした。 ただしOGR はOpenGIS Simple Feature specificationに完全に準拠しておらず、 仕様の実装としては承認されていないためこの名前は OGR Simple Features Libraryに変更していました。この名前におけるOGR は歴史的な意味しかありません。また OGRはライブラリのソースのあらゆる場所でクラス名,ファイル名等に利用される接頭語でもあります。</p>
</section>
<section id="what-does-cpl-stand-for">
<h2>CPLとは何の略ですか?<a class="headerlink" href="#what-does-cpl-stand-for" title="Link to this heading"></a></h2>
<p>Common Portability Library. これはGDALの内部のクロスプラットフォーム標準ライブラリと考えてください.GDAL開発の初期には,クロスプラットフォーム開発やコンパイラの互換性と標準準拠が課題であったため,CPLはGDAL/OGRのスムーズな移植性のために必要であることが証明されました.</p>
<p>CPL, or parts of it, is used by some projects external to GDAL (eg. MITAB, libgeotiff).</p>
</section>
<section id="when-was-the-gdal-project-started">
<h2>GDALプロジェクトはいつ始まりましたか?<a class="headerlink" href="#when-was-the-gdal-project-started" title="Link to this heading"></a></h2>
<p>1998年後半, Frank Warmerdam は独立した専門家としてGDAL/OGR libraryライブラリの仕事を開始しました。</p>
</section>
<section id="is-gdal-ogr-proprietary-software">
<h2>GDAL/OGRはプロプライエタリライセンスのソフトウェアですか?<a class="headerlink" href="#is-gdal-ogr-proprietary-software" title="Link to this heading"></a></h2>
<p>いいえ, GDAL/OGRはフリーかつオープンソースソフトウェアです.</p>
</section>
<section id="what-license-does-gdal-ogr-use">
<h2>GDAL/OGRはどのライセンスを使用していますか?<a class="headerlink" href="#what-license-does-gdal-ogr-use" title="Link to this heading"></a></h2>
<p>参照 <a class="reference internal" href="license.html#license"><span class="std std-ref">ライセンス</span></a></p>
</section>
<section id="what-operating-systems-does-gdal-ogr-run-on">
<h2>GDAL-OGRはどのオペレーティングシステムで動作しますか?<a class="headerlink" href="#what-operating-systems-does-gdal-ogr-run-on" title="Link to this heading"></a></h2>
<p>GDAL/OGRはすべての現代的なUnixのバリエーション: Linux, FreeBSD, Mac OS X; すべてのサポートされているMicrosoft Windowsのバージョン; モバイル環境(AndroidとiOS)で使用できます.32ビットと64ビットのアーキテクチャの両方がサポートされています.</p>
</section>
<section id="is-there-a-graphical-user-interface-to-gdal-ogr">
<h2>GDL/OGRにはグラフィカルユーザーインターフェースがありますか?<a class="headerlink" href="#is-there-a-graphical-user-interface-to-gdal-ogr" title="Link to this heading"></a></h2>
<p>参照 <a class="reference internal" href="software_using_gdal.html#software-using-gdal"><span class="std std-ref">GDALを利用しているソフトウェア</span></a>:</p>
<div class="toctree-wrapper compound">
</div>
</section>
<section id="what-compiler-can-i-use-to-build-gdal-ogr">
<h2>GDAL/OGRをビルドするためにどのコンパイラを使用できますか?<a class="headerlink" href="#what-compiler-can-i-use-to-build-gdal-ogr" title="Link to this heading"></a></h2>
<p>GDAL/OGRはGDAL 3.9 以降はC++17対応のコンパイラでコンパイルする必要があります(以前のバージョンではC++11)</p>
<p>ビルド要件は <a class="reference internal" href="development/building_from_source.html#build-requirements"><span class="std std-ref">ビルド要件</span></a> に記載されています.</p>
</section>
<section id="i-have-a-question-that-s-not-answered-here-where-can-i-get-more-information">
<h2>ここで回答がされていない質問があります。 そのような場合私はどこで情報を得ることができますか?<a class="headerlink" href="#i-have-a-question-that-s-not-answered-here-where-can-i-get-more-information" title="Link to this heading"></a></h2>
<p>参照 <a class="reference internal" href="community/index.html#community"><span class="std std-ref">コミュニティ</span></a></p>
<p>質問の質には回答の質が多少関係していることを心に留めておいてください. これについてより詳しい説明が必要な場合は,Eric S. Raymondによるエッセイ`How To Ask Questions The Smart Way <<a class="reference external" href="http://www.catb.org/~esr/faqs/smart-questions.html">http://www.catb.org/~esr/faqs/smart-questions.html</a>>`_ を参照してください.</p>
</section>
<section id="how-do-i-add-support-for-a-new-format">
<h2>新しいフォーマットのサポートを追加するにはどうすればよいですか?<a class="headerlink" href="#how-do-i-add-support-for-a-new-format" title="Link to this heading"></a></h2>
<p>現在ある程度は <a class="reference internal" href="tutorials/raster_driver_tut.html#raster-driver-tut"><span class="std std-ref">ラスタードライバー実装チュートリアル</span></a> と <a class="reference internal" href="tutorials/vector_driver_tut.html#vector-driver-tut"><span class="std std-ref">ベクタードライバー実装チュートリアル</span></a> で説明されています。</p>
</section>
<section id="is-gdal-thread-safe">
<h2>GDALはスレッドセーフですか?<a class="headerlink" href="#is-gdal-thread-safe" title="Link to this heading"></a></h2>
<p>参照 <a class="reference internal" href="user/multithreading.html#multithreading"><span class="std std-ref">マルチスレッディング</span></a></p>
</section>
<section id="does-gdal-provide-a-section-508-information">
<h2>Does GDAL provide a Section 508 information?<a class="headerlink" href="#does-gdal-provide-a-section-508-information" title="Link to this heading"></a></h2>
<p>No, GDAL itself is an open-source software and project, not a Vendor. If your organization considers they need a <a class="reference external" href="https://www.section508.gov/sell/acr/">VPAT or Section 508</a> form to be able to use GDAL, it is their responsibility to complete the needed steps themselves.</p>
</section>
<section id="how-do-i-cite-gdal">
<h2>GDALをどのように引用すればよいですか?<a class="headerlink" href="#how-do-i-cite-gdal" title="Link to this heading"></a></h2>
<p>参照 <a class="reference external" href="https://github.com/OSGeo/gdal/blob/master/CITATION">CITATION</a></p>
</section>
</section>
</div>
</div>
<footer>
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="software_using_gdal.html" class="btn btn-neutral float-right" title="GDALを利用しているソフトウェア" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
<a href="contributing/index.html" class="btn btn-neutral float-left" title="どのように貢献できますか?" 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>