1# SOME DESCRIPTIVE TITLE.
2#
3# Translators:
4# TERAMOTO Ikuhiro <yellow@affrc.go.jp>, 2016-2018
5msgid ""
6msgstr ""
7"Project-Id-Version: PostGIS\n"
8"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
9"POT-Creation-Date: 2021-09-11 01:55+0000\n"
10"PO-Revision-Date: 2018-07-24 01:52+0000\n"
11"Last-Translator: TERAMOTO Ikuhiro <yellow@affrc.go.jp>\n"
12"Language-Team: Japanese (http://www.transifex.com/postgis/postgis/language/"
13"ja/)\n"
14"Language: ja\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"
18"Plural-Forms: nplurals=1; plural=0;\n"
19
20#. Tag: title
21#: installation.xml:3
22#, no-c-format
23msgid "PostGIS Installation"
24msgstr "PostGISインストール"
25
26#. Tag: para
27#: installation.xml:5
28#, no-c-format
29msgid "This chapter details the steps required to install PostGIS."
30msgstr "本章では、PostGISのインストールに必要な手順について説明します。"
31
32#. Tag: title
33#: installation.xml:10
34#, no-c-format
35msgid "Short Version"
36msgstr "簡略版"
37
38#. Tag: para
39#: installation.xml:11
40#, no-c-format
41msgid "To compile assuming you have all the dependencies in your search path:"
42msgstr "全ての依存がパスに入っているとする場合、次のようにコンパイルします。"
43
44#. Tag: programlisting
45#: installation.xml:12
46#, fuzzy, no-c-format
47msgid ""
48"tar -xvfz postgis-&last_release_version;.tar.gz\n"
49"cd postgis-&last_release_version;\n"
50"./configure\n"
51"make\n"
52"make install"
53msgstr ""
54"tar xvfz postgis-&last_release_version;.tar.gz\n"
55"cd postgis-&last_release_version;\n"
56"./configure\n"
57"make\n"
58"make install"
59
60#. Tag: para
61#: installation.xml:13
62#, fuzzy, no-c-format
63msgid ""
64"Once PostGIS is installed, it needs to be enabled (<xref linkend="
65"\"create_spatial_db\"/>) or upgraded (<xref linkend=\"upgrading\"/>) in each "
66"individual database you want to use it in."
67msgstr ""
68"PostGISをインストールした後は、利用したいデータベース個々内で利用可能にする必"
69"要があります。"
70
71#. Tag: title
72#: installation.xml:23
73#, fuzzy, no-c-format
74msgid "Compiling and Install from Source"
75msgstr "ソースからのコンパイルとインストール: 詳細"
76
77#. Tag: para
78#: installation.xml:26
79#, no-c-format
80msgid ""
81"Many OS systems now include pre-built packages for PostgreSQL/PostGIS. In "
82"many cases compilation is only necessary if you want the most bleeding edge "
83"versions or you are a package maintainer."
84msgstr ""
85"多くのOSで、ビルドされたPostgreSQL/PostGISパッケージがあります。多くの場合、"
86"コンパイルが必要なのは、最もひどい最先端の版が欲しい場合やパッケージメンテナ"
87"ンスを行う人ぐらいです。"
88
89#. Tag: para
90#: installation.xml:31
91#, no-c-format
92msgid ""
93"This section includes general compilation instructions, if you are compiling "
94"for Windows etc or another OS, you may find additional more detailed help at "
95"<ulink url=\"http://trac.osgeo.org/postgis/wiki/UsersWikiInstall\">PostGIS "
96"User contributed compile guides</ulink> and <ulink url=\"http://trac.osgeo."
97"org/postgis/wiki/DevWikiMain\">PostGIS Dev Wiki</ulink>."
98msgstr ""
99"本節では、一般的なコンパイル手順を示します。Windows用や他のOS用等にコンパイル"
100"するなら、<ulink url=\"http://trac.osgeo.org/postgis/wiki/UsersWikiInstall"
101"\">PostGIS User contributed compile guides</ulink>や<ulink url=\"http://trac."
102"osgeo.org/postgis/wiki/DevWikiMain\">PostGIS Dev Wiki</ulink>で、より詳細な助"
103"けが見つかるかも知れません。"
104
105#. Tag: para
106#: installation.xml:33
107#, no-c-format
108msgid ""
109"Pre-Built Packages for various OS are listed in <ulink url=\"http://trac."
110"osgeo.org/postgis/wiki/UsersWikiPackages\">PostGIS Pre-built Packages</ulink>"
111msgstr ""
112"多くのOS用のビルド済みパッケージの一覧は<ulink url=\"http://trac.osgeo.org/"
113"postgis/wiki/UsersWikiPackages\">PostGIS Pre-built Packages</ulink>にありま"
114"す。"
115
116#. Tag: para
117#: installation.xml:34
118#, fuzzy, no-c-format
119msgid ""
120"If you are a windows user, you can get stable builds via Stackbuilder or "
121"<ulink url=\"https://postgis.net/windows_downloads\">PostGIS Windows "
122"download site</ulink> We also have <ulink url=\"https://postgis.net/"
123"windows_downloads\">very bleeding-edge windows experimental builds</ulink> "
124"that are built usually once or twice a week or whenever anything exciting "
125"happens. You can use these to experiment with the in progress releases of "
126"PostGIS"
127msgstr ""
128"Windowsユーザの場合は、スタックビルダか、<ulink url=\"http://www.postgis.org/"
129"download/windows/\">PostGIS Windows download site</ulink>から安定版を得ること"
130"ができます。また、週に1回か2回、刺激的なことがあれば随時ビルドを行っている"
131"<ulink url=\"http://www.postgis.org/download/windows/experimental.php\">very "
132"bleeding-edge windows experimental builds</ulink>もあります。これらはPostGIS"
133"の進行中のリリースでの試験に使用します。"
134
135#. Tag: para
136#: installation.xml:39
137#, no-c-format
138msgid ""
139"The PostGIS module is an extension to the PostgreSQL backend server. As "
140"such, PostGIS &last_release_version; <emphasis>requires</emphasis> full "
141"PostgreSQL server headers access in order to compile. It can be built "
142"against PostgreSQL versions &min_postgres_version; or higher. Earlier "
143"versions of PostgreSQL are <emphasis>not</emphasis> supported."
144msgstr ""
145"PostGISモジュールは、PostgreSQLバックエンドサーバの拡張です。PostGIS "
146"&last_release_version;では、コンパイルのために、完全なPostgreSQLサーバヘッダ"
147"が<emphasis>必要です</emphasis>。PostgreSQL &last_release_version;以上でビル"
148"ドできます。古い版のPostgreSQLは<emphasis>サポートされません</emphasis>。"
149
150#. Tag: para
151#: installation.xml:47
152#, no-c-format
153msgid ""
154"Refer to the PostgreSQL installation guides if you haven't already installed "
155"PostgreSQL. <ulink url=\"http://www.postgresql.org\"> http://www.postgresql."
156"org </ulink> ."
157msgstr ""
158"PostgreSQLをインストールしていないならPostgreSQLインストールガイドを参照して"
159"下さい。<ulink url=\"http://www.postgresql.org/\">http://www.postgresql.org/"
160"</ulink>にあります。"
161
162#. Tag: para
163#: installation.xml:57
164#, no-c-format
165msgid ""
166"For GEOS functionality, when you install PostgresSQL you may need to "
167"explicitly link PostgreSQL against the standard C++ library:"
168msgstr ""
169"GEOS機能を有効にするために、PostgreSQLをインストール時に明示的に標準C++ライブ"
170"ラリに対する明示的なリンクが必要になる場合があります。"
171
172#. Tag: programlisting
173#: installation.xml:62
174#, no-c-format
175msgid "LDFLAGS=-lstdc++ ./configure [YOUR OPTIONS HERE]"
176msgstr "LDFLAGS=-lstdc++ ./configure [コンフィギュアオプション]"
177
178#. Tag: para
179#: installation.xml:64
180#, no-c-format
181msgid ""
182"This is a workaround for bogus C++ exceptions interaction with older "
183"development tools. If you experience weird problems (backend unexpectedly "
184"closed or similar things) try this trick. This will require recompiling your "
185"PostgreSQL from scratch, of course."
186msgstr ""
187"これは、古い開発ツールとインチキC++例外との対話のための応急処置です。怪しい問"
188"題 (望んでいないのにバックエンドが閉じたりそれに近い挙動を起こす)を経験したな"
189"ら、このトリックを試してみて下さい。もちろん、これを行うにはPostgreSQLをはじ"
190"めからコンパイルし直す必要があります。"
191
192#. Tag: para
193#: installation.xml:72
194#, no-c-format
195msgid ""
196"The following steps outline the configuration and compilation of the PostGIS "
197"source. They are written for Linux users and will not work on Windows or Mac."
198msgstr ""
199"次のステップでは、PostGISソースのコンフィギュレーションとコンパイルに概要を記"
200"述します。これらは、Linuxユーザ用に書いてありますので、WindowsやMacでは動作し"
201"ません。"
202
203#. Tag: title
204#: installation.xml:79
205#, no-c-format
206msgid "Getting the Source"
207msgstr "ソースの取得"
208
209#. Tag: para
210#: installation.xml:81
211#, no-c-format
212msgid ""
213"Retrieve the PostGIS source archive from the downloads website <ulink url="
214"\"&postgis_download_url;\"> &postgis_download_url; </ulink>"
215msgstr ""
216"ダウンロードサイト<ulink url=\"&postgis_download_url;"
217"\">&postgis_download_url;</ulink>からソースのアーカイブを入手します。"
218
219#. Tag: programlisting
220#: installation.xml:88
221#, no-c-format
222msgid ""
223"wget &postgis_download_url;\n"
224"tar -xvzf postgis-&last_release_version;.tar.gz"
225msgstr ""
226"wget &postgis_download_url;\n"
227"tar -xvzf postgis-&last_release_version;.tar.gz"
228
229#. Tag: para
230#: installation.xml:90
231#, no-c-format
232msgid ""
233"This will create a directory called <varname>postgis-&last_release_version;</"
234"varname> in the current working directory."
235msgstr ""
236"これで、カレントディレクトリの下に<varname>postgis-&last_release_version;</"
237"varname>ができます。"
238
239#. Tag: para
240#: installation.xml:96
241#, fuzzy, no-c-format
242msgid ""
243"Alternatively, checkout the source from the <ulink url=\"https://git-scm.com/"
244"\"> git </ulink> repository <ulink url=\"https://git.osgeo.org/gitea/postgis/"
245"postgis/\"> https://git.osgeo.org/gitea/postgis/postgis/ </ulink> ."
246msgstr ""
247"もしくは<ulink url=\"http://subversion.apache.org/\">svn</ulink>レポジトリ"
248"<ulink url=\"http://svn.osgeo.org/postgis/trunk/\">http://svn.osgeo.org/"
249"postgis/trunk/</ulink>からチェックアウトします。"
250
251#. Tag: programlisting
252#: installation.xml:108
253#, no-c-format
254msgid "git clone https://git.osgeo.org/gitea/postgis/postgis.git postgis"
255msgstr ""
256
257#. Tag: para
258#: installation.xml:110
259#, fuzzy, no-c-format
260msgid ""
261"Change into the newly created <varname>postgis</varname> directory to "
262"continue the installation."
263msgstr ""
264"新しく作られた<varname>postgis-&last_release_version;</varname>ディレクトトリ"
265"に移動して、インストールを続けます。"
266
267#. Tag: title
268#: installation.xml:118
269#, no-c-format
270msgid "Install Requirements"
271msgstr "インストール要件"
272
273#. Tag: para
274#: installation.xml:120
275#, no-c-format
276msgid "PostGIS has the following requirements for building and usage:"
277msgstr "PostGISのビルドと利用のために、次のものが必要です。"
278
279#. Tag: emphasis
280#: installation.xml:125
281#, no-c-format
282msgid "Required"
283msgstr "必須"
284
285#. Tag: para
286#: installation.xml:130
287#, no-c-format
288msgid ""
289"PostgreSQL &min_postgres_version; or higher. A complete installation of "
290"PostgreSQL (including server headers) is required. PostgreSQL is available "
291"from <ulink url=\"http://www.postgresql.org\"> http://www.postgresql.org </"
292"ulink> ."
293msgstr ""
294"PostgreSQL &min_postgres_version;以上。PostgreSQLの完全なインストール (サーバ"
295"ヘッダを含む)が必要です。PostgreSQLは<ulink url=\"http://www.postgresql.org/"
296"\"> http://www.postgresql.org/</ulink>にあります。"
297
298#. Tag: para
299#: installation.xml:139
300#, no-c-format
301msgid ""
302"For a full PostgreSQL / PostGIS support matrix and PostGIS/GEOS support "
303"matrix refer to <ulink url=\"http://trac.osgeo.org/postgis/wiki/"
304"UsersWikiPostgreSQLPostGIS\">http://trac.osgeo.org/postgis/wiki/"
305"UsersWikiPostgreSQLPostGIS</ulink>"
306msgstr ""
307"完全なPosgreSQL/PostGIS対応表とPostGIS/GEOS対応表については<ulink url="
308"\"http://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQLPostGIS\">http://"
309"trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQLPostGIS</ulink>をご覧くださ"
310"い。"
311
312#. Tag: para
313#: installation.xml:145
314#, no-c-format
315msgid ""
316"GNU C compiler (<filename>gcc</filename>). Some other ANSI C compilers can "
317"be used to compile PostGIS, but we find far fewer problems when compiling "
318"with <filename>gcc</filename>."
319msgstr ""
320"GNU Cコンパイラ (<filename>gcc</filename>)。ANSI Cコンパイラの中には、PostGIS"
321"をコンパイルできるものもありますが、<filename>gcc</filename>でコンパイルする"
322"のが最も問題が少ないと見ています。"
323
324#. Tag: para
325#: installation.xml:153
326#, no-c-format
327msgid ""
328"GNU Make (<filename>gmake</filename> or <filename>make</filename>). For many "
329"systems, GNU <filename>make</filename> is the default version of make. Check "
330"the version by invoking <filename>make -v</filename>. Other versions of "
331"<filename>make</filename> may not process the PostGIS <filename>Makefile</"
332"filename> properly."
333msgstr ""
334"GNU Make (<filename>gmake</filename>または<filename>make</filename>)。多くの"
335"システムで、GNU makeがデフォルトのmakeになっています。<filename>make -v</"
336"filename>を実行して版を確認して下さい。他版の<filename>make</filename>では、"
337"PostGISの<filename>Makefile</filename>を完全に処理しきれないかもしれません。"
338
339#. Tag: para
340#: installation.xml:163
341#, fuzzy, no-c-format
342msgid ""
343"Proj reprojection library. Proj 4.9 or above is required. The Proj library "
344"is used to provide coordinate reprojection support within PostGIS. Proj is "
345"available for download from <ulink url=\"https://proj.org/\"> https://proj."
346"org/ </ulink> ."
347msgstr ""
348"投影変換ライブラリ Proj4 の 4.9.0版以上。地理座標系の改善の利点を得るには、"
349"Proj4 4.9以上が必要です。Proj4ライブラリは、PostGISの座標系投影変換機能に使わ"
350"れます。Proj4は、<ulink url=\"http://trac.osgeo.org/proj/\">http://trac."
351"osgeo.org/proj/</ulink>からダウンロードできます。"
352
353#. Tag: para
354#: installation.xml:175
355#, fuzzy, no-c-format
356msgid ""
357"GEOS geometry library, version 3.6 or greater, but GEOS 3.9+ is required to "
358"take full advantage of all the new functions and features. GEOS is available "
359"for download from <ulink url=\"http://trac.osgeo.org/geos/\"> http://trac."
360"osgeo.org/geos/ </ulink>."
361msgstr ""
362"投影変換ライブラリ Proj4 の 4.9.0版以上。地理座標系の改善の利点を得るには、"
363"Proj4 4.9以上が必要です。Proj4ライブラリは、PostGISの座標系投影変換機能に使わ"
364"れます。Proj4は、<ulink url=\"http://trac.osgeo.org/proj/\">http://trac."
365"osgeo.org/proj/</ulink>からダウンロードできます。"
366
367#. Tag: para
368#: installation.xml:183
369#, no-c-format
370msgid ""
371"LibXML2, version 2.5.x or higher. LibXML2 is currently used in some imports "
372"functions (ST_GeomFromGML and ST_GeomFromKML). LibXML2 is available for "
373"download from <ulink url=\"http://xmlsoft.org/downloads.html\">http://"
374"xmlsoft.org/downloads.html</ulink>."
375msgstr ""
376"LibXML2の2.5.x以上。LibXML2は現在取り込み関数 (ST_GeomFromGMLと"
377"ST_GeomFromKML)で使っています。LibXML2は<ulink url=\"http://xmlsoft.org/"
378"downloads.html\">http://xmlsoft.org/downloads.html</ulink>からダウンロード可"
379"能です。"
380
381#. Tag: para
382#: installation.xml:190
383#, no-c-format
384msgid ""
385"JSON-C, version 0.9 or higher. JSON-C is currently used to import GeoJSON "
386"via the function ST_GeomFromGeoJson. JSON-C is available for download from "
387"<ulink url=\"https://github.com/json-c/json-c/releases\">https://github.com/"
388"json-c/json-c/releases/</ulink>."
389msgstr ""
390"JSON-C 0.9以上。JSON-Cは現在、ST_GeomFromGeoJsonによるGeoJSONの取り込みに使わ"
391"れます。JSON-Cは<ulink url=\"https://github.com/json-c/json-c/releases/"
392"\">https://github.com/json-c/json-c/releases/</ulink>からダウンロード可能で"
393"す。"
394
395#. Tag: para
396#: installation.xml:198
397#, fuzzy, no-c-format
398msgid ""
399"GDAL, version 2+ is required 3+ is preferred. This is required for raster "
400"support. <ulink url=\"http://trac.osgeo.org/gdal/wiki/DownloadSource"
401"\">http://trac.osgeo.org/gdal/wiki/DownloadSource</ulink>."
402msgstr ""
403"GDAL 1.8以上 (古い版では一部機能が働かなかったり挙動が異なるので1.9以上を強く"
404"推奨します)。ラスタ機能に必要で、<code>CREATE EXTENSION postgis</code>でのイ"
405"ンストールに必要となります。このため、PostgreSQL 9.1以上での使用では非常に推"
406"奨されます<ulink url=\"http://trac.osgeo.org/gdal/wiki/DownloadSource/"
407"\">http://trac.osgeo.org/gdal/wiki/DownloadSource/</ulink>からダウンロード可"
408"能です。"
409
410#. Tag: para
411#: installation.xml:206
412#, fuzzy, no-c-format
413msgid ""
414"If compiling with PostgreSQL+JIT, LLVM version &gt;=6 is required <ulink url="
415"\"https://trac.osgeo.org/postgis/ticket/4125\">https://trac.osgeo.org/"
416"postgis/ticket/4125</ulink>."
417msgstr ""
418"このパラメータは現在のところ壊れていて、PostgreSQLのインストール先にしかイン"
419"ストールされません。このバグのトラックについては<ulink url=\"http://trac."
420"osgeo.org/postgis/ticket/635\">http://trac.osgeo.org/postgis/ticket/635</"
421"ulink>をご覧ください。"
422
423#. Tag: emphasis
424#: installation.xml:215
425#, no-c-format
426msgid "Optional"
427msgstr "オプション"
428
429#. Tag: para
430#: installation.xml:220
431#, fuzzy, no-c-format
432msgid ""
433"GDAL (pseudo optional) only if you don't want raster you can leave it out. "
434"Also make sure to enable the drivers you want to use as described in <xref "
435"linkend=\"raster_configuration\"/>."
436msgstr ""
437"ドライバを有効にするには<xref linkend=\"install_short_version\"/>を参照してく"
438"ださい。"
439
440#. Tag: para
441#: installation.xml:228
442#, no-c-format
443msgid ""
444"GTK (requires GTK+2.0, 2.8+) to compile the shp2pgsql-gui shape file loader. "
445"<ulink url=\"http://www.gtk.org/\"> http://www.gtk.org/ </ulink> ."
446msgstr ""
447"GTK (GTK+2.0, 2.8+が必要)。シェープファイルのローダであるshp2pgsql-guiのコン"
448"パイル用です。<ulink url=\"http://www.gtk.org/\">http://www.gtk.org/</ulink>"
449"にあります。"
450
451#. Tag: para
452#: installation.xml:238
453#, fuzzy, no-c-format
454msgid ""
455"SFCGAL, version 1.3.1 (or higher) could be used to provide additional 2D and "
456"3D advanced analysis functions to PostGIS cf <xref linkend=\"reference_sfcgal"
457"\"/>. And also allow to use SFCGAL rather than GEOS for some 2D functions "
458"provided by both backends (like ST_Intersection or ST_Area, for instance). A "
459"PostgreSQL configuration variable <code>postgis.backend</code> allow end "
460"user to control which backend he want to use if SFCGAL is installed (GEOS by "
461"default). Nota: SFCGAL 1.2 require at least CGAL 4.3 and Boost 1.54 (cf: "
462"<ulink url=\"https://oslandia.gitlab.io/SFCGAL/dev.html\">https://oslandia."
463"gitlab.io/SFCGAL/dev.html</ulink>) <ulink url=\"https://gitlab.com/Oslandia/"
464"SFCGAL/\">https://gitlab.com/Oslandia/SFCGAL/</ulink>."
465msgstr ""
466"SFCGAL 1.1版以上。追加的な2次元や3次元の高度な解析関数をPostGISで使うために使"
467"用するものです。<xref linkend=\"reference_sfcgal\"/>をご覧下さい。また、GEOS"
468"を使う2次元関数のうちいくつか (たとえばST_IntersectionやST_Area)は、GEOSでな"
469"くSFCGALを使用することができます。PostgreSQLコンフィギュレーション変数"
470"<code>postgis.backend</code>によって、SFCGALがインストールされている場合には"
471"エンドユーザがバックエンドを制御することができます (デフォルトではGEOS)。"
472"SFCGAL 1.2は少なくともCGAL 4.3とBoost 1.54 (<ulink url=\"http://oslandia."
473"github.io/SFCGAL/installation.html\">http://oslandia.github.io/SFCGAL/"
474"installation.html</ulink>をご覧下さい)が必要ですのでご注意下さい。<ulink url="
475"\"https://github.com/Oslandia/SFCGAL\">https://github.com/Oslandia/SFCGAL</"
476"ulink>にあります。"
477
478#. Tag: para
479#: installation.xml:246
480#, no-c-format
481msgid ""
482"In order to build the <xref linkend=\"Address_Standardizer\"/> you will also "
483"need PCRE <ulink url=\"http://www.pcre.org\">http://www.pcre.org</ulink> "
484"(which generally is already installed on nix systems). <code>Regex::"
485"Assemble</code> perl CPAN package is only needed if you want to rebuild the "
486"data encoded in <filename>parseaddress-stcities.h</filename>. <xref linkend="
487"\"Address_Standardizer\"/> will automatically be built if it detects a PCRE "
488"library, or you pass in a valid <varname>--with-pcre-dir=/path/to/pcre</"
489"varname> during configure."
490msgstr ""
491"<xref linkend=\"Address_Standardizer\"/>をビルドするには、PCRE <ulink url="
492"\"http://www.pcre.org\">http://www.pcre.org</ulink> (Unix系システムには通常は"
493"インストール済みです)も必要です。<filename>parseaddress-stcities.h</filename>"
494"内のエンコードしたデータを再構築したい場合には、Perl CPANの<code>Regex::"
495"Assemble</code>パッケージのみ必要です。<xref linkend=\"Address_Standardizer"
496"\"/>は、PCREライブラリを検出するか、コンフィギュレーションで適切に<varname>--"
497"with-pcre-dir=/path/to/pcre</varname>を指定すると、自動的にビルドされます。"
498
499#. Tag: para
500#: installation.xml:253
501#, fuzzy, no-c-format
502msgid ""
503"To enable ST_AsMVT protobuf-c library 1.1.0 or higher (for usage) and the "
504"protoc-c compiler (for building) are required. Also, pkg-config is required "
505"to verify the correct minimum version of protobuf-c. See <ulink url="
506"\"https://github.com/protobuf-c/protobuf-c\">protobuf-c</ulink>. By default, "
507"Postgis will use Wagyu to validate MVT polygons faster which requires a c+"
508"+11 compiler. It will use CXXFLAGS and the same compiler as the PostgreSQL "
509"installation. To disable this and use GEOS instead use the <varname>--"
510"without-wagyu</varname> during the configure step."
511msgstr ""
512"ST_AsMVTを有効にするには、protobuf-cライブラリ (実行時)とprotoc-cコンパイラ "
513"(ビルド時)が必要です。protobuf-cの正しい最小版を確認するには、pkg-configが必"
514"要です。<ulink url=\"https://github.com/protobuf-c/protobuf-c\">protobuf-c</"
515"ulink>をご覧下さい。"
516
517#. Tag: para
518#: installation.xml:262
519#, no-c-format
520msgid ""
521"CUnit (<filename>CUnit</filename>). This is needed for regression testing. "
522"<ulink url=\"http://cunit.sourceforge.net/\">http://cunit.sourceforge.net/</"
523"ulink>"
524msgstr ""
525"CUnit (<filename>CUnit</filename>)。レグレッションテストに必要です。<ulink "
526"url=\"http://cunit.sourceforge.net/\">http://cunit.sourceforge.net/</ulink>に"
527"あります。"
528
529#. Tag: para
530#: installation.xml:268
531#, no-c-format
532msgid ""
533"DocBook (<filename>xsltproc</filename>) is required for building the "
534"documentation. Docbook is available from <ulink url=\"http://www.docbook.org/"
535"\"> http://www.docbook.org/ </ulink> ."
536msgstr ""
537"DocBook (<filename>xsltproc</filename>)。文書のビルドに必要です。<ulink url="
538"\"http://www.docbook.org/\">http://www.docbook.org/</ulink>にあります。"
539
540#. Tag: para
541#: installation.xml:279
542#, no-c-format
543msgid ""
544"DBLatex (<filename>dblatex</filename>) is required for building the "
545"documentation in PDF format. DBLatex is available from <ulink url=\"http://"
546"dblatex.sourceforge.net/\"> http://dblatex.sourceforge.net/ </ulink> ."
547msgstr ""
548"DBLatex (<filename>dblatex</filename>)。文書をPDFでビルドするのに必要です。"
549"<ulink url=\"http://dblatex.sourceforge.net/\">http://dblatex.sourcforge.net/"
550"</ulink>にあります。"
551
552#. Tag: para
553#: installation.xml:290
554#, no-c-format
555msgid ""
556"ImageMagick (<filename>convert</filename>) is required to generate the "
557"images used in the documentation. ImageMagick is available from <ulink url="
558"\"http://www.imagemagick.org/\"> http://www.imagemagick.org/ </ulink> ."
559msgstr ""
560"ImageMagick (<filename>convert</filename>)。文書で使う画像を生成するのに必要"
561"です。<ulink url=\"http://www.imagemagick.org/\">http://www.imagemagick.org/"
562"</ulink>にあります。"
563
564#. Tag: title
565#: installation.xml:304
566#, fuzzy, no-c-format
567msgid "Build configuration"
568msgstr "コンフィギュレーション"
569
570#. Tag: para
571#: installation.xml:306
572#, no-c-format
573msgid ""
574"As with most linux installations, the first step is to generate the Makefile "
575"that will be used to build the source code. This is done by running the "
576"shell script"
577msgstr ""
578"ほとんどのLinuxのインストールと同様に、最初のステップでは、ソースコードのビル"
579"ドに使われるMakefileを生成します。これは、シェルスクリプトが行います。"
580
581#. Tag: para
582#: installation.xml:316
583#, no-c-format
584msgid ""
585"With no additional parameters, this command will attempt to automatically "
586"locate the required components and libraries needed to build the PostGIS "
587"source code on your system. Although this is the most common usage of "
588"<command>./configure</command>, the script accepts several parameters for "
589"those who have the required libraries and programs in non-standard locations."
590msgstr ""
591"パラメータを付けない場合には、このコマンドは自動で、PostGISのソースコードのビ"
592"ルドを行うのに必要なコンポーネントやライブラリをシステム上で探します。"
593"<command>./configure</command>とするのが一般的な使い方ですが、標準的でない位"
594"置に必要なライブラリやプログラムを置いてある場合のために、いくつかのパラメー"
595"タを受け付けます。"
596
597#. Tag: para
598#: installation.xml:324
599#, no-c-format
600msgid ""
601"The following list shows only the most commonly used parameters. For a "
602"complete list, use the <command>--help</command> or <command>--help=short</"
603"command> parameters."
604msgstr ""
605"次のリストで、共通して使われるパラメータを示します。 完全なリストについては、"
606"<command>--help</command>または<command>--help=short</command>パラメータを"
607"使って下さい。"
608
609#. Tag: para
610#: installation.xml:334
611#, no-c-format
612msgid ""
613"Starting with PostGIS 3.0, the library files generated by default will no "
614"longer have the minor version as part of the file name. This means all "
615"PostGIS 3 libs will end in <code>postgis-3</code>. This was done to make "
616"pg_upgrade easier, with downside that you can only install one version "
617"PostGIS 3 series in your server. To get the old behavior of file including "
618"the minor version: e.g. <code>postgis-3.0</code> add this switch to your "
619"configure statement."
620msgstr ""
621
622#. Tag: para
623#: installation.xml:349
624#, fuzzy, no-c-format
625msgid ""
626"This is the location the PostGIS loader executables and shared libs will be "
627"installed. By default, this location is the same as the detected PostgreSQL "
628"installation."
629msgstr ""
630"PostGISライブラリとSQLスクリプトのインストール先を指定します。デフォルトで"
631"は、検出されたPostgreSQLのインストール先と同じになります。"
632
633#. Tag: para
634#: installation.xml:356
635#, no-c-format
636msgid ""
637"This parameter is currently broken, as the package will only install into "
638"the PostgreSQL installation directory. Visit <ulink url=\"http://trac.osgeo."
639"org/postgis/ticket/635\"> http://trac.osgeo.org/postgis/ticket/635 </ulink> "
640"to track this bug."
641msgstr ""
642"このパラメータは現在のところ壊れていて、PostgreSQLのインストール先にしかイン"
643"ストールされません。このバグのトラックについては<ulink url=\"http://trac."
644"osgeo.org/postgis/ticket/635\">http://trac.osgeo.org/postgis/ticket/635</"
645"ulink>をご覧ください。"
646
647#. Tag: para
648#: installation.xml:371
649#, no-c-format
650msgid ""
651"PostgreSQL provides a utility called <command>pg_config</command> to enable "
652"extensions like PostGIS to locate the PostgreSQL installation directory. Use "
653"this parameter (<command>--with-pgconfig=/path/to/pg_config</command>) to "
654"manually specify a particular PostgreSQL installation that PostGIS will "
655"build against."
656msgstr ""
657"PostgreSQLは、PostGISなどの拡張に対してPostgreSQLのインストール先ディレクトリ"
658"を伝える<command>pg_config</command>というユーティリティを持っています。"
659"PostGISの対象とする特定のPostgreSQLのインストール先を手動で指定する場合に、こ"
660"のパラメータ(<command>--with-pgconfig=/path/to/pg_config</command>)を使いま"
661"す。"
662
663#. Tag: para
664#: installation.xml:385
665#, no-c-format
666msgid ""
667"GDAL, a required library, provides functionality needed for raster support "
668"<command>gdal-config</command> to enable software installations to locate "
669"the GDAL installation directory. Use this parameter (<command>--with-"
670"gdalconfig=/path/to/gdal-config</command>) to manually specify a particular "
671"GDAL installation that PostGIS will build against."
672msgstr ""
673"必須ライブラリであるGDALは、ラスタ機能に必要な機能を提供します。GDALには、イ"
674"ンストール先ディレクトリをインストールスクリプトに伝える<command>gdal-"
675"config</command>があります。PostGISのビルドに使う特定のGDALを手動で指定する場"
676"合に、このパラメータ (<command>--with-gdalconfig=/path/to/gdal-config</"
677"command>)を使います。"
678
679#. Tag: para
680#: installation.xml:399
681#, no-c-format
682msgid ""
683"GEOS, a required geometry library, provides a utility called <command>geos-"
684"config</command> to enable software installations to locate the GEOS "
685"installation directory. Use this parameter (<command>--with-geosconfig=/path/"
686"to/geos-config</command>) to manually specify a particular GEOS installation "
687"that PostGIS will build against."
688msgstr ""
689"必須のジオメトリライブラリであるGEOSには、ソフトウェアのインストール時にGEOS"
690"のインストール先ディレクトリを伝える<command>geos-config</command>というユー"
691"ティリティがあります。PostGISのビルドに使う特定のGEOSを手動で指定する場合に、"
692"このパラメータ (<command>--with-geosconfig=/path/to/geos-config</command>)を"
693"使います。"
694
695#. Tag: para
696#: installation.xml:413
697#, no-c-format
698msgid ""
699"LibXML is the library required for doing GeomFromKML/GML processes. It "
700"normally is found if you have libxml installed, but if not or you want a "
701"specific version used, you'll need to point PostGIS at a specific "
702"<filename>xml2-config</filename> confi file to enable software installations "
703"to locate the LibXML installation directory. Use this parameter (<command>>--"
704"with-xml2config=/path/to/xml2-config</command>) to manually specify a "
705"particular LibXML installation that PostGIS will build against."
706msgstr ""
707"LibXMLはGeomFromKML/GML処理を行うのに必須のライブラリです。通常はlibxmlをイン"
708"ストールしているなら発見されますが、発見できない場合や特定の版を使用したい場"
709"合は、<filename>xml2-config</filename>を指定してインストールスクリプトに"
710"LibXMLのインストール先ディレクトリを伝えます。PostGISのビルドに使う特定の"
711"LibXMLを手動で指定する場合に、このパラメータ (<command>>--with-xml2config=/"
712"path/to/xml2-config</command>)を使います。"
713
714#. Tag: para
715#: installation.xml:431
716#, fuzzy, no-c-format
717msgid ""
718"Proj is a reprojection library required by PostGIS. Use this parameter "
719"(<command>--with-projdir=/path/to/projdir</command>) to manually specify a "
720"particular Proj installation directory that PostGIS will build against."
721msgstr ""
722"Proj4はPostGISに必須の投影変換ライブラリです。PostGISのビルドに使う特定の"
723"Proj4のディレクトリを手動で指定する場合は、このパラメータ (<command>--with-"
724"projdir=/path/to/projdir</command>)を使います。"
725
726#. Tag: para
727#: installation.xml:443
728#, no-c-format
729msgid "Directory where iconv is installed."
730msgstr "iconvのインストール先ディレクトリを指定します。"
731
732#. Tag: para
733#: installation.xml:452
734#, no-c-format
735msgid ""
736"<ulink url=\"http://oss.metaparadigm.com/json-c/\">JSON-C</ulink> is an MIT-"
737"licensed JSON library required by PostGIS ST_GeomFromJSON support. Use this "
738"parameter (<command>--with-jsondir=/path/to/jsondir</command>) to manually "
739"specify a particular JSON-C installation directory that PostGIS will build "
740"against."
741msgstr ""
742"<ulink url=\"http://oss.metaparadigm.com/json-c/\">JSON-C</ulink>は、MITライ"
743"センスのJSONライブラリで、PostGISのST_GeomFromJSONに必須です。PostGISのビルド"
744"に使う特定のJSON-Cを手動で指定する場合に、このパラメータ (<command>--with-"
745"jsondir=/path/to/jsondir</command>)を使います。"
746
747#. Tag: para
748#: installation.xml:464
749#, no-c-format
750msgid ""
751"<ulink url=\"http://www.pcre.org/\">PCRE</ulink> is an BSD-licensed Perl "
752"Compatible Regular Expression library required by address_standardizer "
753"extension. Use this parameter (<command>--with-pcredir=/path/to/pcredir</"
754"command>) to manually specify a particular PCRE installation directory that "
755"PostGIS will build against."
756msgstr ""
757"<ulink url=\"http://www.pcre.org/\">PCRE</ulink>は、BSDライセンスのPerl互換正"
758"規表現ライブラリです。住所標準化エクステンションに必須です。PostGISのビルド対"
759"象としている特定のPCREを手動で指定する場合に、このパラメータ (<command>--"
760"with-pcredir=/path/to/pcredir</command>)を使います。"
761
762#. Tag: para
763#: installation.xml:476
764#, no-c-format
765msgid ""
766"Compile the data import GUI (requires GTK+2.0). This will create shp2pgsql-"
767"gui graphical interface to shp2pgsql."
768msgstr ""
769"データインポートGUI (GTK+2.0が必要)をコンパイルします。このパラメータによっ"
770"て、shp2pgsql-guiという、shp2pgsqlのグラフィカルユーザインタフェースが作成さ"
771"れます。"
772
773#. Tag: para
774#: installation.xml:485
775#, fuzzy, no-c-format
776msgid "Compile without raster support."
777msgstr "ラスタ機能をインストールします。"
778
779#. Tag: para
780#: installation.xml:493
781#, no-c-format
782msgid ""
783"Disable topology support. There is no corresponding library as all logic "
784"needed for topology is in postgis-&last_release_version; library."
785msgstr ""
786"トポロジ対応を無くしてコンパイルします。トポロジに必要なロジックは全て"
787"postgis-&last_release_version;ライブラリ内に作られるので、関連ライブラリはあ"
788"りません。"
789
790#. Tag: para
791#: installation.xml:502
792#, no-c-format
793msgid ""
794"By default PostGIS will try to detect gettext support and compile with it, "
795"however if you run into incompatibility issues that cause breakage of "
796"loader, you can disable it entirely with this command. Refer to ticket "
797"<ulink url=\"http://trac.osgeo.org/postgis/ticket/748\">http://trac.osgeo."
798"org/postgis/ticket/748</ulink> for an example issue solved by configuring "
799"with this. NOTE: that you aren't missing much by turning this off. This is "
800"used for international help/label support for the GUI loader which is not "
801"yet documented and still experimental."
802msgstr ""
803"デフォルトでは、gettextの検出とこれを用いたコンパイルを試みますが、ローダ破損"
804"を引き起こす非互換性問題のもとで実行する場合には、このコマンドで無効にできま"
805"す。これを使ったコンフィギュレーションによって解決する問題の例は<ulink url="
806"\"http://trac.osgeo.org/postgis/ticket/748\">http://trac.osgeo.org/postgis/"
807"ticket/748</ulink>にあります。ご注意: これを切ることで多くの機能がなくなるわ"
808"けではありません。まだ文書化されていなくて試験段階であるGUIローダにおける内部"
809"のヘルプ/ラベル機能に使われています。"
810
811#. Tag: para
812#: installation.xml:513
813#, no-c-format
814msgid ""
815"By default PostGIS will not install with sfcgal support without this switch. "
816"<varname>PATH</varname> is an optional argument that allows to specify an "
817"alternate PATH to sfcgal-config."
818msgstr ""
819"デフォルトでは、このスイッチなしではSFCGAL対応でインストールされません。"
820"<varname>PATH</varname>は、sfcgal-configへのパスを指定することができる追加的"
821"な引数です。"
822
823#. Tag: para
824#: installation.xml:522
825#, no-c-format
826msgid ""
827"Disable updating postgis_revision.h to match current HEAD of the git "
828"repository."
829msgstr ""
830
831#. Tag: para
832#: installation.xml:529
833#, fuzzy, no-c-format
834msgid ""
835"If you obtained PostGIS from the <ulink url=\"https://trac.osgeo.org/postgis/"
836"wiki/CodeRepository\"> code repository </ulink> , the first step is really "
837"to run the script"
838msgstr ""
839"PostGISをSVN<ulink url=\"http://svn.osgeo.org/postgis/trunk/\">レポジトリ</"
840"ulink>から得る場合には、はじめに次のスクリプトを実行します。"
841
842#. Tag: para
843#: installation.xml:541
844#, no-c-format
845msgid ""
846"This script will generate the <command>configure</command> script that in "
847"turn is used to customize the installation of PostGIS."
848msgstr ""
849"このスクリプトによって<command>configure</command>スクリプトが生成されます。"
850"これはPostGISのインストールに関するカスタマイズに使われます。"
851
852#. Tag: para
853#: installation.xml:546
854#, no-c-format
855msgid ""
856"If you instead obtained PostGIS as a tarball, running <command>./autogen.sh</"
857"command> is not necessary as <command>configure</command> has already been "
858"generated."
859msgstr ""
860"PostGISをアーカイブファイルで入手する場合には、<command>configure</command>が"
861"既に生成されているので<command>./autogen.sh</command>は不要です。"
862
863#. Tag: title
864#: installation.xml:555
865#, no-c-format
866msgid "Building"
867msgstr "ビルド"
868
869#. Tag: para
870#: installation.xml:557
871#, no-c-format
872msgid ""
873"Once the Makefile has been generated, building PostGIS is as simple as "
874"running"
875msgstr ""
876"Makefileが生成されたら、PostGISのビルドは、次のコマンドを実行するだけです。"
877
878#. Tag: para
879#: installation.xml:566
880#, no-c-format
881msgid ""
882"The last line of the output should be \"<code>PostGIS was built "
883"successfully. Ready to install.</code>\""
884msgstr ""
885"出力の最後の行に\"<code>PostGIS was built successfully. Ready to install.</"
886"code>\"と出れば終わりです。"
887
888#. Tag: para
889#: installation.xml:571
890#, no-c-format
891msgid ""
892"As of PostGIS v1.4.0, all the functions have comments generated from the "
893"documentation. If you wish to install these comments into your spatial "
894"databases later, run the command which requires docbook. The "
895"postgis_comments.sql and other package comments files raster_comments.sql, "
896"topology_comments.sql are also packaged in the tar.gz distribution in the "
897"doc folder so no need to make comments if installing from the tar ball. "
898"Comments are also included as part of the CREATE EXTENSION install."
899msgstr ""
900"PostGIS 1.4.0版からは、全ての関数に文書から生成されるコメントが付きます。これ"
901"らのコメントを後からインストールするには、次のコマンドを実行しますが、docbook"
902"が必要です。アーカイブファイルからインストールする場合は、postgis_comments."
903"sql, raster_comments.sql, topology_comments.sqlは、docフォルダにあるので、コ"
904"メントを作成する必要はありません。コメントはCREATE EXTENSIONによるインストー"
905"ルの一部として取り込まれます。"
906
907#. Tag: command
908#: installation.xml:581 installation.xml:605
909#, no-c-format
910msgid "make comments"
911msgstr "make comments"
912
913#. Tag: para
914#: installation.xml:584
915#, no-c-format
916msgid ""
917"Introduced in PostGIS 2.0. This generates html cheat sheets suitable for "
918"quick reference or for student handouts. This requires xsltproc to build and "
919"will generate 4 files in doc folder <filename>topology_cheatsheet.html</"
920"filename>, <filename>tiger_geocoder_cheatsheet.html</filename>, "
921"<filename>raster_cheatsheet.html</filename>, <filename>postgis_cheatsheet."
922"html</filename>"
923msgstr ""
924"PostGIS 2.0で導入されました。早見表に、または学習中の方のハンドアウトに適して"
925"いるHTMLチートシートを生成します。xsltprocが必要で、"
926"<filename>topology_cheatsheet.html</filename>, "
927"<filename>tiger_geocoder_cheatsheet.html</filename>, "
928"<filename>raster_cheatsheet.html</filename>, <filename>postgis_cheatsheet."
929"html</filename>の4ファイルが生成されます。"
930
931#. Tag: para
932#: installation.xml:589
933#, no-c-format
934msgid ""
935"You can download some pre-built ones available in html and pdf from <ulink "
936"url=\"http://www.postgis.us/study_guides\">PostGIS / PostgreSQL Study "
937"Guides</ulink>"
938msgstr ""
939"HTMLとPDFのビルド済みのものは<ulink url=\"http://www.postgis.us/study_guides"
940"\">PostGIS / PostgreSQL Study Guides</ulink>にあります。"
941
942#. Tag: command
943#: installation.xml:592
944#, no-c-format
945msgid "make cheatsheets"
946msgstr "make cheatsheets"
947
948#. Tag: title
949#: installation.xml:597
950#, no-c-format
951msgid "Building PostGIS Extensions and Deploying them"
952msgstr "PostGISエクステンションのビルドとデプロイ"
953
954#. Tag: para
955#: installation.xml:599
956#, no-c-format
957msgid ""
958"The PostGIS extensions are built and installed automatically if you are "
959"using PostgreSQL 9.1+."
960msgstr ""
961"PostgreSQL 9.1以上を使用している場合は、PostGISエクステンションが自動的にビル"
962"ド、インストールされます。"
963
964#. Tag: para
965#: installation.xml:602
966#, no-c-format
967msgid ""
968"If you are building from source repository, you need to build the function "
969"descriptions first. These get built if you have docbook installed. You can "
970"also manually build with the statement:"
971msgstr ""
972"ソースレポジトリからビルドしている場合は、関数の記述を最初にビルドする必要が"
973"あります。これらは、docbookがインストールされている時にビルドされます。手動で"
974"インストールするには次のようにします。"
975
976#. Tag: para
977#: installation.xml:607
978#, no-c-format
979msgid ""
980"Building the comments is not necessary if you are building from a release "
981"tar ball since these are packaged pre-built with the tar ball already."
982msgstr ""
983"アーカイブファイルからのビルドの場合は、ビルド済みのものがあるので、コメント"
984"のビルドは必須ではありません。"
985
986#. Tag: para
987#: installation.xml:608
988#, fuzzy, no-c-format
989msgid ""
990"The extensions should automatically build as part of the make install "
991"process. You can if needed build from the extensions folders or copy files "
992"if you need them on a different server."
993msgstr ""
994"PostgreSQL 9.1を対象にビルドしている場合は、extensionsは自動的にmake install"
995"処理の一部としてビルドするべきです。必要ならextensionsフォルダからビルドでき"
996"ますし、他のサーバで必要ならファイルの複製ができます。"
997
998#. Tag: programlisting
999#: installation.xml:610
1000#, no-c-format
1001msgid ""
1002"cd extensions\n"
1003"cd postgis\n"
1004"make clean\n"
1005"make\n"
1006"export PGUSER=postgres #overwrite psql variables\n"
1007"make check #to test before install\n"
1008"make install\n"
1009"# to test extensions\n"
1010"make check RUNTESTFLAGS=--extension"
1011msgstr ""
1012
1013#. Tag: para
1014#: installation.xml:611
1015#, no-c-format
1016msgid ""
1017"<code>make check</code> uses psql to run tests and as such can use psql "
1018"environment variables. Common ones useful to override are <varname>PGUSER</"
1019"varname>,<varname>PGPORT</varname>, and <varname>PGHOST</varname>. Refer to "
1020"<ulink url=\"https://www.postgresql.org/docs/current/libpq-envars.html"
1021"\">psql environment variables</ulink>"
1022msgstr ""
1023
1024#. Tag: para
1025#: installation.xml:613
1026#, fuzzy, no-c-format
1027msgid ""
1028"The extension files will always be the same for the same version of PostGIS "
1029"and PostgreSQL regardless of OS, so it is fine to copy over the extension "
1030"files from one OS to another as long as you have the PostGIS binaries "
1031"already installed on your servers."
1032msgstr ""
1033"エクステンションファイルは、OSに関係なく、常に同じ版のPostGISと同じです。"
1034"PostGISバイナリを既にインストールしている限りは、エクステンションファイルをあ"
1035"るOSから別のものに複写して大丈夫です。"
1036
1037#. Tag: para
1038#: installation.xml:615
1039#, no-c-format
1040msgid ""
1041"If you want to install the extensions manually on a separate server "
1042"different from your development, You need to copy the following files from "
1043"the extensions folder into the <filename>PostgreSQL / share / extension</"
1044"filename> folder of your PostgreSQL install as well as the needed binaries "
1045"for regular PostGIS if you don't have them already on the server."
1046msgstr ""
1047"開発用と異なる別のサーバでエクステンションを手動でインストールしたい場合は、"
1048"サーバにない時に必要となる通常のPostGISのバイナリだけでなく、次のファイルを"
1049"extensionsフォルダからPostgreSQLインストール先の<filename>PostgreSQL / "
1050"share / extension</filename>フォルダに複写します。"
1051
1052#. Tag: para
1053#: installation.xml:622
1054#, no-c-format
1055msgid ""
1056"These are the control files that denote information such as the version of "
1057"the extension to install if not specified. <filename>postgis.control, "
1058"postgis_topology.control</filename>."
1059msgstr ""
1060"指定されていない場合のインストールするエクステンションの版等の情報を示す制御"
1061"ファイ<filename>postgis.control, postgis_topology.control</filename>。"
1062
1063#. Tag: para
1064#: installation.xml:628
1065#, no-c-format
1066msgid ""
1067"All the files in the /sql folder of each extension. Note that these need to "
1068"be copied to the root of the PostgreSQL share/extension folder "
1069"<filename>extensions/postgis/sql/*.sql</filename>, <filename>extensions/"
1070"postgis_topology/sql/*.sql</filename>"
1071msgstr ""
1072"エクステンションごとの/sqlフォルダにあるファイル全て。<filename>extensions/"
1073"postgis/sql/*.sql</filename>, <filename>extensions/postgis_topology/sql/*."
1074"sql</filename>はPostgreSQL share/extensionフォルダの最上位に複写する必要があ"
1075"ることに注意して下さい。"
1076
1077#. Tag: para
1078#: installation.xml:634
1079#, no-c-format
1080msgid ""
1081"Once you do that, you should see <varname>postgis</varname>, "
1082"<varname>postgis_topology</varname> as available extensions in PgAdmin -> "
1083"extensions."
1084msgstr ""
1085"以上を実行すると、PgAdmin -> extensionで<varname>postgis</varname>, "
1086"<varname>postgis_topology</varname>が有効なエクステンションとして見えます。"
1087
1088#. Tag: para
1089#: installation.xml:635
1090#, no-c-format
1091msgid ""
1092"If you are using psql, you can verify that the extensions are installed by "
1093"running this query:"
1094msgstr ""
1095"psqlを使う場合は、次のクエリを実行してエクステンションがインストールされてい"
1096"ることを確認できます。"
1097
1098#. Tag: programlisting
1099#: installation.xml:636
1100#, fuzzy, no-c-format
1101msgid ""
1102"SELECT name, default_version,installed_version\n"
1103"FROM pg_available_extensions WHERE name LIKE 'postgis%' or name LIKE 'address"
1104"%';\n"
1105"\n"
1106"             name             | default_version | installed_version\n"
1107"------------------------------+-----------------+-------------------\n"
1108" address_standardizer         | &last_release_version;         | "
1109"&last_release_version;\n"
1110" address_standardizer_data_us | &last_release_version;         | "
1111"&last_release_version;\n"
1112" postgis                      | &last_release_version;         | "
1113"&last_release_version;\n"
1114" postgis_raster               | &last_release_version;         | "
1115"&last_release_version;\n"
1116" postgis_sfcgal               | &last_release_version;         |\n"
1117" postgis_tiger_geocoder       | &last_release_version;         | "
1118"&last_release_version;\n"
1119" postgis_topology             | &last_release_version;         |\n"
1120"(6 rows)"
1121msgstr ""
1122"SELECT name, default_version,installed_version\n"
1123"FROM pg_available_extensions WHERE name LIKE 'postgis%' or name LIKE 'address"
1124"%';\n"
1125"\n"
1126"             name             | default_version | installed_version\n"
1127"------------------------------+-----------------+-------------------\n"
1128" address_standardizer         | &last_release_version;         | "
1129"&last_release_version;\n"
1130" address_standardizer_data_us | &last_release_version;         | "
1131"&last_release_version;\n"
1132" postgis                      | &last_release_version;         | "
1133"&last_release_version;\n"
1134" postgis_sfcgal               | &last_release_version;         |\n"
1135" postgis_tiger_geocoder       | &last_release_version;         | "
1136"&last_release_version;\n"
1137" postgis_topology             | &last_release_version;         |\n"
1138"(6 rows)"
1139
1140#. Tag: para
1141#: installation.xml:638
1142#, no-c-format
1143msgid ""
1144"If you have the extension installed in the database you are querying, you'll "
1145"see mention in the <varname>installed_version</varname> column. If you get "
1146"no records back, it means you don't have postgis extensions installed on the "
1147"server at all. PgAdmin III 1.14+ will also provide this information in the "
1148"<varname>extensions</varname> section of the database browser tree and will "
1149"even allow upgrade or uninstall by right-clicking."
1150msgstr ""
1151"クエリを行ったデータベースにエクステンションがインストールされている場合は、"
1152"<varname>installed_version</varname>カラムに記載が見えます。レコードが返って"
1153"こない場合は、PostGIS EXTENSIONがインストールされていないことになります。"
1154"PgAdmin III 1.14以上では、データベースブラウザツリーの<varname>extensions</"
1155"varname>セクションで提供されていて、右クリックでアップグレードまたアンインス"
1156"トールできます。"
1157
1158#. Tag: para
1159#: installation.xml:642
1160#, no-c-format
1161msgid ""
1162"If you have the extensions available, you can install postgis extension in "
1163"your database of choice by either using pgAdmin extension interface or "
1164"running these sql commands:"
1165msgstr ""
1166"有効なエクステンションがある場合、pgAdminエクステンションインタフェースまたは"
1167"次のSQLの実行によって、選択したデータベースにPostGISエクステンションをインス"
1168"トールできます。"
1169
1170#. Tag: programlisting
1171#: installation.xml:643
1172#, fuzzy, no-c-format
1173msgid ""
1174"CREATE EXTENSION postgis;\n"
1175"CREATE EXTENSION postgis_raster;\n"
1176"CREATE EXTENSION postgis_sfcgal;\n"
1177"CREATE EXTENSION fuzzystrmatch; --needed for postgis_tiger_geocoder\n"
1178"--optional used by postgis_tiger_geocoder, or can be used standalone\n"
1179"CREATE EXTENSION address_standardizer;\n"
1180"CREATE EXTENSION address_standardizer_data_us;\n"
1181"CREATE EXTENSION postgis_tiger_geocoder;\n"
1182"CREATE EXTENSION postgis_topology;"
1183msgstr ""
1184"CREATE EXTENSION postgis;\n"
1185"CREATE EXTENSION postgis_sfcgal;\n"
1186"CREATE EXTENSION fuzzystrmatch; -- postgis_tiger_geocoderに必要\n"
1187"-- postgis_tiger_geocoderで使用されるか単独で使われます\n"
1188"CREATE EXTENSION address_standardizer;\n"
1189"CREATE EXTENSION address_standardizer_data_us;\n"
1190"CREATE EXTENSION postgis_tiger_geocoder;\n"
1191"CREATE EXTENSION postgis_topology;"
1192
1193#. Tag: para
1194#: installation.xml:645
1195#, no-c-format
1196msgid ""
1197"In psql you can use to see what versions you have installed and also what "
1198"schema they are installed."
1199msgstr ""
1200"psqlでは、どの版が、どのスキーマにインストールされているかを見ることができま"
1201"す。"
1202
1203#. Tag: programlisting
1204#: installation.xml:646
1205#, no-c-format
1206msgid ""
1207"\\connect mygisdb\n"
1208"\\x\n"
1209"\\dx postgis*"
1210msgstr ""
1211"\\connect mygisdb\n"
1212"\\x\n"
1213"\\dx postgis*"
1214
1215#. Tag: screen
1216#: installation.xml:648
1217#, fuzzy, no-c-format
1218msgid ""
1219"List of installed extensions\n"
1220"-[ RECORD 1 ]-------------------------------------------------\n"
1221"Name        | postgis\n"
1222"Version     | &last_release_version;\n"
1223"Schema      | public\n"
1224"Description | PostGIS geometry, geography, and raster spat..\n"
1225"-[ RECORD 2 ]-------------------------------------------------\n"
1226"Name        | postgis_raster\n"
1227"Version     | 3.0.0dev\n"
1228"Schema      | public\n"
1229"Description | PostGIS raster types and functions\n"
1230"-[ RECORD 3 ]-------------------------------------------------\n"
1231"Name        | postgis_tiger_geocoder\n"
1232"Version     | &last_release_version;\n"
1233"Schema      | tiger\n"
1234"Description | PostGIS tiger geocoder and reverse geocoder\n"
1235"-[ RECORD 4 ]-------------------------------------------------\n"
1236"Name        | postgis_topology\n"
1237"Version     | &last_release_version;\n"
1238"Schema      | topology\n"
1239"Description | PostGIS topology spatial types and functions"
1240msgstr ""
1241"List of installed extensions\n"
1242"-[ RECORD 1 ]-------------------------------------------------\n"
1243"-\n"
1244"Name        | postgis\n"
1245"Version     | &last_release_version;\n"
1246"Schema      | public\n"
1247"Description | PostGIS geometry, geography, and raster spat..\n"
1248"-[ RECORD 2 ]-------------------------------------------------\n"
1249"-\n"
1250"Name        | postgis_tiger_geocoder\n"
1251"Version     | &last_release_version;\n"
1252"Schema      | tiger\n"
1253"Description | PostGIS tiger geocoder and reverse geocoder\n"
1254"-[ RECORD 3 ]-------------------------------------------------\n"
1255"-\n"
1256"Name        | postgis_topology\n"
1257"Version     | &last_release_version;\n"
1258"Schema      | topology\n"
1259"Description | PostGIS topology spatial types and functions"
1260
1261#. Tag: para
1262#: installation.xml:650
1263#, no-c-format
1264msgid ""
1265"Extension tables <varname>spatial_ref_sys</varname>, <varname>layer</"
1266"varname>, <varname>topology</varname> can not be explicitly backed up. They "
1267"can only be backed up when the respective <varname>postgis</varname> or "
1268"<varname>postgis_topology</varname> extension is backed up, which only seems "
1269"to happen when you backup the whole database. As of PostGIS 2.0.1, only srid "
1270"records not packaged with PostGIS are backed up when the database is backed "
1271"up so don't go around changing srids we package and expect your changes to "
1272"be there. Put in a ticket if you find an issue. The structures of extension "
1273"tables are never backed up since they are created with <code>CREATE "
1274"EXTENSION</code> and assumed to be the same for a given version of an "
1275"extension. These behaviors are built into the current PostgreSQL extension "
1276"model, so nothing we can do about it."
1277msgstr ""
1278"エクステンションのテーブル<varname>spatial_ref_sys</varname>, "
1279"<varname>layer</varname>, <varname>topology</varname>は、明示的にバックアップ"
1280"できません。それぞれの<varname>postgis</varname>または"
1281"<varname>postgis_topology</varname>エクステンションがバックアップされる時のみ"
1282"バックアップできます。これは、データベース全体のバックアップの時のみ行われま"
1283"す。PostGIS 2.0.1の時点では、データベースがバックアップされる際に、PostGISで"
1284"パッケージ化されていないsridレコードのみバックアップされます。パッケージに"
1285"入っているsridの変更は巡回せず、変更はそこにあるものと期待されます。PostGIS "
1286"2.0.1の時点では、データベースがバックアップされるときにPostGISに入っていない"
1287"sridのレコードだけがバックアップされます。PostGISに入っていて後に変更された"
1288"sridの変更については巡回しません。問題が見られたら、チケットを発行して下さ"
1289"い。エクステンションテーブルの構造は<code>CREATE EXTENSION</code>で生成される"
1290"ので、バックアップを行いません。エクステンションの与えられた版と同じものであ"
1291"ると仮定されます。この挙動は現在のPostgreSQL エクステンションモデルに組み込ま"
1292"れているため、これについては何もできません。"
1293
1294#. Tag: para
1295#: installation.xml:655
1296#, fuzzy, no-c-format
1297msgid ""
1298"If you installed &last_release_version;, without using our wonderful "
1299"extension system, you can change it to be extension based by running the "
1300"below commands to package the functions in their respective extension."
1301msgstr ""
1302"この素晴らしいエクステンション機能を使わずに&last_release_version;をインス"
1303"トールした場合でもエクステンションベースに変更することができます。まず"
1304"<filename>postgis_upgrade_22_minor.sql</filename>,"
1305"<filename>raster_upgrade_22_minor.sql</filename>,"
1306"<filename>topology_upgrade_22_minor.sql</filename>のアップグレードスクリプト"
1307"を実行して最新版にアップグレードします"
1308
1309#. Tag: programlisting
1310#: installation.xml:659
1311#, fuzzy, no-c-format
1312msgid ""
1313"CREATE EXTENSION postgis FROM unpackaged;\n"
1314"CREATE EXTENSION postgis_raster FROM unpackaged;\n"
1315"CREATE EXTENSION postgis_topology FROM unpackaged;\n"
1316"CREATE EXTENSION postgis_tiger_geocoder FROM unpackaged;"
1317msgstr ""
1318"CREATE EXTENSION postgis FROM unpackaged;\n"
1319"CREATE EXTENSION postgis_topology FROM unpackaged;\n"
1320"CREATE EXTENSION postgis_tiger_geocoder FROM unpackaged;"
1321
1322#. Tag: title
1323#: installation.xml:665
1324#, no-c-format
1325msgid "Testing"
1326msgstr "テスト"
1327
1328#. Tag: para
1329#: installation.xml:667
1330#, no-c-format
1331msgid "If you wish to test the PostGIS build, run"
1332msgstr "PostGISのテストを行うには、次のコマンドを実行します。"
1333
1334#. Tag: command
1335#: installation.xml:672
1336#, no-c-format
1337msgid "make check"
1338msgstr "make check"
1339
1340#. Tag: para
1341#: installation.xml:675
1342#, no-c-format
1343msgid ""
1344"The above command will run through various checks and regression tests using "
1345"the generated library against an actual PostgreSQL database."
1346msgstr ""
1347"このコマンドで、実際のPostgreSQLデータベースに対して生成したライブラリを使用"
1348"した、様々なチェックとレグレッションテストを行います。"
1349
1350#. Tag: para
1351#: installation.xml:681
1352#, fuzzy, no-c-format
1353msgid ""
1354"If you configured PostGIS using non-standard PostgreSQL, GEOS, or Proj "
1355"locations, you may need to add their library locations to the "
1356"<varname>LD_LIBRARY_PATH</varname> environment variable."
1357msgstr ""
1358"PostgreSQL, GEOS または Proj4 を標準の位置にインストールしていない場合には、"
1359"環境変数LD_LIBRARY_PATHに、ライブラリの位置を追加する必要があるかも知れませ"
1360"ん。"
1361
1362#. Tag: para
1363#: installation.xml:689
1364#, no-c-format
1365msgid ""
1366"Currently, the <command>make check</command> relies on the <code>PATH</code> "
1367"and <code>PGPORT</code> environment variables when performing the checks - "
1368"it does <emphasis>not</emphasis> use the PostgreSQL version that may have "
1369"been specified using the configuration parameter <command>--with-pgconfig</"
1370"command>. So make sure to modify your PATH to match the detected PostgreSQL "
1371"installation during configuration or be prepared to deal with the impending "
1372"headaches."
1373msgstr ""
1374"現在のところ<command>make check</command>は、チェックを行う際に 環境変数"
1375"<code>PATH</code>と<code>PGPORT</code>によっています。コンフィギュレーション"
1376"パラメータ<command>--with-pgconfig</command>を使って特定したPostgreSQLでは"
1377"<emphasis>ありません</emphasis>。PATHを編集して、コンフィギュレーションの際に"
1378"検出したPostgreSQLと一致するようにして下さい。もしくは、間もなく襲ってくる頭"
1379"痛の準備をしておいて下さい。"
1380
1381#. Tag: para
1382#: installation.xml:701
1383#, no-c-format
1384msgid ""
1385"If successful, make check will produce the output of almost 500 tests. The "
1386"results will look similar to the following (numerous lines omitted below):"
1387msgstr ""
1388
1389#. Tag: programlisting
1390#: installation.xml:706
1391#, no-c-format
1392msgid ""
1393"CUnit - A unit testing framework for C - Version 2.1-3\n"
1394"     http://cunit.sourceforge.net/\n"
1395"\n"
1396"        .\n"
1397"        .\n"
1398"        .\n"
1399"\n"
1400"Run Summary:    Type  Total    Ran Passed Failed Inactive\n"
1401"              suites     44     44    n/a      0        0\n"
1402"               tests    300    300    300      0        0\n"
1403"             asserts   4215   4215   4215      0      n/a\n"
1404"Elapsed time =    0.229 seconds\n"
1405"\n"
1406"        .\n"
1407"        .\n"
1408"        .\n"
1409"\n"
1410"Running tests\n"
1411"\n"
1412"        .\n"
1413"        .\n"
1414"        .\n"
1415"\n"
1416"Run tests: 134\n"
1417"Failed: 0\n"
1418"\n"
1419"\n"
1420"-- if you build with SFCGAL\n"
1421"\n"
1422"        .\n"
1423"        .\n"
1424"        .\n"
1425"\n"
1426"Running tests\n"
1427"\n"
1428"        .\n"
1429"        .\n"
1430"        .\n"
1431"\n"
1432"Run tests: 13\n"
1433"Failed: 0\n"
1434"\n"
1435"-- if you built with raster support\n"
1436"\n"
1437"        .\n"
1438"        .\n"
1439"        .\n"
1440"\n"
1441"Run Summary:    Type  Total    Ran Passed Failed Inactive\n"
1442"              suites     12     12    n/a      0        0\n"
1443"               tests     65     65     65      0        0\n"
1444"             asserts  45896  45896  45896      0      n/a\n"
1445"\n"
1446"\n"
1447"        .\n"
1448"        .\n"
1449"        .\n"
1450"\n"
1451"Running tests\n"
1452"\n"
1453"        .\n"
1454"        .\n"
1455"        .\n"
1456"\n"
1457"Run tests: 101\n"
1458"Failed: 0\n"
1459"\n"
1460"-- topology regress\n"
1461"\n"
1462".\n"
1463".\n"
1464".\n"
1465"\n"
1466"Running tests\n"
1467"\n"
1468"        .\n"
1469"        .\n"
1470"        .\n"
1471"\n"
1472"Run tests: 51\n"
1473"Failed: 0\n"
1474"\n"
1475"-- if you built --with-gui, you should see this too\n"
1476"\n"
1477"     CUnit - A unit testing framework for C - Version 2.1-2\n"
1478"     http://cunit.sourceforge.net/\n"
1479"\n"
1480"        .\n"
1481"        .\n"
1482"        .\n"
1483"\n"
1484"Run Summary:    Type  Total    Ran Passed Failed Inactive\n"
1485"              suites      2      2    n/a      0        0\n"
1486"               tests      4      4      4      0        0\n"
1487"             asserts      4      4      4      0      n/a"
1488msgstr ""
1489
1490#. Tag: para
1491#: installation.xml:708
1492#, fuzzy, no-c-format
1493msgid ""
1494"The <varname>postgis_tiger_geocoder</varname> and "
1495"<varname>address_standardizer</varname> extensions, currently only support "
1496"the standard PostgreSQL installcheck. To test these use the below. Note: the "
1497"make install is not necessary if you already did make install at root of "
1498"PostGIS code folder."
1499msgstr ""
1500"<varname>postgis_tiger_geocoder</varname>と<varname>address_standardizer</"
1501"varname>は、現在は、標準的なPostgreSQLインストールチェックにのみ対応していま"
1502"す。これらをテストするには、次のようにします。ご注意: PostGISコードフォルダの"
1503"ルートでmake installを既に行っている場合には、make installは重要ではありませ"
1504"ん。"
1505
1506#. Tag: para
1507#: installation.xml:709
1508#, no-c-format
1509msgid "For address_standardizer:"
1510msgstr "address_standardizer用:"
1511
1512#. Tag: programlisting
1513#: installation.xml:710
1514#, no-c-format
1515msgid ""
1516"cd extensions/address_standardizer\n"
1517"make install\n"
1518"make installcheck"
1519msgstr ""
1520"cd extensions/address_standardizer\n"
1521"make install\n"
1522"make installcheck"
1523
1524#. Tag: para
1525#: installation.xml:712
1526#, no-c-format
1527msgid "Output should look like:"
1528msgstr "出力は次のようなかんじになります。"
1529
1530#. Tag: screen
1531#: installation.xml:713
1532#, no-c-format
1533msgid ""
1534"============== dropping database \"contrib_regression\" ==============\n"
1535"DROP DATABASE\n"
1536"============== creating database \"contrib_regression\" ==============\n"
1537"CREATE DATABASE\n"
1538"ALTER DATABASE\n"
1539"============== running regression test queries        ==============\n"
1540"test test-init-extensions     ... ok\n"
1541"test test-parseaddress        ... ok\n"
1542"test test-standardize_address_1 ... ok\n"
1543"test test-standardize_address_2 ... ok\n"
1544"\n"
1545"=====================\n"
1546" All 4 tests passed.\n"
1547"====================="
1548msgstr ""
1549"============== dropping database \"contrib_regression\" ==============\n"
1550"DROP DATABASE\n"
1551"============== creating database \"contrib_regression\" ==============\n"
1552"CREATE DATABASE\n"
1553"ALTER DATABASE\n"
1554"============== running regression test queries        ==============\n"
1555"test test-init-extensions     ... ok\n"
1556"test test-parseaddress        ... ok\n"
1557"test test-standardize_address_1 ... ok\n"
1558"test test-standardize_address_2 ... ok\n"
1559"\n"
1560"=====================\n"
1561" All 4 tests passed.\n"
1562"====================="
1563
1564#. Tag: para
1565#: installation.xml:715
1566#, no-c-format
1567msgid ""
1568"For tiger geocoder, make sure you have postgis and fuzzystrmatch extensions "
1569"available in your PostgreSQL instance. The address_standardizer tests will "
1570"also kick in if you built postgis with address_standardizer support:"
1571msgstr ""
1572"Tiger Geocodeを使う場合には、使用するPostgreSQLインスタンス内にPostGISと"
1573"fuzzystrmatchのエクステンションが必要です。PostGISをaddress_standardizer機能"
1574"付きでビルドした場合は、address_standardizerのテストも行います。"
1575
1576#. Tag: programlisting
1577#: installation.xml:716
1578#, no-c-format
1579msgid ""
1580"cd extensions/postgis_tiger_geocoder\n"
1581"make install\n"
1582"make installcheck"
1583msgstr ""
1584"cd extensions/postgis_tiger_geocoder\n"
1585"make install\n"
1586"make installcheck"
1587
1588#. Tag: para
1589#: installation.xml:717
1590#, no-c-format
1591msgid "output should look like:"
1592msgstr "出力は次のようなかんじになります。"
1593
1594#. Tag: screen
1595#: installation.xml:718
1596#, no-c-format
1597msgid ""
1598"============== dropping database \"contrib_regression\" ==============\n"
1599"DROP DATABASE\n"
1600"============== creating database \"contrib_regression\" ==============\n"
1601"CREATE DATABASE\n"
1602"ALTER DATABASE\n"
1603"============== installing fuzzystrmatch               ==============\n"
1604"CREATE EXTENSION\n"
1605"============== installing postgis                     ==============\n"
1606"CREATE EXTENSION\n"
1607"============== installing postgis_tiger_geocoder      ==============\n"
1608"CREATE EXTENSION\n"
1609"============== installing address_standardizer        ==============\n"
1610"CREATE EXTENSION\n"
1611"============== running regression test queries        ==============\n"
1612"test test-normalize_address   ... ok\n"
1613"test test-pagc_normalize_address ... ok\n"
1614"\n"
1615"=====================\n"
1616"All 2 tests passed.\n"
1617"====================="
1618msgstr ""
1619"============== dropping database \"contrib_regression\" ==============\n"
1620"DROP DATABASE\n"
1621"============== creating database \"contrib_regression\" ==============\n"
1622"CREATE DATABASE\n"
1623"ALTER DATABASE\n"
1624"============== installing fuzzystrmatch               ==============\n"
1625"CREATE EXTENSION\n"
1626"============== installing postgis                     ==============\n"
1627"CREATE EXTENSION\n"
1628"============== installing postgis_tiger_geocoder      ==============\n"
1629"CREATE EXTENSION\n"
1630"============== installing address_standardizer        ==============\n"
1631"CREATE EXTENSION\n"
1632"============== running regression test queries        ==============\n"
1633"test test-normalize_address   ... ok\n"
1634"test test-pagc_normalize_address ... ok\n"
1635"\n"
1636"=====================\n"
1637"All 2 tests passed.\n"
1638"====================="
1639
1640#. Tag: title
1641#: installation.xml:722
1642#, no-c-format
1643msgid "Installation"
1644msgstr "インストール"
1645
1646#. Tag: para
1647#: installation.xml:724
1648#, no-c-format
1649msgid "To install PostGIS, type"
1650msgstr "PostGISをインストールするには、次のコマンドを実行します。"
1651
1652#. Tag: command
1653#: installation.xml:729
1654#, no-c-format
1655msgid "make install"
1656msgstr "make install"
1657
1658#. Tag: para
1659#: installation.xml:732
1660#, no-c-format
1661msgid ""
1662"This will copy the PostGIS installation files into their appropriate "
1663"subdirectory specified by the <command>--prefix</command> configuration "
1664"parameter. In particular:"
1665msgstr ""
1666"これにより、PostGISのインストールファイルが、<command>--prefix</command>パラ"
1667"メータで指定した、適切なサブディレクトリに複写されます。次に特筆すべきサブ"
1668"ディレクトリを示します。"
1669
1670#. Tag: para
1671#: installation.xml:740
1672#, no-c-format
1673msgid ""
1674"The loader and dumper binaries are installed in <filename>[prefix]/bin</"
1675"filename>."
1676msgstr ""
1677"ローダとダンパのバイナリのインストール先は<filename>[prefix]/bin</filename>で"
1678"す。"
1679
1680#. Tag: para
1681#: installation.xml:747
1682#, no-c-format
1683msgid ""
1684"The SQL files, such as <filename>postgis.sql</filename>, are installed in "
1685"<filename>[prefix]/share/contrib</filename>."
1686msgstr ""
1687"<filename>postgis.sql</filename>などのSQLファイルのインストール先は"
1688"<filename>[prefix]/share/contrib</filename>です。"
1689
1690#. Tag: para
1691#: installation.xml:754
1692#, no-c-format
1693msgid ""
1694"The PostGIS libraries are installed in <filename>[prefix]/lib</filename>."
1695msgstr ""
1696"PostGISライブラリのインストール先は<filename>[prefix]/lib</filename>です。"
1697
1698#. Tag: para
1699#: installation.xml:761
1700#, no-c-format
1701msgid ""
1702"If you previously ran the <command>make comments</command> command to "
1703"generate the <filename>postgis_comments.sql</filename>, "
1704"<filename>raster_comments.sql</filename> file, install the sql file by "
1705"running"
1706msgstr ""
1707"先に<command>make comments</command>を実行して<filename>postgis_comments."
1708"sql</filename>, <filename>raster_comments.sql</filename>を生成していた場合"
1709"は、次のコマンドを実行すると、これらのSQLファイルがインストールされます。"
1710
1711#. Tag: command
1712#: installation.xml:768
1713#, no-c-format
1714msgid "make comments-install"
1715msgstr "make comments-install"
1716
1717#. Tag: para
1718#: installation.xml:772
1719#, no-c-format
1720msgid ""
1721"<filename>postgis_comments.sql</filename>, <filename>raster_comments.sql</"
1722"filename>, <filename>topology_comments.sql</filename> was separated from the "
1723"typical build and installation targets since with it comes the extra "
1724"dependency of <command>xsltproc</command>."
1725msgstr ""
1726"<filename>postgis_comments.sql</filename>, <filename>raster_comments.sql</"
1727"filename>, <filename>topology_comments.sql</filename>は、<command>xsltproc</"
1728"command>の外部依存ができたので、通常のビルドとインストールから切り離されまし"
1729"た。"
1730
1731#. Tag: title
1732#: installation.xml:781
1733#, no-c-format
1734msgid "Installing and Using the address standardizer"
1735msgstr "PAGC住所標準化ツールのインストールと使用"
1736
1737#. Tag: para
1738#: installation.xml:782
1739#, no-c-format
1740msgid ""
1741"The <code>address_standardizer</code> extension used to be a separate "
1742"package that required separate download. From PostGIS 2.2 on, it is now "
1743"bundled in. For more information about the address_standardize, what it "
1744"does, and how to configure it for your needs, refer to <xref linkend="
1745"\"Address_Standardizer\"/>."
1746msgstr ""
1747"<code>address_standardizer</code>エクステンションは、別途ダウンロードする必要"
1748"がある別パッケージとしていました。PostGIS 2.2からは同梱されています。"
1749"address_standardizeの追加情報、できること、および、コンフィギュレーション方法"
1750"については、<xref linkend=\"Address_Standardizer\"/>をご覧下さい。"
1751
1752#. Tag: para
1753#: installation.xml:784
1754#, no-c-format
1755msgid ""
1756"This standardizer can be used in conjunction with the PostGIS packaged tiger "
1757"geocoder extension as a replacement for the <xref linkend=\"Normalize_Address"
1758"\"/> discussed. To use as replacement refer to <xref linkend="
1759"\"tiger_pagc_address_standardizing\"/>. You can also use it as a building "
1760"block for your own geocoder or use it to standardize your addresses for "
1761"easier compare of addresses."
1762msgstr ""
1763"標準化エクステンションは、<xref linkend=\"Normalize_Address\"/>の後継で、"
1764"PostGISに入っているTigerジオコーダエクステンションに使うことができます。この"
1765"場合の使い方については<xref linkend=\"tiger_pagc_address_standardizing\"/>を"
1766"参照して下さい。また、ユーザ自身がつくるジオコーダの要素として使用したり、住"
1767"所の比較を簡単にするために住所を標準化するために使うことができます。"
1768
1769#. Tag: para
1770#: installation.xml:788
1771#, no-c-format
1772msgid ""
1773"The address standardizer relies on PCRE which is usually already installed "
1774"on many Nix systems, but you can download the latest at: <ulink url=\"http://"
1775"www.pcre.org\">http://www.pcre.org</ulink>. If during <xref linkend="
1776"\"installation_configuration\"/>, PCRE is found, then the address "
1777"standardizer extension will automatically be built. If you have a custom "
1778"pcre install you want to use instead, pass to configure <code>--with-"
1779"pcredir=/path/to/pcre</code> where <filename>/path/to/pcre</filename> is the "
1780"root folder for your pcre include and lib directories."
1781msgstr ""
1782"住所標準化エクステンションはPCREに依存しています。PCREは多くのUNIX系システム"
1783"にインストールされていますが、<ulink url=\"http://www.pcre.org\">http://www."
1784"pcre.org</ulink>から最新版をダウンロードできます。<xref linkend="
1785"\"installation_configuration\"/>の際にPCREを発見すると、住所標準化エクステン"
1786"ションが自動的にビルドされます。使用したいPCREのインストールが独自なものであ"
1787"る場合は、configureに<code>--with-pcredir=/path/to/pcre</code>を渡します。"
1788"<filename>/path/to/pcre</filename>は、PCREのincludeとlibのあるルートフォルダ"
1789"です。"
1790
1791#. Tag: para
1792#: installation.xml:791
1793#, no-c-format
1794msgid ""
1795"For Windows users, the PostGIS 2.1+ bundle is packaged with the "
1796"address_standardizer already so no need to compile and can move straight to "
1797"<code>CREATE EXTENSION</code> step."
1798msgstr ""
1799"Windowsでは、PostGIS 2.1以上に住所標準化エクステンションが同梱されているの"
1800"で、コンパイルを行わずに、すぐに<code>CREATE EXTENSION</code>に行くことができ"
1801"ます。"
1802
1803#. Tag: para
1804#: installation.xml:794
1805#, no-c-format
1806msgid ""
1807"Once you have installed, you can connect to your database and run the SQL:"
1808msgstr "インストールしたら、対象データベースに接続して次のSQLが実行できます。"
1809
1810#. Tag: programlisting
1811#: installation.xml:795
1812#, no-c-format
1813msgid "CREATE EXTENSION address_standardizer;"
1814msgstr "CREATE EXTENSION address_standardizer;"
1815
1816#. Tag: para
1817#: installation.xml:797
1818#, no-c-format
1819msgid "The following test requires no rules, gaz, or lex tables"
1820msgstr "次のテストでは、rules, gaz, lexテーブルは必要ありません。"
1821
1822#. Tag: programlisting
1823#: installation.xml:798
1824#, no-c-format
1825msgid ""
1826"SELECT num, street, city, state, zip\n"
1827" FROM parse_address('1 Devonshire Place PH301, Boston, MA 02109');"
1828msgstr ""
1829"SELECT num, street, city, state, zip\n"
1830" FROM parse_address('1 Devonshire Place PH301, Boston, MA 02109');"
1831
1832#. Tag: para
1833#: installation.xml:799
1834#, no-c-format
1835msgid "Output should be"
1836msgstr "出力は次のようになります。"
1837
1838#. Tag: screen
1839#: installation.xml:800
1840#, no-c-format
1841msgid ""
1842"num |         street         |  city  | state |  zip\n"
1843"-----+------------------------+--------+-------+-------\n"
1844" 1   | Devonshire Place PH301 | Boston | MA    | 02109"
1845msgstr ""
1846"num |         street         |  city  | state |  zip\n"
1847"-----+------------------------+--------+-------+-------\n"
1848" 1   | Devonshire Place PH301 | Boston | MA    | 02109"
1849
1850#. Tag: title
1851#: installation.xml:802
1852#, no-c-format
1853msgid "Installing Regex::Assemble"
1854msgstr "Regex::Assembleのインストール"
1855
1856#. Tag: para
1857#: installation.xml:803
1858#, no-c-format
1859msgid ""
1860"Perl Regex:Assemble is no longer needed for compiling address_standardizer "
1861"extension since the files it generates are part of the source tree. However "
1862"if you need to edit the <filename>usps-st-city-orig.txt</filename> or "
1863"<filename>usps-st-city-orig.txt usps-st-city-adds.tx</filename>, you need to "
1864"rebuild <filename>parseaddress-stcities.h</filename> which does require "
1865"Regex:Assemble."
1866msgstr ""
1867"PerlのRegex::Assembleは、ソースツリーの一部がこれで作られていますが、住所標準"
1868"化エクステンションではもはや不要です。ただし、<filename>usps-st-city-orig."
1869"txt</filename>または<filename>usps-st-city-orig.txt usps-st-city-adds.tx</"
1870"filename>を編集する必要がある場合は、<filename>parseaddress-stcities.h</"
1871"filename>のリビルドでRegex:Assembleが必要です。"
1872
1873#. Tag: programlisting
1874#: installation.xml:804
1875#, no-c-format
1876msgid "cpan Regexp::Assemble"
1877msgstr "cpan Regexp::Assemble"
1878
1879#. Tag: para
1880#: installation.xml:805
1881#, no-c-format
1882msgid "or if you are on Ubuntu / Debian you might need to do"
1883msgstr ""
1884"Ubuntu / Degianの場合には、次のようにしなければならないかも知れません。"
1885
1886#. Tag: programlisting
1887#: installation.xml:806
1888#, no-c-format
1889msgid "sudo perl -MCPAN -e \"install Regexp::Assemble\""
1890msgstr "sudo perl -MCPAN -e \"install Regexp::Assemble\""
1891
1892#. Tag: title
1893#: installation.xml:811
1894#, no-c-format
1895msgid "Installing, Upgrading Tiger Geocoder and loading data"
1896msgstr "Tigerジオコーダのインストールとアップグレードとデータロード"
1897
1898#. Tag: para
1899#: installation.xml:813
1900#, no-c-format
1901msgid ""
1902"Extras like Tiger geocoder may not be packaged in your PostGIS distribution. "
1903"If you are missing the tiger geocoder extension or want a newer version than "
1904"what your install comes with, then use the <filename>share/extension/"
1905"postgis_tiger_geocoder.*</filename> files from the packages in <ulink url="
1906"\"http://postgis.net/windows_downloads/\">Windows Unreleased Versions</"
1907"ulink> section for your version of PostgreSQL. Although these packages are "
1908"for windows, the postgis_tiger_geocoder extension files will work on any OS "
1909"since the extension is an SQL/plpgsql only extension."
1910msgstr ""
1911"Tigerジオコーダのような拡張機能はPostGISディストリビューションに同梱されてい"
1912"ません。Tigerジオコーダエクステンションが無かったり、インストールしているもの"
1913"より新しい版のものが欲しい場合には、<ulink url=\"http://postgis.net/"
1914"windows_downloads/\">Windows Unreleased Versions</ulink>節でPostgreSQLの版に"
1915"合ったパッケージにある<filename>share/extension/postgis_tiger_geocoder.*</"
1916"filename>ファイルを使います。これらのパッケージはWindows用ですが、"
1917"postgis_tige_geocoderエクステンションファイルは、SQLとPL/pgSQLだけですので、"
1918"他のOSでも動作します。"
1919
1920#. Tag: title
1921#: installation.xml:817
1922#, no-c-format
1923msgid "Tiger Geocoder Enabling your PostGIS database: Using Extension"
1924msgstr ""
1925"TigerジオコーダをPostGISデータベースで有効にする: エクステンションを使用"
1926
1927#. Tag: para
1928#: installation.xml:818
1929#, no-c-format
1930msgid ""
1931"If you are using PostgreSQL 9.1+ and PostGIS 2.1+, you can take advantage of "
1932"the new extension model for installing tiger geocoder. To do so:"
1933msgstr ""
1934"PostgreSQL 9.1以上とPostGIS 2.1.0を使用している場合は、Tigerジオコーダのイン"
1935"ストールで、新しいエクステンションモデルの利点を得ることができます。次のよう"
1936"にします。"
1937
1938#. Tag: para
1939#: installation.xml:820
1940#, no-c-format
1941msgid ""
1942"First get binaries for PostGIS 2.1+ or compile and install as usual. This "
1943"should install the necessary extension files as well for tiger geocoder."
1944msgstr ""
1945"まず、通常の方法で、PostGIS 2.1.0のバイナリを取得するか、コンパイルしてインス"
1946"トールします。これにより重要なエクステンションファイルとTigerジオコーダのファ"
1947"イルがインストールされます。"
1948
1949#. Tag: para
1950#: installation.xml:821
1951#, no-c-format
1952msgid ""
1953"Connect to your database via psql or pgAdmin or some other tool and run the "
1954"following SQL commands. Note that if you are installing in a database that "
1955"already has postgis, you don't need to do the first step. If you have "
1956"<varname>fuzzystrmatch</varname> extension already installed, you don't need "
1957"to do the second step either."
1958msgstr ""
1959"psql、pgAdminまたは他のツールでデータベースに接続して、次のSQLコマンドを実行"
1960"します。既にPostGISを持っているデータベースにインストールする場合は、一つ目の"
1961"手順は不要です。<varname>fuzzystrmatch</varname>エクステンションが既にインス"
1962"トールされている場合は、二つ目の手順は不要です。"
1963
1964#. Tag: programlisting
1965#: installation.xml:822
1966#, no-c-format
1967msgid ""
1968"CREATE EXTENSION postgis;\n"
1969"CREATE EXTENSION fuzzystrmatch;\n"
1970"CREATE EXTENSION postgis_tiger_geocoder;\n"
1971"--this one is optional if you want to use the rules based standardizer "
1972"(pagc_normalize_address)\n"
1973"CREATE EXTENSION address_standardizer;"
1974msgstr ""
1975"CREATE EXTENSION postgis;\n"
1976"CREATE EXTENSION fuzzystrmatch;\n"
1977"CREATE EXTENSION postgis_tiger_geocoder;\n"
1978"-- 規則を基にした住所標準化 (pagc_normalize_address)を使いたい場合の任意実"
1979"行\n"
1980"CREATE EXTENSION address_standardizer;"
1981
1982#. Tag: para
1983#: installation.xml:824
1984#, no-c-format
1985msgid ""
1986"If you already have postgis_tiger_geocoder extension installed, and just "
1987"want to update to the latest run:"
1988msgstr ""
1989"既にpostgis_tiger_geocoderエクステンションをインストールしていて、最新版に更"
1990"新するだけの場合には、次を実行します。"
1991
1992#. Tag: programlisting
1993#: installation.xml:825
1994#, no-c-format
1995msgid ""
1996"ALTER EXTENSION postgis UPDATE;\n"
1997"ALTER EXTENSION postgis_tiger_geocoder UPDATE;"
1998msgstr ""
1999"ALTER EXTENSION postgis UPDATE;\n"
2000"ALTER EXTENSION postgis_tiger_geocoder UPDATE;"
2001
2002#. Tag: para
2003#: installation.xml:826
2004#, no-c-format
2005msgid ""
2006"If you made custom entries or changes to <varname>tiger.loader_platform</"
2007"varname> and <varname>tiger.loader_variables</varname> you may need to "
2008"update these."
2009msgstr ""
2010"独自のエントリを生成した場合や、<varname>tiger.loader_platform</varname>と"
2011"<varname>tiger.loader_variables</varname>に変更を加えた場合には、これらをアッ"
2012"プデートしなければならないことがあります。"
2013
2014#. Tag: para
2015#: installation.xml:828
2016#, no-c-format
2017msgid ""
2018"To confirm your install is working correctly, run this sql in your database:"
2019msgstr ""
2020"正しくインストールされたかを確認するために、インストール対象データベース内で"
2021"次のSQLを実行します。"
2022
2023#. Tag: programlisting
2024#: installation.xml:829
2025#, no-c-format
2026msgid ""
2027"SELECT na.address, na.streetname,na.streettypeabbrev, na.zip\n"
2028"        FROM normalize_address('1 Devonshire Place, Boston, MA 02109') AS na;"
2029msgstr ""
2030"SELECT na.address, na.streetname,na.streettypeabbrev, na.zip\n"
2031"        FROM normalize_address('1 Devonshire Place, Boston, MA 02109') AS na;"
2032
2033#. Tag: para
2034#: installation.xml:830
2035#, no-c-format
2036msgid "Which should output"
2037msgstr "出力は次のようになります。"
2038
2039#. Tag: screen
2040#: installation.xml:831
2041#, no-c-format
2042msgid ""
2043"address | streetname | streettypeabbrev |  zip\n"
2044"---------+------------+------------------+-------\n"
2045"           1 | Devonshire | Pl               | 02109"
2046msgstr ""
2047"address | streetname | streettypeabbrev |  zip\n"
2048"---------+------------+------------------+-------\n"
2049"           1 | Devonshire | Pl               | 02109"
2050
2051#. Tag: para
2052#: installation.xml:833
2053#, no-c-format
2054msgid ""
2055"Create a new record in <varname>tiger.loader_platform</varname> table with "
2056"the paths of your executables and server."
2057msgstr ""
2058"<varname>tiger.loader_platform</varname>テーブルの、実行ファイルやサーバのパ"
2059"スを持つ新しいレコードを生成します。"
2060
2061#. Tag: para
2062#: installation.xml:834
2063#, no-c-format
2064msgid ""
2065"So for example to create a profile called debbie that follows <code>sh</"
2066"code> convention. You would do:"
2067msgstr ""
2068"<code>sh</code>コンベンションのあとにdebbieというプロファイルを生成する例とし"
2069"て、次のコマンドを実行します。"
2070
2071#. Tag: programlisting
2072#: installation.xml:835
2073#, no-c-format
2074msgid ""
2075"INSERT INTO tiger.loader_platform(os, declare_sect, pgbin, wget, "
2076"unzip_command, psql, path_sep,\n"
2077"                   loader, environ_set_command, county_process_command)\n"
2078"SELECT 'debbie', declare_sect, pgbin, wget, unzip_command, psql, path_sep,\n"
2079"           loader, environ_set_command, county_process_command\n"
2080"  FROM tiger.loader_platform\n"
2081"  WHERE os = 'sh';"
2082msgstr ""
2083"INSERT INTO tiger.loader_platform(os, declare_sect, pgbin, wget, "
2084"unzip_command, psql, path_sep,\n"
2085"                   loader, environ_set_command, county_process_command)\n"
2086"SELECT 'debbie', declare_sect, pgbin, wget, unzip_command, psql, path_sep,\n"
2087"           loader, environ_set_command, county_process_command\n"
2088"  FROM tiger.loader_platform\n"
2089"  WHERE os = 'sh';"
2090
2091#. Tag: para
2092#: installation.xml:836
2093#, no-c-format
2094msgid ""
2095"And then edit the paths in the <emphasis>declare_sect</emphasis> column to "
2096"those that fit Debbie's pg, unzip,shp2pgsql, psql, etc path locations."
2097msgstr ""
2098"それから、<emphasis>declare_sect</emphasis>カラム内のパスを編集して、Debbieの"
2099"pg, unzip, shp2pgsql, psql他のパス位置に適応するようにします。"
2100
2101#. Tag: para
2102#: installation.xml:838
2103#, no-c-format
2104msgid ""
2105"If you don't edit this <varname>loader_platform</varname> table, it will "
2106"just contain common case locations of items and you'll have to edit the "
2107"generated script after the script is generated."
2108msgstr ""
2109"<varname>loader_platform</varname>テーブルを編集しない場合は、一般的なアイテ"
2110"ムの位置を持っているので、スクリプトが生成された後で、スクリプトを編集しなけ"
2111"ればなりません。"
2112
2113#. Tag: para
2114#: installation.xml:840
2115#, no-c-format
2116msgid ""
2117"As of PostGIS 2.4.1 the Zip code-5 digit tabulation area <varname>zcta5</"
2118"varname> load step was revised to load current zcta5 data and is part of the "
2119"<xref linkend=\"Loader_Generate_Nation_Script\"/> when enabled. It is turned "
2120"off by default because it takes quite a bit of time to load (20 to 60 "
2121"minutes), takes up quite a bit of disk space, and is not used that often."
2122msgstr ""
2123"PostGIS 2.4.1からは、<varname>ZTCA5</varname> (Zip Code 5 digit Tabulation "
2124"Area)のロード手順が変更され、有効になった時に<xref linkend="
2125"\"Loader_Generate_Nation_Script\"/>の一部として現在のZCTA5データをロードする"
2126"ようになりました。デフォルトでは切られています。ロードにかなりの時間 (20から"
2127"60分)が取られ、かなりのディスクスペースを占有するのに、そんなに頻繁には使わな"
2128"いためです。"
2129
2130#. Tag: para
2131#: installation.xml:842
2132#, no-c-format
2133msgid "To enable it, do the following:"
2134msgstr "有効にするには、次のようにします。"
2135
2136#. Tag: programlisting
2137#: installation.xml:843
2138#, no-c-format
2139msgid ""
2140"UPDATE tiger.loader_lookuptables SET load = true WHERE table_name = "
2141"'zcta510';"
2142msgstr ""
2143"UPDATE tiger.loader_lookuptables SET load = true WHERE table_name = "
2144"'zcta510';"
2145
2146#. Tag: para
2147#: installation.xml:844
2148#, no-c-format
2149msgid ""
2150"If present the <xref linkend=\"Geocode\"/> function can use it if a boundary "
2151"filter is added to limit to just zips in that boundary. The <xref linkend="
2152"\"Reverse_Geocode\"/> function uses it if the returned address is missing a "
2153"zip, which often happens with highway reverse geocoding."
2154msgstr ""
2155"境界のフィルタが追加され、ちょうど境界内のZIPに制限された場合に、<xref "
2156"linkend=\"Geocode\"/>関数は、ZCTA5が存在するなら使います。<xref linkend="
2157"\"Reverse_Geocode\"/>関数は、返された住所にZIPコードが無い場合に (しばしば高"
2158"速道路での逆ジオコーディングで発生します)、これを使います。"
2159
2160#. Tag: para
2161#: installation.xml:847
2162#, no-c-format
2163msgid ""
2164"Create a folder called <filename>gisdata</filename> on root of server or "
2165"your local pc if you have a fast network connection to the server. This "
2166"folder is where the tiger files will be downloaded to and processed. If you "
2167"are not happy with having the folder on the root of the server, or simply "
2168"want to change to a different folder for staging, then edit the field "
2169"<varname>staging_fold</varname> in the <varname>tiger.loader_variables</"
2170"varname> table."
2171msgstr ""
2172"サーバまたはローカル (サーバへのネットワーク接続が早い場合)のルートに"
2173"<filename>gisdata</filename>というフォルダを作成します。このフォルダはTiger"
2174"ファイルがダウンロードされ、処理される場所です。サーバのルートにフォルダを作"
2175"ると不幸になる場合や、単に他のフォルダに移したい場合には、<varname>tiger."
2176"loader_variables</varname>テーブルの<varname>staging_fold</varname>フィールド"
2177"を編集します。"
2178
2179#. Tag: para
2180#: installation.xml:849
2181#, fuzzy, no-c-format
2182msgid ""
2183"Create a folder called temp in the <filename>gisdata</filename> folder or "
2184"wherever you designated the <varname>staging_fold</varname> to be. This will "
2185"be the folder where the loader extracts the downloaded tiger data."
2186msgstr ""
2187"<filename>gisdata</filename>フォルダ内にtempというフォルダを作成します。もし"
2188"くは、<varname>staging_fold</varname>で示されたフォルダを作成します。ローダが"
2189"ダウンロードしたTigerデータを展開する場所です。"
2190
2191#. Tag: para
2192#: installation.xml:851
2193#, no-c-format
2194msgid ""
2195"Then run the <xref linkend=\"Loader_Generate_Nation_Script\"/> SQL function "
2196"make sure to use the name of your custom profile and copy the script to a ."
2197"sh or .bat file. So for example to build the nation load:"
2198msgstr ""
2199"そして、SQL関数<xref linkend=\"Loader_Generate_Nation_Script\"/>を実行して、"
2200"独自のプロファイルの名前を使うか確認し、.shまたは.batファイルにスクリプトを複"
2201"写します。たとえば、新しいプロファイルで国のロードを行う場合には、次のように"
2202"します。"
2203
2204#. Tag: programlisting
2205#: installation.xml:852
2206#, no-c-format
2207msgid ""
2208"psql -c \"SELECT Loader_Generate_Nation_Script('debbie')\" -d geocoder -tA "
2209"> /gisdata/nation_script_load.sh"
2210msgstr ""
2211"psql -c \"SELECT Loader_Generate_Nation_Script('debbie')\" -d geocoder -tA "
2212"> /gisdata/nation_script_load.sh"
2213
2214#. Tag: para
2215#: installation.xml:855
2216#, no-c-format
2217msgid "Run the generated nation load commandline scripts."
2218msgstr "生成された国データをロードするコマンドラインスクリプトを実行します。"
2219
2220#. Tag: programlisting
2221#: installation.xml:856
2222#, no-c-format
2223msgid ""
2224"cd /gisdata\n"
2225"sh nation_script_load.sh"
2226msgstr ""
2227"cd /gisdata\n"
2228"sh nation_script_load.sh"
2229
2230#. Tag: para
2231#: installation.xml:859
2232#, no-c-format
2233msgid ""
2234"After you are done running the nation script, you should have three tables "
2235"in your <code>tiger_data</code> schema and they should be filled with data. "
2236"Confirm you do by doing the following queries from psql or pgAdmin"
2237msgstr ""
2238"国スクリプトを実行した後、<code>tiger_data</code>スキーマに三つのテーブルが作"
2239"られ、データが格納されています。次のクエリをpsqlかpgAdminから実行して、確認し"
2240"ます。"
2241
2242#. Tag: programlisting
2243#: installation.xml:860
2244#, no-c-format
2245msgid "SELECT count(*) FROM tiger_data.county_all;"
2246msgstr "SELECT count(*) FROM tiger_data.county_all;"
2247
2248#. Tag: screen
2249#: installation.xml:861
2250#, no-c-format
2251msgid ""
2252"count\n"
2253"-------\n"
2254"  3233\n"
2255"(1 row)"
2256msgstr ""
2257"count\n"
2258"-------\n"
2259"  3233\n"
2260"(1 row)"
2261
2262#. Tag: programlisting
2263#: installation.xml:862
2264#, no-c-format
2265msgid "SELECT count(*) FROM tiger_data.state_all;"
2266msgstr "SELECT count(*) FROM tiger_data.state_all;"
2267
2268#. Tag: screen
2269#: installation.xml:863
2270#, no-c-format
2271msgid ""
2272"count\n"
2273"-------\n"
2274"    56\n"
2275"(1 row)"
2276msgstr ""
2277"count\n"
2278"-------\n"
2279"    56\n"
2280"(1 row)"
2281
2282#. Tag: para
2283#: installation.xml:866
2284#, no-c-format
2285msgid ""
2286"By default the tables corresponding to <varname>bg</varname>, "
2287"<varname>tract</varname>, <varname>tabblock</varname> are not loaded. These "
2288"tables are not used by the geocoder but are used by folks for population "
2289"statistics. If you wish to load them as part of your state loads, run the "
2290"following statement to enable them."
2291msgstr ""
2292"デフォルトでは<varname>bg</varname>, <varname>tract</varname>, "
2293"<varname>tabblock</varname>に対応するテーブルはロードされません。ジオコーダは"
2294"これらのテーブルを使いませんが、一般に、人口統計に使います。州データのロード"
2295"の一部としてロードするには、次の手続きを実行して有効にします。"
2296
2297#. Tag: programlisting
2298#: installation.xml:868
2299#, no-c-format
2300msgid ""
2301"UPDATE tiger.loader_lookuptables SET load = true WHERE load = false AND "
2302"lookup_name IN('tract', 'bg', 'tabblock');"
2303msgstr ""
2304"UPDATE tiger.loader_lookuptables SET load = true WHERE load = false AND "
2305"lookup_name IN('tract', 'bg', 'tabblock');"
2306
2307#. Tag: para
2308#: installation.xml:869
2309#, no-c-format
2310msgid ""
2311"Alternatively you can load just these tables after loading state data using "
2312"the <xref linkend=\"Loader_Generate_Census_Script\"/>"
2313msgstr ""
2314"もしくは、<xref linkend=\"Loader_Generate_Census_Script\"/>を使って州のデータ"
2315"をロードした後に、これらのテーブルだけをロードできます。"
2316
2317#. Tag: para
2318#: installation.xml:871
2319#, no-c-format
2320msgid ""
2321"For each state you want to load data for, generate a state script <xref "
2322"linkend=\"Loader_Generate_Script\"/>."
2323msgstr ""
2324"データをロードしたい州ごとに、<xref linkend=\"Loader_Generate_Script\"/>で州"
2325"スクリプトを作ります。"
2326
2327#. Tag: para
2328#: installation.xml:871
2329#, no-c-format
2330msgid ""
2331"DO NOT Generate the state script until you have already loaded the nation "
2332"data, because the state script utilizes county list loaded by nation script."
2333msgstr ""
2334"国データのロードを完了する前に*州スクリプトを作ってはなりません*。州スクリプ"
2335"トは国スクリプトでロードされる国リストを利用するためです。"
2336
2337#. Tag: programlisting
2338#: installation.xml:873
2339#, no-c-format
2340msgid ""
2341"psql -c \"SELECT Loader_Generate_Script(ARRAY['MA'], 'debbie')\" -d geocoder "
2342"-tA > /gisdata/ma_load.sh"
2343msgstr ""
2344"psql -c \"SELECT Loader_Generate_Script(ARRAY['MA'], 'debbie')\" -d geocoder "
2345"-tA > /gisdata/ma_load.sh"
2346
2347#. Tag: para
2348#: installation.xml:875
2349#, no-c-format
2350msgid "Run the generated commandline scripts."
2351msgstr "生成されたコマンドラインスクリプトを実行します。"
2352
2353#. Tag: programlisting
2354#: installation.xml:876
2355#, no-c-format
2356msgid ""
2357"cd /gisdata\n"
2358"sh ma_load.sh"
2359msgstr ""
2360"cd /gisdata\n"
2361"sh ma_load.sh"
2362
2363#. Tag: para
2364#: installation.xml:878
2365#, no-c-format
2366msgid ""
2367"After you are done loading all data or at a stopping point, it's a good idea "
2368"to analyze all the tiger tables to update the stats (include inherited stats)"
2369msgstr ""
2370"全てのデータのロードが完了するか中断ポイントに達した後に、全てのtigerテーブル"
2371"に対してanalyzeを実行して、(継承されたものも含めて)状態を更新するのは良いこと"
2372"です。"
2373
2374#. Tag: programlisting
2375#: installation.xml:879
2376#, fuzzy, no-c-format
2377msgid ""
2378"SELECT install_missing_indexes();\n"
2379"vacuum (analyze, verbose) tiger.addr;\n"
2380"vacuum (analyze, verbose) tiger.edges;\n"
2381"vacuum (analyze, verbose) tiger.faces;\n"
2382"vacuum (analyze, verbose) tiger.featnames;\n"
2383"vacuum (analyze, verbose) tiger.place;\n"
2384"vacuum (analyze, verbose) tiger.cousub;\n"
2385"vacuum (analyze, verbose) tiger.county;\n"
2386"vacuum (analyze, verbose) tiger.state;\n"
2387"vacuum (analyze, verbose) tiger.zip_lookup_base;\n"
2388"vacuum (analyze, verbose) tiger.zip_state;\n"
2389"vacuum (analyze, verbose) tiger.zip_state_loc;"
2390msgstr ""
2391"SELECT install_missing_indexes();\n"
2392"vacuum analyze verbose tiger.addr;\n"
2393"vacuum analyze verbose tiger.edges;\n"
2394"vacuum analyze verbose tiger.faces;\n"
2395"vacuum analyze verbose tiger.featnames;\n"
2396"vacuum analyze verbose tiger.place;\n"
2397"vacuum analyze verbose tiger.cousub;\n"
2398"vacuum analyze verbose tiger.county;\n"
2399"vacuum analyze verbose tiger.state;\n"
2400"vacuum analyze verbose tiger.zip_lookup_base;\n"
2401"vacuum analyze verbose tiger.zip_state;\n"
2402"vacuum analyze verbose tiger.zip_state_loc;"
2403
2404#. Tag: title
2405#: installation.xml:882
2406#, no-c-format
2407msgid "Converting a Tiger Geocoder Regular Install to Extension Model"
2408msgstr "Tigerジオコーダ通常インストールのエクステンションモデルへの変換"
2409
2410#. Tag: para
2411#: installation.xml:883
2412#, no-c-format
2413msgid ""
2414"If you installed the tiger geocoder without using the extension model, you "
2415"can convert to the extension model as follows:"
2416msgstr ""
2417"エクステンションモデルを使わずにTigerジオコーダをインストールしている場合に、"
2418"次のようにして、エクステンションモデルに変換できます。"
2419
2420#. Tag: para
2421#: installation.xml:885
2422#, no-c-format
2423msgid ""
2424"Follow instructions in <xref linkend=\"upgrade_tiger_geocoder\"/> for the "
2425"non-extension model upgrade."
2426msgstr ""
2427"<xref linkend=\"upgrade_tiger_geocoder\" />の指示に従って非エクステンションモ"
2428"デルのアップグレードを行います。"
2429
2430#. Tag: para
2431#: installation.xml:886
2432#, no-c-format
2433msgid ""
2434"Connect to your database with psql or pgAdmin and run the following command:"
2435msgstr "psqlまたはpgAdminでデータベースに接続して、次のコマンドを実行します。"
2436
2437#. Tag: programlisting
2438#: installation.xml:887
2439#, no-c-format
2440msgid "CREATE EXTENSION postgis_tiger_geocoder FROM unpackaged;"
2441msgstr "CREATE EXTENSION postgis_tiger_geocoder FROM unpackaged;"
2442
2443#. Tag: title
2444#: installation.xml:894
2445#, no-c-format
2446msgid "Tiger Geocoder Enabling your PostGIS database: Not Using Extensions"
2447msgstr ""
2448"TigerジオコーダをPostGISデータベースで有効にする: エクステンション不使用"
2449
2450#. Tag: para
2451#: installation.xml:895
2452#, no-c-format
2453msgid "First install PostGIS using the prior instructions."
2454msgstr "まず、上述の手順でPostGISをインストールします。"
2455
2456#. Tag: para
2457#: installation.xml:899 installation.xml:959
2458#, no-c-format
2459msgid ""
2460"If you don't have an extras folder, download <ulink url="
2461"\"&postgis_download_url;\">&postgis_download_url;</ulink>"
2462msgstr ""
2463"extrasフォルダが無い場合、<ulink url=\"&postgis_download_url;"
2464"\">&postgis_download_url;</ulink>をダウンロードします。"
2465
2466#. Tag: command
2467#: installation.xml:904 installation.xml:964
2468#, no-c-format
2469msgid "tar xvfz postgis-&last_release_version;.tar.gz"
2470msgstr "tar xvfz postgis-&last_release_version;.tar.gz"
2471
2472#. Tag: command
2473#: installation.xml:908
2474#, no-c-format
2475msgid "cd postgis-&last_release_version;/extras/tiger_geocoder"
2476msgstr "cd postgis-&last_release_version;/extras/tiger_geocoder"
2477
2478#. Tag: para
2479#: installation.xml:911
2480#, no-c-format
2481msgid ""
2482"Edit the <filename>tiger_loader_2015.sql</filename> (or latest loader file "
2483"you find, unless you want to load different year) to the paths of your "
2484"executables server etc or alternatively you can update the "
2485"<varname>loader_platform</varname> table once installed. If you don't edit "
2486"this file or the <varname>loader_platform</varname> table, it will just "
2487"contain common case locations of items and you'll have to edit the generated "
2488"script after the fact when you run the <xref linkend="
2489"\"Loader_Generate_Nation_Script\"/> and <xref linkend="
2490"\"Loader_Generate_Script\"/> SQL functions."
2491msgstr ""
2492"<filename>tiger_loader_2015.sql</filename> (違う年のものをロードしたくないな"
2493"らば最新のローダファイル)をあなたの実行サーバ等のパスに編集します。もしくは"
2494"<varname>loader_platform</varname>がインストールされた後に一度これを更新しま"
2495"す。このファイルも<varname>loader_platform</varname>も編集しない場合には、一"
2496"般的なアイテムの位置を持っているだけなので、<xref linkend="
2497"\"Loader_Generate_Nation_Script\"/>と<xref linkend=\"Loader_Generate_Script"
2498"\"/>を実行した後に、生成されたスクリプトを編集しなければなりません。"
2499
2500#. Tag: para
2501#: installation.xml:913
2502#, no-c-format
2503msgid ""
2504"If you are installing Tiger geocoder for the first time edit either the "
2505"<filename>create_geocode.bat</filename> script If you are on windows or the "
2506"<filename>create_geocode.sh</filename> if you are on Linux/Unix/Mac OSX with "
2507"your PostgreSQL specific settings and run the corresponding script from the "
2508"commandline."
2509msgstr ""
2510"初めてTigerジオコーダをインストールする場合は、Windowsでは"
2511"<filename>create_geocode.bat</filename>を、またLinux/Unix/Mac OSXでは"
2512"<filename>create_geocode.sh</filename>を、使用するPostgreSQLにとって独自の設"
2513"定に変更したうえで、コマンドラインから対応するスクリプトを実行します。"
2514
2515#. Tag: para
2516#: installation.xml:917
2517#, no-c-format
2518msgid ""
2519"Verify that you now have a <varname>tiger</varname> schema in your database "
2520"and that it is part of your database search_path. If it is not, add it with "
2521"a command something along the line of:"
2522msgstr ""
2523"データベースに<varname>tiger</varname>スキーマがあることを確認します。もし無"
2524"い場合は、次の行を参考に、コマンドを実行します。"
2525
2526#. Tag: programlisting
2527#: installation.xml:917
2528#, no-c-format
2529msgid "ALTER DATABASE geocoder SET search_path=public, tiger;"
2530msgstr "ALTER DATABASE geocoder SET search_path=public, tiger;"
2531
2532#. Tag: para
2533#: installation.xml:918
2534#, no-c-format
2535msgid ""
2536"The normalizing address functionality works more or less without any data "
2537"except for tricky addresses. Run this test and verify things look like this:"
2538msgstr ""
2539"住所正規化機能は、トリッキーな住所を除いて、大体データなしで動作します。テス"
2540"トを実行して次のように見えることを確認して下さい。"
2541
2542#. Tag: programlisting
2543#: installation.xml:919
2544#, no-c-format
2545msgid ""
2546"SELECT pprint_addy(normalize_address('202 East Fremont Street, Las Vegas, "
2547"Nevada 89101')) As pretty_address;\n"
2548"pretty_address\n"
2549"---------------------------------------\n"
2550"202 E Fremont St, Las Vegas, NV 89101"
2551msgstr ""
2552"SELECT pprint_addy(normalize_address('202 East Fremont Street, Las Vegas, "
2553"Nevada 89101')) As pretty_address;\n"
2554"pretty_address\n"
2555"---------------------------------------\n"
2556"202 E Fremont St, Las Vegas, NV 89101"
2557
2558#. Tag: title
2559#: installation.xml:922
2560#, no-c-format
2561msgid "Using Address Standardizer Extension with Tiger geocoder"
2562msgstr ""
2563"TigerジオコーダをPostGISデータベースで有効にする: エクステンションを使用"
2564
2565#. Tag: para
2566#: installation.xml:923
2567#, no-c-format
2568msgid ""
2569"One of the many complaints of folks is the address normalizer function <xref "
2570"linkend=\"Normalize_Address\"/> function that normalizes an address for "
2571"prepping before geocoding. The normalizer is far from perfect and trying to "
2572"patch its imperfectness takes a vast amount of resources. As such we have "
2573"integrated with another project that has a much better address standardizer "
2574"engine. To use this new address_standardizer, you compile the extension as "
2575"described in <xref linkend=\"installing_pagc_address_standardizer\"/> and "
2576"install as an extension in your database."
2577msgstr ""
2578"皆さんが問題と思われるの多くのことのひとつに、ジオコーディング前の準備に住所"
2579"を正規化する関数<xref linkend=\"Normalize_Address\"/>があります。住所正規化は"
2580"万全と言うにはほど遠く、パッチをあてようとすると膨大な資源を費やします。よっ"
2581"て、より良い住所標準化エンジンを持つ他のプロジェクトに統合しました。この新し"
2582"い住所標準化を使うには、<xref linkend=\"installing_pagc_address_standardizer"
2583"\"/>で記述するようにエクステンションをコンパイルし、使用するデータベースにイ"
2584"ンストールします。"
2585
2586#. Tag: para
2587#: installation.xml:926
2588#, no-c-format
2589msgid ""
2590"Once you install this extension in the same database as you have installed "
2591"<code>postgis_tiger_geocoder</code>, then the <xref linkend="
2592"\"Pagc_Normalize_Address\"/> can be used instead of <xref linkend="
2593"\"Normalize_Address\"/>. This extension is tiger agnostic, so can be used "
2594"with other data sources such as international addresses. The tiger geocoder "
2595"extension does come packaged with its own custom versions of <xref linkend="
2596"\"rulestab\"/> ( <code>tiger.pagc_rules</code>) , <xref linkend=\"gaztab\"/> "
2597"(<code>tiger.pagc_gaz</code>), and <xref linkend=\"lextab\"/> (<code>tiger."
2598"pagc_lex</code>). These you can add and update to improve your standardizing "
2599"experience for your own needs."
2600msgstr ""
2601"このエクステンションを<code>postgis_tiger_geocoder</code>をインストールしてい"
2602"るデータベースにインストールすると、<xref linkend=\"Pagc_Normalize_Address\"/"
2603">を、<xref linkend=\"Normalize_Address\"/>の代わりに使うことができます。この"
2604"エクステンションはTigerジオコーダからは見えないので、国際的な住所といった他の"
2605"データソースでも使えます。Tigerジオコーダエクステンションは、その版の<xref "
2606"linkend=\"rulestab\"/> (<code>tiger.pagc_rules</code>), <xref linkend="
2607"\"gaztab\"/> (<code>tiger.pagc_gaz</code>), <xref linkend=\"lextab\"/> "
2608"(<code>tiger.pagc_lex</code>)を同梱しています。これらは、必要に応じて標準化の"
2609"改善のために追加や更新ができます。"
2610
2611#. Tag: title
2612#: installation.xml:929
2613#, no-c-format
2614msgid "Loading Tiger Data"
2615msgstr "Tigerデータのロード"
2616
2617#. Tag: para
2618#: installation.xml:930
2619#, no-c-format
2620msgid ""
2621"The instructions for loading data are available in a more detailed form in "
2622"the <filename>extras/tiger_geocoder/tiger_2011/README</filename>. This just "
2623"includes the general steps."
2624msgstr ""
2625"データロードの説明の詳細は<filename>extras/tiger_geocoder/tiger_2011/README</"
2626"filename>にあります。これは一般的な手順を示しています。"
2627
2628#. Tag: para
2629#: installation.xml:931
2630#, no-c-format
2631msgid ""
2632"The load process downloads data from the census website for the respective "
2633"nation files, states requested, extracts the files, and then loads each "
2634"state into its own separate set of state tables. Each state table inherits "
2635"from the tables defined in <varname>tiger</varname> schema so that its "
2636"sufficient to just query those tables to access all the data and drop a set "
2637"of state tables at any time using the <xref linkend="
2638"\"Drop_State_Tables_Generate_Script\"/> if you need to reload a state or "
2639"just don't need a state anymore."
2640msgstr ""
2641"ロードプロセスによって、米センサスウェブサイトから個々の国ファイル、リクエス"
2642"トされた州のデータをダウンロードし、ファイルを展開し、個別の州をそれぞれの州"
2643"テーブルの集合にロードします。各州のテーブルは、<varname>tiger</varname>ス"
2644"キーマで定義されたテーブルを継承しているので、これらのテーブルに対して全ての"
2645"データにアクセスするためのクエリを出すことができますし、州の再読み込みが必要"
2646"となったり、州が必要ない場合には、<xref linkend="
2647"\"Drop_State_Tables_Generate_Script\"/>で、いつでも州テーブルの集合を削除する"
2648"クエリを出すことができます。"
2649
2650#. Tag: para
2651#: installation.xml:933
2652#, no-c-format
2653msgid "In order to be able to load data you'll need the following tools:"
2654msgstr "データのロードを可能にするためには次のツールが必要です。"
2655
2656#. Tag: para
2657#: installation.xml:935
2658#, no-c-format
2659msgid "A tool to unzip the zip files from census website."
2660msgstr "センサスウェブサイトから取得するZIPファイルを展開するツール。"
2661
2662#. Tag: para
2663#: installation.xml:936
2664#, no-c-format
2665msgid ""
2666"For Unix like systems: <varname>unzip</varname> executable which is usually "
2667"already installed on most Unix like platforms."
2668msgstr ""
2669"Unix系システムでは、<varname>unzip</varname>実行ファイルです。通常は、ほとん"
2670"どのUnix系プラットフォームで既にインストールされています。"
2671
2672#. Tag: para
2673#: installation.xml:937
2674#, no-c-format
2675msgid ""
2676"For Windows, 7-zip which is a free compress/uncompress tool you can download "
2677"from <ulink url=\"http://www.7-zip.org/\">http://www.7-zip.org/</ulink>"
2678msgstr ""
2679"Windowsでは7-zipです。<ulink url=\"http://www.7-zip.org/\">http://www.7-zip."
2680"org/</ulink>からダウンロードできる無償の圧縮解答ツールです。"
2681
2682#. Tag: para
2683#: installation.xml:939
2684#, no-c-format
2685msgid ""
2686"<filename>shp2pgsql</filename> commandline which is installed by default "
2687"when you install PostGIS."
2688msgstr ""
2689"<filename>shp2pgsql</filename>コマンド。PostGISインストール時にデフォルトでイ"
2690"ンストールされます。"
2691
2692#. Tag: para
2693#: installation.xml:940
2694#, no-c-format
2695msgid ""
2696"<filename>wget</filename> which is a web grabber tool usually installed on "
2697"most Unix/Linux systems."
2698msgstr ""
2699"<filename>wget</filename>コマンド。通常はほとんどのUnix/Linuxシステムにインス"
2700"トールされている、ウェブ取得ツールです。"
2701
2702#. Tag: para
2703#: installation.xml:941
2704#, no-c-format
2705msgid ""
2706"If you are on windows, you can get pre-compiled binaries from <ulink url="
2707"\"http://gnuwin32.sourceforge.net/packages/wget.htm\">http://gnuwin32."
2708"sourceforge.net/packages/wget.htm</ulink>"
2709msgstr ""
2710"Windows用については、コンパイル済みのバイナリを<ulink url=\"http://gnuwin32."
2711"sourceforge.net/packages/wget.htm\">http://gnuwin32.sourceforge.net/packages/"
2712"wget.htm</ulink>から取得できます。"
2713
2714#. Tag: para
2715#: installation.xml:944
2716#, no-c-format
2717msgid ""
2718"If you are upgrading from tiger_2010, you'll need to first generate and run "
2719"<xref linkend=\"Drop_Nation_Tables_Generate_Script\"/>. Before you load any "
2720"state data, you need to load the nation wide data which you do with <xref "
2721"linkend=\"Loader_Generate_Nation_Script\"/>. Which will generate a loader "
2722"script for you. <xref linkend=\"Loader_Generate_Nation_Script\"/> is a one-"
2723"time step that should be done for upgrading (from 2010) and for new installs."
2724msgstr ""
2725"tiger_2010からアップグレードする場合には、最初に<xref linkend="
2726"\"Drop_Nation_Tables_Generate_Script\"/>を生成、実行する必要があります。州"
2727"データをロードする前に、<xref linkend=\"Loader_Generate_Nation_Script\"/>で国"
2728"データをロードする必要があります。これによって、環境に合ったローダスクリプト"
2729"が生成されます。<xref linkend=\"Loader_Generate_Nation_Script\"/>は、一度の操"
2730"作で、(2010からの)アップグレードと、新しいインストールが行われます。"
2731
2732#. Tag: para
2733#: installation.xml:946
2734#, no-c-format
2735msgid ""
2736"To load state data refer to <xref linkend=\"Loader_Generate_Script\"/> to "
2737"generate a data load script for your platform for the states you desire. "
2738"Note that you can install these piecemeal. You don't have to load all the "
2739"states you want all at once. You can load them as you need them."
2740msgstr ""
2741"州データをロードするには、<xref linkend=\"Loader_Generate_Script\"/>を参照し"
2742"て、手持ちのプラットフォームで動作する、求める州データをロードするデータロー"
2743"ドスクリプトを生成します。州データはひとつずつダウンロードできることに注意し"
2744"て下さい。一度に必要な州の全てについてデータをロードする必要はありません。必"
2745"要なだけダウンロードできます。"
2746
2747#. Tag: para
2748#: installation.xml:949
2749#, no-c-format
2750msgid ""
2751"After the states you desire have been loaded, make sure to run the: "
2752"<programlisting>SELECT install_missing_indexes();</programlisting> as "
2753"described in <xref linkend=\"Install_Missing_Indexes\"/>."
2754msgstr ""
2755"求める州データをロードした後は、<xref linkend=\"Install_Missing_Indexes\"/>に"
2756"示すように、<programlisting>SELECT install_missing_indexes();</"
2757"programlisting>を実行するようにして下さい。"
2758
2759#. Tag: para
2760#: installation.xml:951
2761#, no-c-format
2762msgid ""
2763"To test that things are working as they should, try to run a geocode on an "
2764"address in your state using <xref linkend=\"Geocode\"/>"
2765msgstr ""
2766"行うべきことができたかをテストするために、<xref linkend=\"Geocode\"/>を使用す"
2767"る州の中の住所についてジオコーダを実行してみます。"
2768
2769#. Tag: title
2770#: installation.xml:954
2771#, no-c-format
2772msgid "Upgrading your Tiger Geocoder Install"
2773msgstr "Tigerジオコーダのアップグレード"
2774
2775#. Tag: para
2776#: installation.xml:955
2777#, no-c-format
2778msgid ""
2779"If you have Tiger Geocoder packaged with 2.0+ already installed, you can "
2780"upgrade the functions at any time even from an interim tar ball if there are "
2781"fixes you badly need. This will only work for Tiger geocoder not installed "
2782"with extensions."
2783msgstr ""
2784"2.0以上に含まれるTigerジオコーダがインストールされている場合には、どうしても"
2785"必要な訂正があるときは、いつでも臨時のアーカイブファイルからでも機能のアップ"
2786"グレードができます。 これは、エクステンションでインストールされていないTiger"
2787"ジオコーダで動作します。"
2788
2789#. Tag: command
2790#: installation.xml:968
2791#, no-c-format
2792msgid "cd postgis-&last_release_version;/extras/tiger_geocoder/tiger_2011"
2793msgstr "cd postgis-&last_release_version;/extras/tiger_geocoder/tiger_2011"
2794
2795#. Tag: para
2796#: installation.xml:971
2797#, no-c-format
2798msgid ""
2799"Locate the <filename>upgrade_geocoder.bat</filename> script If you are on "
2800"windows or the <filename>upgrade_geocoder.sh</filename> if you are on Linux/"
2801"Unix/Mac OSX. Edit the file to have your postgis database credentials."
2802msgstr ""
2803"Windowsの場合は<filename>upgrade_geocoder.bat</filename>スクリプト、Linux/"
2804"Unix/MacOS Xの場合は<filename>upgrade_geocoder.sh</filename>スクリプトの位置"
2805"を特定します。 PostGISデータベースの資格情報を持つように編集します。"
2806
2807#. Tag: para
2808#: installation.xml:974
2809#, no-c-format
2810msgid ""
2811"If you are upgrading from 2010 or 2011, make sure to unremark out the loader "
2812"script line so you get the latest script for loading 2012 data."
2813msgstr ""
2814"2010または2011からアップグレードする場合には、確実にローダスクリプトのコメン"
2815"トアウトを消すと、2012データのロードのための最新のスクリプトを得ます。"
2816
2817#. Tag: para
2818#: installation.xml:975
2819#, no-c-format
2820msgid "Then run th corresponding script from the commandline."
2821msgstr "対応するスクリプトをコマンドラインから実行します。"
2822
2823#. Tag: para
2824#: installation.xml:979
2825#, no-c-format
2826msgid ""
2827"Next drop all nation tables and load up the new ones. Generate a drop script "
2828"with this SQL statement as detailed in <xref linkend="
2829"\"Drop_Nation_Tables_Generate_Script\"/>"
2830msgstr ""
2831"次に、全ての国テーブルを削除し、新しい国テーブルをロードします。<xref "
2832"linkend=\"Drop_Nation_Tables_Generate_Script\"/>に詳細がある通り、このSQLス"
2833"テートメントを使った削除スクリプトを生成します。"
2834
2835#. Tag: programlisting
2836#: installation.xml:980
2837#, no-c-format
2838msgid "SELECT drop_nation_tables_generate_script();"
2839msgstr "SELECT drop_nation_tables_generate_script();"
2840
2841#. Tag: para
2842#: installation.xml:981
2843#, no-c-format
2844msgid "Run the generated drop SQL statements."
2845msgstr "生成した削除SQLステートメントを実行します。"
2846
2847#. Tag: para
2848#: installation.xml:982
2849#, no-c-format
2850msgid ""
2851"Generate a nation load script with this SELECT statement as detailed in "
2852"<xref linkend=\"Loader_Generate_Nation_Script\"/>"
2853msgstr ""
2854"<xref linkend=\"Loader_Generate_Nation_Script\"/>に詳細がある通り、このSELECT"
2855"ステートメントを使った削除スクリプトを生成します。"
2856
2857#. Tag: emphasis
2858#: installation.xml:983
2859#, no-c-format
2860msgid "For windows"
2861msgstr "Windows向け"
2862
2863#. Tag: programlisting
2864#: installation.xml:984
2865#, no-c-format
2866msgid "SELECT loader_generate_nation_script('windows');"
2867msgstr "SELECT loader_generate_nation_script('windows');"
2868
2869#. Tag: emphasis
2870#: installation.xml:985
2871#, no-c-format
2872msgid "For unix/linux"
2873msgstr "Unix/Linux向け"
2874
2875#. Tag: programlisting
2876#: installation.xml:986
2877#, no-c-format
2878msgid "SELECT loader_generate_nation_script('sh');"
2879msgstr "SELECT loader_generate_nation_script('sh');"
2880
2881#. Tag: para
2882#: installation.xml:987
2883#, no-c-format
2884msgid ""
2885"Refer to <xref linkend=\"tiger_geocoder_loading_data\"/> for instructions on "
2886"how to run the generate script. This only needs to be done once."
2887msgstr ""
2888"生成したスクリプトの実行方法に関する説明は、<xref linkend="
2889"\"tiger_geocoder_loading_data\"/>を参照して下さい。これは一度だけ実行する必要"
2890"があります。"
2891
2892#. Tag: para
2893#: installation.xml:988
2894#, no-c-format
2895msgid ""
2896"You can have a mix of 2010/2011 state tables and can upgrade each state "
2897"separately. Before you upgrade a state to 2011, you first need to drop the "
2898"2010 tables for that state using <xref linkend="
2899"\"Drop_State_Tables_Generate_Script\"/>."
2900msgstr ""
2901"2010/2011州テーブルを混在させることができ、それぞれの州について個別にアップグ"
2902"レードできます。2011にアップグレードする前に、まず、<xref linkend="
2903"\"Drop_State_Tables_Generate_Script\"/>を使って、2010州テーブルを削除します。"
2904
2905#. Tag: title
2906#: installation.xml:995
2907#, no-c-format
2908msgid "Common Problems during installation"
2909msgstr "共通の問題"
2910
2911#. Tag: para
2912#: installation.xml:996
2913#, no-c-format
2914msgid ""
2915"There are several things to check when your installation or upgrade doesn't "
2916"go as you expected."
2917msgstr ""
2918"インストールやアップグレードが思うようにいかない時にチェックすることがいくつ"
2919"かあります。"
2920
2921#. Tag: para
2922#: installation.xml:1003
2923#, no-c-format
2924msgid ""
2925"Check that you have installed PostgreSQL &min_postgres_version; or newer, "
2926"and that you are compiling against the same version of the PostgreSQL source "
2927"as the version of PostgreSQL that is running. Mix-ups can occur when your "
2928"(Linux) distribution has already installed PostgreSQL, or you have otherwise "
2929"installed PostgreSQL before and forgotten about it. PostGIS will only work "
2930"with PostgreSQL &min_postgres_version; or newer, and strange, unexpected "
2931"error messages will result if you use an older version. To check the version "
2932"of PostgreSQL which is running, connect to the database using psql and run "
2933"this query:"
2934msgstr ""
2935"PostgreSQL &min_postgres_version;以上をインストールしているか、実行中の"
2936"PostgreSQLと同じ版のソースでコンパイルしているか、をチェックします。(Linuxの)"
2937"ディストリビューションによって既にPostgreSQLがインストールされている時や、 "
2938"PostgreSQLを以前にインストールして忘れた場合に、 混乱が発生することがありま"
2939"す。PostGISはPostgreSQL &min_postgres_version;以上で動作します。古い版のもの"
2940"を使った場合には、おかしな予想外のエラーメッセージが表示されます。実行中の"
2941"PostgreSQLの版をチェックするには、psqlを使ってデータベースを接続して、次のク"
2942"エリを実行して下さい。"
2943
2944#. Tag: programlisting
2945#: installation.xml:1016
2946#, no-c-format
2947msgid "SELECT version();"
2948msgstr "SELECT version();"
2949
2950#. Tag: para
2951#: installation.xml:1018
2952#, no-c-format
2953msgid ""
2954"If you are running an RPM based distribution, you can check for the "
2955"existence of pre-installed packages using the <command>rpm</command> command "
2956"as follows: <command>rpm -qa | grep postgresql</command>"
2957msgstr ""
2958"RPMベースのディストリビューションを実行している場合、 プリインストールされた"
2959"パッケージが存在するかのチェックは、<command>rpm</command> コマンドを使って"
2960"<command>rpm -qa | grep postgresql</command>でチェックできます。"
2961
2962#. Tag: para
2963#: installation.xml:1026
2964#, no-c-format
2965msgid ""
2966"If your upgrade fails, make sure you are restoring into a database that "
2967"already has PostGIS installed."
2968msgstr ""
2969"アップグレードに失敗する場合、既にPostGISがインストールされているデータベース"
2970"にリストアしているか確認して下さい。"
2971
2972#. Tag: programlisting
2973#: installation.xml:1027
2974#, no-c-format
2975msgid "SELECT postgis_full_version();"
2976msgstr "SELECT postgis_full_version();"
2977
2978#. Tag: para
2979#: installation.xml:1031
2980#, fuzzy, no-c-format
2981msgid ""
2982"Also check that configure has correctly detected the location and version of "
2983"PostgreSQL, the Proj library and the GEOS library."
2984msgstr ""
2985"また、コンフィギュアが正しくPostgreSQL、Proj4ライブラリ、GEOSライブラリのイン"
2986"ストール先を検出したかチェックして下さい。"
2987
2988#. Tag: para
2989#: installation.xml:1038
2990#, no-c-format
2991msgid ""
2992"The output from configure is used to generate the <filename>postgis_config."
2993"h</filename> file. Check that the <varname>POSTGIS_PGSQL_VERSION</varname>, "
2994"<varname>POSTGIS_PROJ_VERSION</varname> and <varname>POSTGIS_GEOS_VERSION</"
2995"varname> variables have been set correctly."
2996msgstr ""
2997"コンフィギュアからの出力で<filename>postgis_config.h</filename>ファイルが作ら"
2998"れます。<varname>POSTGIS_PGSQL_VERSION</varname>、"
2999"<varname>POSTGIS_PROJ_VERSION</varname>および<varname>POSTGIS_GEOS_VERSION</"
3000"varname>変数が正しくセットされたかをチェックして下さい。"
3001
3002#, no-c-format
3003#~ msgid ""
3004#~ "If successful, the output of the test should be similar to the following:"
3005#~ msgstr "成功した場合は、テストの出力は次のようなかんじになります。"
3006
3007#, fuzzy, no-c-format
3008#~ msgid ""
3009#~ "CUnit - A unit testing framework for C - Version 2.1-3\n"
3010#~ "     http://cunit.sourceforge.net/\n"
3011#~ "\n"
3012#~ "\n"
3013#~ "Suite: algorithm\n"
3014#~ "  Test: test_lw_segment_side ...passed\n"
3015#~ "  Test: test_lw_segment_intersects ...passed\n"
3016#~ "  Test: test_lwline_crossing_short_lines ...passed\n"
3017#~ "  Test: test_lwline_crossing_long_lines ...passed\n"
3018#~ "  Test: test_lwline_crossing_bugs ...passed\n"
3019#~ "  Test: test_lwpoint_set_ordinate ...passed\n"
3020#~ "  Test: test_lwpoint_get_ordinate ...passed\n"
3021#~ "  Test: test_point_interpolate ...passed\n"
3022#~ "  Test: test_lwline_interpolate_points ...passed\n"
3023#~ "  Test: test_lwline_interpolate_point_3d ...passed\n"
3024#~ "  Test: test_lwline_clip ...passed\n"
3025#~ "  Test: test_lwpoly_clip ...passed\n"
3026#~ "  Test: test_lwtriangle_clip ...passed\n"
3027#~ "  Test: test_lwline_clip_big ...passed\n"
3028#~ "  Test: test_lwmline_clip ...passed\n"
3029#~ "  Test: test_geohash_point ...passed\n"
3030#~ "  Test: test_geohash_precision ...passed\n"
3031#~ "  Test: test_geohash ...passed\n"
3032#~ "  Test: test_geohash_point_as_int ...passed\n"
3033#~ "  Test: test_isclosed ...passed\n"
3034#~ "  Test: test_lwgeom_simplify ...passed\n"
3035#~ "  Test: test_lw_arc_center ...passed\n"
3036#~ "  Test: test_point_density ...passed\n"
3037#~ "  Test: test_kmeans ...passed\n"
3038#~ "  Test: test_median_handles_3d_correctly ...passed\n"
3039#~ "  Test: test_median_robustness ...passed\n"
3040#~ "  Test: test_lwpoly_construct_circle ...passed\n"
3041#~ "  Test: test_trim_bits ...passed\n"
3042#~ "  Test: test_lwgeom_remove_repeated_points ...passed\n"
3043#~ "Suite: buildarea\n"
3044#~ "  Test: buildarea1 ...passed\n"
3045#~ "  Test: buildarea2 ...passed\n"
3046#~ "  Test: buildarea3 ...passed\n"
3047#~ "  Test: buildarea4 ...passed\n"
3048#~ "  Test: buildarea4b ...passed\n"
3049#~ "  Test: buildarea5 ...passed\n"
3050#~ "  Test: buildarea6 ...passed\n"
3051#~ "  Test: buildarea7 ...passed\n"
3052#~ "Suite: geometry_clean\n"
3053#~ "  Test: test_lwgeom_make_valid ...passed\n"
3054#~ "Suite: clip_by_rectangle\n"
3055#~ "  Test: test_lwgeom_clip_by_rect ...DEBUG1: lwgeom_clip_by_rect: GEOS "
3056#~ "Error: IllegalArgumentException: Invalid number of points in LinearRing "
3057#~ "found 3 - must be 0 or >= 4\n"
3058#~ "passed\n"
3059#~ "Suite: force_sfs\n"
3060#~ "  Test: test_sfs_11 ...passed\n"
3061#~ "  Test: test_sfs_12 ...passed\n"
3062#~ "  Test: test_sqlmm ...passed\n"
3063#~ "Suite: geodetic\n"
3064#~ "  Test: test_sphere_direction ...passed\n"
3065#~ "  Test: test_sphere_project ...passed\n"
3066#~ "  Test: test_lwgeom_area_sphere ...passed\n"
3067#~ "  Test: test_gbox_from_spherical_coordinates ...passed\n"
3068#~ "  Test: test_gserialized_get_gbox_geocentric ...passed\n"
3069#~ "  Test: test_clairaut ...passed\n"
3070#~ "  Test: test_edge_intersection ...passed\n"
3071#~ "  Test: test_edge_intersects ...passed\n"
3072#~ "  Test: test_edge_distance_to_point ...passed\n"
3073#~ "  Test: test_edge_distance_to_edge ...passed\n"
3074#~ "  Test: test_lwgeom_distance_sphere ...passed\n"
3075#~ "  Test: test_lwgeom_check_geodetic ...passed\n"
3076#~ "  Test: test_gserialized_from_lwgeom ...passed\n"
3077#~ "  Test: test_spheroid_distance ...passed\n"
3078#~ "  Test: test_spheroid_area ...passed\n"
3079#~ "  Test: test_lwpoly_covers_point2d ...passed\n"
3080#~ "  Test: test_gbox_utils ...passed\n"
3081#~ "  Test: test_vector_angle ...passed\n"
3082#~ "  Test: test_vector_rotate ...passed\n"
3083#~ "  Test: test_lwgeom_segmentize_sphere ...passed\n"
3084#~ "  Test: test_ptarray_contains_point_sphere ...passed\n"
3085#~ "  Test: test_ptarray_contains_point_sphere_iowa ...passed\n"
3086#~ "  Test: test_gbox_to_string_truncated ...passed\n"
3087#~ "Suite: geos\n"
3088#~ "  Test: test_geos_noop ...passed\n"
3089#~ "  Test: test_geos_subdivide ...passed\n"
3090#~ "  Test: test_geos_linemerge ...passed\n"
3091#~ "  Test: test_geos_offsetcurve ...passed\n"
3092#~ "  Test: test_geos_offsetcurve_crash ...passed\n"
3093#~ "  Test: test_geos_makevalid ...passed\n"
3094#~ "Suite: clustering\n"
3095#~ "  Test: basic_test ...passed\n"
3096#~ "  Test: nonsequential_test ...passed\n"
3097#~ "  Test: basic_distance_test ...passed\n"
3098#~ "  Test: single_input_test ...passed\n"
3099#~ "  Test: empty_inputs_test ...passed\n"
3100#~ "  Test: multipoint_test ...passed\n"
3101#~ "  Test: dbscan_test ...passed\n"
3102#~ "  Test: dbscan_test_3612a ...passed\n"
3103#~ "  Test: dbscan_test_3612b ...passed\n"
3104#~ "  Test: dbscan_test_3612c ...passed\n"
3105#~ "Suite: clustering_unionfind\n"
3106#~ "  Test: test_unionfind_create ...passed\n"
3107#~ "  Test: test_unionfind_union ...passed\n"
3108#~ "  Test: test_unionfind_ordered_by_cluster ...passed\n"
3109#~ "  Test: test_unionfind_path_compression ...passed\n"
3110#~ "  Test: test_unionfind_collapse_cluster_ids ...passed\n"
3111#~ "Suite: homogenize\n"
3112#~ "  Test: test_coll_point ...passed\n"
3113#~ "  Test: test_coll_line ...passed\n"
3114#~ "  Test: test_coll_poly ...passed\n"
3115#~ "  Test: test_coll_coll ...passed\n"
3116#~ "  Test: test_geom ...passed\n"
3117#~ "  Test: test_coll_curve ...passed\n"
3118#~ "Suite: encoded_polyline_input\n"
3119#~ "  Test: in_encoded_polyline_test_geoms ...passed\n"
3120#~ "  Test: in_encoded_polyline_test_precision ...passed\n"
3121#~ "Suite: geojson_input\n"
3122#~ "  Test: in_geojson_test_srid ...passed\n"
3123#~ "  Test: in_geojson_test_bbox ...passed\n"
3124#~ "  Test: in_geojson_test_geoms ...passed\n"
3125#~ "Suite: iterator\n"
3126#~ "  Test: test_point_count ...passed\n"
3127#~ "  Test: test_ordering ...passed\n"
3128#~ "  Test: test_modification ...passed\n"
3129#~ "  Test: test_mixed_rw_access ...passed\n"
3130#~ "  Test: test_cannot_modify_read_only ...passed\n"
3131#~ "  Test: test_no_memory_leaked_when_iterator_is_partially_used ...passed\n"
3132#~ "Suite: twkb_input\n"
3133#~ "  Test: test_twkb_in_point ...passed\n"
3134#~ "  Test: test_twkb_in_linestring ...passed\n"
3135#~ "  Test: test_twkb_in_polygon ...passed\n"
3136#~ "  Test: test_twkb_in_multipoint ...passed\n"
3137#~ "  Test: test_twkb_in_multilinestring ...passed\n"
3138#~ "  Test: test_twkb_in_multipolygon ...passed\n"
3139#~ "  Test: test_twkb_in_collection ...passed\n"
3140#~ "  Test: test_twkb_in_precision ...passed\n"
3141#~ "Suite: serialization/deserialization\n"
3142#~ "  Test: test_typmod_macros ...passed\n"
3143#~ "  Test: test_flags_macros ...passed\n"
3144#~ "  Test: test_serialized_srid ...NOTICE: SRID value -3005 converted to the "
3145#~ "officially unknown SRID value 0\n"
3146#~ "passed\n"
3147#~ "  Test: test_gserialized_from_lwgeom_size ...passed\n"
3148#~ "  Test: test_gbox_serialized_size ...passed\n"
3149#~ "  Test: test_lwgeom_from_gserialized ...passed\n"
3150#~ "  Test: test_lwgeom_count_vertices ...passed\n"
3151#~ "  Test: test_on_gser_lwgeom_count_vertices ...passed\n"
3152#~ "  Test: test_geometry_type_from_string ...passed\n"
3153#~ "  Test: test_lwcollection_extract ...passed\n"
3154#~ "  Test: test_lwgeom_free ...passed\n"
3155#~ "  Test: test_lwgeom_swap_ordinates ...passed\n"
3156#~ "  Test: test_f2d ...passed\n"
3157#~ "  Test: test_lwgeom_clone ...passed\n"
3158#~ "  Test: test_lwgeom_force_clockwise ...passed\n"
3159#~ "  Test: test_lwgeom_calculate_gbox ...passed\n"
3160#~ "  Test: test_lwgeom_is_empty ...passed\n"
3161#~ "  Test: test_lwgeom_same ...passed\n"
3162#~ "  Test: test_lwline_from_lwmpoint ...passed\n"
3163#~ "  Test: test_lwgeom_as_curve ...passed\n"
3164#~ "  Test: test_lwgeom_scale ...passed\n"
3165#~ "  Test: test_gserialized_is_empty ...passed\n"
3166#~ "  Test: test_gserialized_peek_gbox_p_no_box_when_empty ...passed\n"
3167#~ "  Test: test_gserialized_peek_gbox_p_gets_correct_box ...passed\n"
3168#~ "  Test: test_gserialized_peek_gbox_p_fails_for_unsupported_cases ..."
3169#~ "passed\n"
3170#~ "  Test: test_gbox_same_2d ...passed\n"
3171#~ "  Test: test_signum_macro ...passed\n"
3172#~ "Suite: lwstroke\n"
3173#~ "  Test: test_lwcurve_linearize ...passed\n"
3174#~ "  Test: test_unstroke ...passed\n"
3175#~ "Suite: measures\n"
3176#~ "  Test: test_mindistance2d_tolerance ...passed\n"
3177#~ "  Test: test_mindistance3d_tolerance ...NOTICE: One or both of the "
3178#~ "geometries is missing z-value. The unknown z-value will be regarded as "
3179#~ "\"any value\"\n"
3180#~ "NOTICE: One or both of the geometries is missing z-value. The unknown z-"
3181#~ "value will be regarded as \"any value\"\n"
3182#~ "passed\n"
3183#~ "  Test: test_rect_tree_contains_point ...passed\n"
3184#~ "  Test: test_rect_tree_intersects_tree ...passed\n"
3185#~ "  Test: test_lwgeom_segmentize2d ...NOTICE: ptarray.c:448 - "
3186#~ "ptarray_segmentize2d: Too many segments required (1.000000e+101)\n"
3187#~ "NOTICE: liblwgeom code interrupted\n"
3188#~ "NOTICE: liblwgeom code interrupted\n"
3189#~ "NOTICE: liblwgeom code interrupted\n"
3190#~ "NOTICE: liblwgeom code interrupted\n"
3191#~ "passed\n"
3192#~ "  Test: test_lwgeom_locate_along ...passed\n"
3193#~ "  Test: test_lw_dist2d_pt_arc ...passed\n"
3194#~ "  Test: test_lw_dist2d_seg_arc ...passed\n"
3195#~ "  Test: test_lw_dist2d_arc_arc ...passed\n"
3196#~ "  Test: test_lw_arc_length ...passed\n"
3197#~ "  Test: test_lw_dist2d_pt_ptarrayarc ...passed\n"
3198#~ "  Test: test_lw_dist2d_ptarray_ptarrayarc ...passed\n"
3199#~ "  Test: test_lwgeom_tcpa ...passed\n"
3200#~ "  Test: test_lwgeom_is_trajectory ...NOTICE: Geometry is not a "
3201#~ "LINESTRING\n"
3202#~ "NOTICE: Line does not have M dimension\n"
3203#~ "NOTICE: Measure of vertex 1 (1) not bigger than measure of vertex 0 (1)\n"
3204#~ "NOTICE: Measure of vertex 1 (0) not bigger than measure of vertex 0 (1)\n"
3205#~ "NOTICE: Measure of vertex 2 (2) not bigger than measure of vertex 1 (3)\n"
3206#~ "passed\n"
3207#~ "  Test: test_rect_tree_distance_tree ...passed\n"
3208#~ "Suite: effectivearea\n"
3209#~ "  Test: do_test_lwgeom_effectivearea_lines ...passed\n"
3210#~ "  Test: do_test_lwgeom_effectivearea_polys ...passed\n"
3211#~ "Suite: chaikin\n"
3212#~ "  Test: do_test_chaikin_lines ...passed\n"
3213#~ "  Test: do_test_chaikin_polygons ...passed\n"
3214#~ "Suite: filterm\n"
3215#~ "  Test: do_test_filterm_single_geometries ...passed\n"
3216#~ "  Test: do_test_filterm_collections ...passed\n"
3217#~ "Suite: minimum_bounding_circle\n"
3218#~ "  Test: basic_test ...passed\n"
3219#~ "  Test: test_empty ...passed\n"
3220#~ "Suite: miscellaneous\n"
3221#~ "  Test: test_misc_force_2d ...passed\n"
3222#~ "  Test: test_misc_simplify ...passed\n"
3223#~ "  Test: test_misc_count_vertices ...passed\n"
3224#~ "  Test: test_misc_area ...passed\n"
3225#~ "  Test: test_misc_wkb ...passed\n"
3226#~ "  Test: test_grid ...passed\n"
3227#~ "  Test: test_grid_in_place ...passed\n"
3228#~ "  Test: test_clone ...passed\n"
3229#~ "  Test: test_lwmpoint_from_lwgeom ...passed\n"
3230#~ "Suite: noding\n"
3231#~ "  Test: test_lwgeom_node ...passed\n"
3232#~ "Suite: encoded_polyline_output\n"
3233#~ "  Test: out_encoded_polyline_test_geoms ...passed\n"
3234#~ "  Test: out_encoded_polyline_test_srid ...passed\n"
3235#~ "  Test: out_encoded_polyline_test_precision ...passed\n"
3236#~ "Suite: geojson_output\n"
3237#~ "  Test: out_geojson_test_precision ...passed\n"
3238#~ "  Test: out_geojson_test_dims ...passed\n"
3239#~ "  Test: out_geojson_test_srid ...passed\n"
3240#~ "  Test: out_geojson_test_bbox ...passed\n"
3241#~ "  Test: out_geojson_test_geoms ...passed\n"
3242#~ "Suite: gml_output\n"
3243#~ "  Test: out_gml_test_precision ...passed\n"
3244#~ "  Test: out_gml_test_srid ...passed\n"
3245#~ "  Test: out_gml_test_dims ...passed\n"
3246#~ "  Test: out_gml_test_geodetic ...passed\n"
3247#~ "  Test: out_gml_test_geoms ...passed\n"
3248#~ "  Test: out_gml_test_geoms_prefix ...passed\n"
3249#~ "  Test: out_gml_test_geoms_nodims ...passed\n"
3250#~ "  Test: out_gml2_extent ...passed\n"
3251#~ "  Test: out_gml3_extent ...passed\n"
3252#~ "Suite: kml_output\n"
3253#~ "  Test: out_kml_test_precision ...passed\n"
3254#~ "  Test: out_kml_test_dims ...passed\n"
3255#~ "  Test: out_kml_test_geoms ...passed\n"
3256#~ "  Test: out_kml_test_prefix ...passed\n"
3257#~ "Suite: svg_output\n"
3258#~ "  Test: out_svg_test_precision ...passed\n"
3259#~ "  Test: out_svg_test_dims ...passed\n"
3260#~ "  Test: out_svg_test_relative ...passed\n"
3261#~ "  Test: out_svg_test_geoms ...passed\n"
3262#~ "  Test: out_svg_test_srid ...passed\n"
3263#~ "Suite: x3d_output\n"
3264#~ "  Test: out_x3d3_test_precision ...passed\n"
3265#~ "  Test: out_x3d3_test_geoms ...passed\n"
3266#~ "  Test: out_x3d3_test_option ...passed\n"
3267#~ "Suite: ptarray\n"
3268#~ "  Test: test_ptarray_append_point ...passed\n"
3269#~ "  Test: test_ptarray_append_ptarray ...passed\n"
3270#~ "  Test: test_ptarray_locate_point ...passed\n"
3271#~ "  Test: test_ptarray_isccw ...passed\n"
3272#~ "  Test: test_ptarray_signed_area ...passed\n"
3273#~ "  Test: test_ptarray_insert_point ...passed\n"
3274#~ "  Test: test_ptarray_contains_point ...passed\n"
3275#~ "  Test: test_ptarrayarc_contains_point ...passed\n"
3276#~ "  Test: test_ptarray_scale ...passed\n"
3277#~ "Suite: printing\n"
3278#~ "  Test: test_lwprint_default_format ...passed\n"
3279#~ "  Test: test_lwprint_format_orders ...passed\n"
3280#~ "  Test: test_lwprint_optional_format ...passed\n"
3281#~ "  Test: test_lwprint_oddball_formats ...passed\n"
3282#~ "  Test: test_lwprint_bad_formats ...passed\n"
3283#~ "Suite: sfcgal\n"
3284#~ "  Test: test_sfcgal_noop ...passed\n"
3285#~ "Suite: split\n"
3286#~ "  Test: test_lwline_split_by_point_to ...passed\n"
3287#~ "  Test: test_lwgeom_split ...passed\n"
3288#~ "Suite: stringbuffer\n"
3289#~ "  Test: test_stringbuffer_append ...passed\n"
3290#~ "  Test: test_stringbuffer_aprintf ...passed\n"
3291#~ "Suite: surface\n"
3292#~ "  Test: triangle_parse ...passed\n"
3293#~ "  Test: tin_parse ...passed\n"
3294#~ "  Test: polyhedralsurface_parse ...passed\n"
3295#~ "  Test: surface_dimension ...passed\n"
3296#~ "Suite: spatial_trees\n"
3297#~ "  Test: test_tree_circ_create ...passed\n"
3298#~ "  Test: test_tree_circ_pip ...passed\n"
3299#~ "  Test: test_tree_circ_pip2 ...passed\n"
3300#~ "  Test: test_tree_circ_distance ...passed\n"
3301#~ "  Test: test_tree_circ_distance_threshold ...passed\n"
3302#~ "Suite: triangulate\n"
3303#~ "  Test: test_lwgeom_delaunay_triangulation ...passed\n"
3304#~ "  Test: test_lwgeom_voronoi_diagram ...passed\n"
3305#~ "  Test: test_lwgeom_voronoi_diagram_expected_empty ...passed\n"
3306#~ "  Test: test_lwgeom_voronoi_diagram_custom_envelope ...passed\n"
3307#~ "Suite: twkb_output\n"
3308#~ "  Test: test_twkb_out_point ...passed\n"
3309#~ "  Test: test_twkb_out_linestring ...passed\n"
3310#~ "  Test: test_twkb_out_polygon ...passed\n"
3311#~ "  Test: test_twkb_out_multipoint ...passed\n"
3312#~ "  Test: test_twkb_out_multilinestring ...passed\n"
3313#~ "  Test: test_twkb_out_multipolygon ...passed\n"
3314#~ "  Test: test_twkb_out_collection ...passed\n"
3315#~ "  Test: test_twkb_out_idlist ...passed\n"
3316#~ "Suite: varint\n"
3317#~ "  Test: test_zigzag ...passed\n"
3318#~ "  Test: test_varint ...passed\n"
3319#~ "  Test: test_varint_roundtrip ...passed\n"
3320#~ "Suite: wkb_input\n"
3321#~ "  Test: test_wkb_in_point ...passed\n"
3322#~ "  Test: test_wkb_in_linestring ...passed\n"
3323#~ "  Test: test_wkb_in_polygon ...passed\n"
3324#~ "  Test: test_wkb_in_multipoint ...passed\n"
3325#~ "  Test: test_wkb_in_multilinestring ...passed\n"
3326#~ "  Test: test_wkb_in_multipolygon ...passed\n"
3327#~ "  Test: test_wkb_in_collection ...passed\n"
3328#~ "  Test: test_wkb_in_circularstring ...passed\n"
3329#~ "  Test: test_wkb_in_compoundcurve ...passed\n"
3330#~ "  Test: test_wkb_in_curvpolygon ...passed\n"
3331#~ "  Test: test_wkb_in_multicurve ...passed\n"
3332#~ "  Test: test_wkb_in_multisurface ...passed\n"
3333#~ "  Test: test_wkb_in_malformed ...passed\n"
3334#~ "Suite: wkb_output\n"
3335#~ "  Test: test_wkb_out_point ...passed\n"
3336#~ "  Test: test_wkb_out_linestring ...passed\n"
3337#~ "  Test: test_wkb_out_polygon ...passed\n"
3338#~ "  Test: test_wkb_out_multipoint ...passed\n"
3339#~ "  Test: test_wkb_out_multilinestring ...passed\n"
3340#~ "  Test: test_wkb_out_multipolygon ...passed\n"
3341#~ "  Test: test_wkb_out_collection ...passed\n"
3342#~ "  Test: test_wkb_out_circularstring ...passed\n"
3343#~ "  Test: test_wkb_out_compoundcurve ...passed\n"
3344#~ "  Test: test_wkb_out_curvpolygon ...passed\n"
3345#~ "  Test: test_wkb_out_multicurve ...passed\n"
3346#~ "  Test: test_wkb_out_multisurface ...passed\n"
3347#~ "  Test: test_wkb_out_polyhedralsurface ...passed\n"
3348#~ "Suite: wkt_input\n"
3349#~ "  Test: test_wkt_in_point ...passed\n"
3350#~ "  Test: test_wkt_in_linestring ...passed\n"
3351#~ "  Test: test_wkt_in_polygon ...passed\n"
3352#~ "  Test: test_wkt_in_multipoint ...passed\n"
3353#~ "  Test: test_wkt_in_multilinestring ...passed\n"
3354#~ "  Test: test_wkt_in_multipolygon ...passed\n"
3355#~ "  Test: test_wkt_in_collection ...passed\n"
3356#~ "  Test: test_wkt_in_circularstring ...passed\n"
3357#~ "  Test: test_wkt_in_compoundcurve ...passed\n"
3358#~ "  Test: test_wkt_in_curvpolygon ...passed\n"
3359#~ "  Test: test_wkt_in_multicurve ...passed\n"
3360#~ "  Test: test_wkt_in_multisurface ...passed\n"
3361#~ "  Test: test_wkt_in_tin ...passed\n"
3362#~ "  Test: test_wkt_in_polyhedralsurface ...passed\n"
3363#~ "  Test: test_wkt_in_errlocation ...passed\n"
3364#~ "  Test: test_wkt_double ...passed\n"
3365#~ "Suite: wkt_output\n"
3366#~ "  Test: test_wkt_out_point ...passed\n"
3367#~ "  Test: test_wkt_out_linestring ...passed\n"
3368#~ "  Test: test_wkt_out_polygon ...passed\n"
3369#~ "  Test: test_wkt_out_multipoint ...passed\n"
3370#~ "  Test: test_wkt_out_multilinestring ...passed\n"
3371#~ "  Test: test_wkt_out_multipolygon ...passed\n"
3372#~ "  Test: test_wkt_out_collection ...passed\n"
3373#~ "  Test: test_wkt_out_circularstring ...passed\n"
3374#~ "  Test: test_wkt_out_compoundcurve ...passed\n"
3375#~ "  Test: test_wkt_out_curvpolygon ...passed\n"
3376#~ "  Test: test_wkt_out_multicurve ...passed\n"
3377#~ "  Test: test_wkt_out_multisurface ...passed\n"
3378#~ "Suite: wrapx\n"
3379#~ "  Test: test_lwgeom_wrapx ...passed\n"
3380#~ "\n"
3381#~ "Run Summary:    Type  Total    Ran Passed Failed Inactive\n"
3382#~ "              suites     44     44    n/a      0        0\n"
3383#~ "               tests    300    300    300      0        0\n"
3384#~ "             asserts   4215   4215   4215      0      n/a\n"
3385#~ "Elapsed time =    0.229 seconds\n"
3386#~ "\n"
3387#~ "PostgreSQL 12devel on x86_64-w64-mingw32, compiled by gcc.exe (x86_64-"
3388#~ "posix-seh-rev0, Built by MinGW-W64 project) 8.1.0, 64-bit\n"
3389#~ "  Postgis 3.0.0dev - r17081 - 2018-11-28 18:50:02\n"
3390#~ "  scripts 3.0.0dev r17081\n"
3391#~ "  GEOS: 3.7.0-CAPI-1.11.0 673b9939\n"
3392#~ "  PROJ: Rel. 5.2.0, September 15th, 2018\n"
3393#~ "\n"
3394#~ "Running tests\n"
3395#~ "\n"
3396#~ " ../loader/Point .............. ok\n"
3397#~ " ../loader/PointM .............. ok\n"
3398#~ " ../loader/PointZ .............. ok\n"
3399#~ " ../loader/MultiPoint .............. ok\n"
3400#~ " ../loader/MultiPointM .............. ok\n"
3401#~ " ../loader/MultiPointZ .............. ok\n"
3402#~ " ../loader/Arc .............. ok\n"
3403#~ " ../loader/ArcM .............. ok\n"
3404#~ " ../loader/ArcZ .............. ok\n"
3405#~ " ../loader/Polygon .............. ok\n"
3406#~ " ../loader/PolygonM .............. ok\n"
3407#~ " ../loader/PolygonZ .............. ok\n"
3408#~ " ../loader/TSTPolygon ......... ok\n"
3409#~ " ../loader/TSIPolygon ......... ok\n"
3410#~ " ../loader/TSTIPolygon ......... ok\n"
3411#~ " ../loader/PointWithSchema ..... ok\n"
3412#~ " ../loader/NoTransPoint ......... ok\n"
3413#~ " ../loader/NotReallyMultiPoint ......... ok\n"
3414#~ " ../loader/MultiToSinglePoint ......... ok\n"
3415#~ " ../loader/ReprojectPts ........ ok\n"
3416#~ " ../loader/ReprojectPtsGeog ........ ok\n"
3417#~ " ../loader/Latin1 .... ok\n"
3418#~ " ../loader/Latin1-implicit .... ok\n"
3419#~ " ../loader/mfile .... ok\n"
3420#~ " ../dumper/literalsrid ....... ok\n"
3421#~ " ../dumper/realtable ....... ok\n"
3422#~ " affine .. ok\n"
3423#~ " bestsrid .. ok\n"
3424#~ " binary .. ok\n"
3425#~ " boundary .. ok\n"
3426#~ " chaikin .. ok\n"
3427#~ " filterm .. ok\n"
3428#~ " cluster .. ok\n"
3429#~ " concave_hull .. ok\n"
3430#~ " concave_hull_hard .. ok\n"
3431#~ " ctors .. ok\n"
3432#~ " curvetoline .. ok\n"
3433#~ " dump .. ok\n"
3434#~ " dumppoints .. ok\n"
3435#~ " empty .. ok\n"
3436#~ " estimatedextent .. ok\n"
3437#~ " forcecurve .. ok\n"
3438#~ " geography .. ok\n"
3439#~ " geometric_median .. ok\n"
3440#~ " in_geohash .. ok\n"
3441#~ " in_gml .. ok\n"
3442#~ " in_kml .. ok\n"
3443#~ " in_encodedpolyline .. ok\n"
3444#~ " iscollection .. ok\n"
3445#~ " legacy .. ok\n"
3446#~ " long_xact .. ok\n"
3447#~ " lwgeom_regress .. ok\n"
3448#~ " measures .. ok\n"
3449#~ " minimum_bounding_circle .. ok\n"
3450#~ " normalize .. ok\n"
3451#~ " operators .. ok\n"
3452#~ " orientation .. ok\n"
3453#~ " out_geometry .. ok\n"
3454#~ " out_geography .. ok\n"
3455#~ " polygonize .. ok\n"
3456#~ " polyhedralsurface .. ok\n"
3457#~ " postgis_type_name .. ok\n"
3458#~ " quantize_coordinates .. ok\n"
3459#~ " regress .. ok\n"
3460#~ " regress_bdpoly .. ok\n"
3461#~ " regress_gist_index_nd .. ok\n"
3462#~ " regress_index .. ok\n"
3463#~ " regress_index_nulls .. ok\n"
3464#~ " regress_management .. ok\n"
3465#~ " regress_selectivity .. ok\n"
3466#~ " regress_lrs .. ok\n"
3467#~ " regress_ogc .. ok\n"
3468#~ " regress_ogc_cover .. ok\n"
3469#~ " regress_ogc_prep .. ok\n"
3470#~ " regress_proj .. ok\n"
3471#~ " relate .. ok\n"
3472#~ " remove_repeated_points .. ok\n"
3473#~ " removepoint .. ok\n"
3474#~ " reverse .. ok\n"
3475#~ " setpoint .. ok\n"
3476#~ " simplify .. ok\n"
3477#~ " simplifyvw .. ok\n"
3478#~ " size .. ok\n"
3479#~ " snaptogrid .. ok\n"
3480#~ " split .. ok\n"
3481#~ " sql-mm-serialize .. ok\n"
3482#~ " sql-mm-circularstring .. ok\n"
3483#~ " sql-mm-compoundcurve .. ok\n"
3484#~ " sql-mm-curvepoly .. ok\n"
3485#~ " sql-mm-general .. ok\n"
3486#~ " sql-mm-multicurve .. ok\n"
3487#~ " sql-mm-multisurface .. ok\n"
3488#~ " swapordinates .. ok\n"
3489#~ " summary .. ok\n"
3490#~ " temporal .. ok\n"
3491#~ " tickets .. ok\n"
3492#~ " twkb .. ok\n"
3493#~ " typmod .. ok\n"
3494#~ " wkb .. ok\n"
3495#~ " wkt .. ok\n"
3496#~ " wmsservers .. ok\n"
3497#~ " knn_recheck .. ok\n"
3498#~ " temporal_knn .. ok\n"
3499#~ " hausdorff .. ok\n"
3500#~ " regress_buffer_params .. ok\n"
3501#~ " frechet .. ok\n"
3502#~ " offsetcurve .. ok\n"
3503#~ " relatematch .. ok\n"
3504#~ " isvaliddetail .. ok\n"
3505#~ " sharedpaths .. ok\n"
3506#~ " snap .. ok\n"
3507#~ " node .. ok\n"
3508#~ " unaryunion .. ok\n"
3509#~ " clean .. ok\n"
3510#~ " relate_bnr .. ok\n"
3511#~ " delaunaytriangles .. ok\n"
3512#~ " clipbybox2d .. ok\n"
3513#~ " subdivide .. ok\n"
3514#~ " voronoi .. ok\n"
3515#~ " minimum_clearance .. ok\n"
3516#~ " oriented_envelope .. ok\n"
3517#~ " in_geojson .. ok\n"
3518#~ " regress_brin_index .. ok\n"
3519#~ " regress_brin_index_3d .. ok\n"
3520#~ " regress_brin_index_geography .. ok\n"
3521#~ " regress_spgist_index_2d .. ok\n"
3522#~ " regress_spgist_index_3d .. ok\n"
3523#~ " regress_spgist_index_nd .. ok\n"
3524#~ " mvt .. ok\n"
3525#~ " geobuf .. ok\n"
3526#~ " mvt_jsonb .. ok\n"
3527#~ " uninstall .. ok (4643)\n"
3528#~ "\n"
3529#~ "Run tests: 134\n"
3530#~ "Failed: 0\n"
3531#~ "\n"
3532#~ "\n"
3533#~ "-- if you build with SFCGAL\n"
3534#~ "\n"
3535#~ "PostgreSQL 12devel on x86_64-w64-mingw32, compiled by gcc.exe (x86_64-"
3536#~ "posix-seh-rev0, Built by MinGW-W64 project) 8.1.0, 64-bit\n"
3537#~ "  Postgis 3.0.0dev - r17081 - 2018-11-28 18:50:02\n"
3538#~ "  scripts 3.0.0dev r17081\n"
3539#~ "  GEOS: 3.7.0-CAPI-1.11.0 673b9939\n"
3540#~ "  PROJ: Rel. 5.2.0, September 15th, 2018\n"
3541#~ "  SFCGAL: 1.3.2\n"
3542#~ "\n"
3543#~ "Running tests\n"
3544#~ "\n"
3545#~ " regress_sfcgal .. ok\n"
3546#~ " empty .. ok\n"
3547#~ " geography .. ok\n"
3548#~ " legacy .. ok\n"
3549#~ " measures .. ok\n"
3550#~ " regress_ogc_prep .. ok\n"
3551#~ " regress_ogc .. ok\n"
3552#~ " regress .. ok\n"
3553#~ " tickets .. ok\n"
3554#~ " concave_hull .. ok\n"
3555#~ " wmsservers .. ok\n"
3556#~ " approximatemedialaxis .. ok\n"
3557#~ " uninstall .. ok (4643)\n"
3558#~ "\n"
3559#~ "Run tests: 13\n"
3560#~ "Failed: 0\n"
3561#~ "\n"
3562#~ "-- if you built with raster support\n"
3563#~ "\n"
3564#~ "\n"
3565#~ "\n"
3566#~ "     CUnit - A unit testing framework for C - Version 2.1-2\n"
3567#~ "     http://cunit.sourceforge.net/\n"
3568#~ "\n"
3569#~ "\n"
3570#~ "Suite: pixtype\n"
3571#~ "  Test: test_pixtype_size ...passed\n"
3572#~ "  Test: test_pixtype_alignment ...passed\n"
3573#~ "  Test: test_pixtype_name ...passed\n"
3574#~ "  Test: test_pixtype_index_from_name ...passed\n"
3575#~ "  Test: test_pixtype_get_min_value ...passed\n"
3576#~ "  Test: test_pixtype_compare_clamped_values ...passed\n"
3577#~ "Suite: raster_basics\n"
3578#~ "  Test: test_raster_new ...passed\n"
3579#~ "  Test: test_raster_empty ...passed\n"
3580#~ "  Test: test_raster_metadata ...passed\n"
3581#~ "  Test: test_raster_clone ...passed\n"
3582#~ "  Test: test_raster_from_band ...passed\n"
3583#~ "  Test: test_raster_replace_band ...passed\n"
3584#~ "Suite: band_basics\n"
3585#~ "  Test: test_band_metadata ...passed\n"
3586#~ "  Test: test_band_pixtype_1BB ...passed\n"
3587#~ "  Test: test_band_pixtype_2BUI ...passed\n"
3588#~ "  Test: test_band_pixtype_4BUI ...passed\n"
3589#~ "  Test: test_band_pixtype_8BUI ...passed\n"
3590#~ "  Test: test_band_pixtype_8BSI ...passed\n"
3591#~ "  Test: test_band_pixtype_16BUI ...passed\n"
3592#~ "  Test: test_band_pixtype_16BSI ...passed\n"
3593#~ "  Test: test_band_pixtype_32BUI ...passed\n"
3594#~ "  Test: test_band_pixtype_32BSI ...passed\n"
3595#~ "  Test: test_band_pixtype_32BF ...passed\n"
3596#~ "  Test: test_band_pixtype_64BF ...passed\n"
3597#~ "  Test: test_band_get_pixel_line ...WARNING: Limiting returning number "
3598#~ "values to 1\n"
3599#~ "WARNING: Attempting to get pixel values with out of range raster "
3600#~ "coordinates: (5, 5)\n"
3601#~ "passed\n"
3602#~ "  Test: test_band_new_offline_from_path ...passed\n"
3603#~ "Suite: raster_wkb\n"
3604#~ "  Test: test_raster_wkb ...SRID value -1 converted to the officially "
3605#~ "unknown SRID value 0\n"
3606#~ "SRID value -1 converted to the officially unknown SRID value 0\n"
3607#~ "SRID value -1 converted to the officially unknown SRID value 0\n"
3608#~ "SRID value -1 converted to the officially unknown SRID value 0\n"
3609#~ "SRID value -1 converted to the officially unknown SRID value 0\n"
3610#~ "SRID value -1 converted to the officially unknown SRID value 0\n"
3611#~ "passed\n"
3612#~ "Suite: gdal\n"
3613#~ "  Test: test_gdal_configured ...passed\n"
3614#~ "  Test: test_gdal_drivers ...passed\n"
3615#~ "  Test: test_gdal_rasterize ...passed\n"
3616#~ "  Test: test_gdal_polygonize ...passed\n"
3617#~ "  Test: test_raster_to_gdal ...Warning 6: PNG driver doesn't support data "
3618#~ "type Float64. Only eight bit (Byte) and sixteen bit (UInt16) bands "
3619#~ "supported. Defaulting to Byte\n"
3620#~ "\n"
3621#~ "passed\n"
3622#~ "  Test: test_gdal_to_raster ...passed\n"
3623#~ "  Test: test_gdal_warp ...passed\n"
3624#~ "Suite: raster_geometry\n"
3625#~ "  Test: test_raster_envelope ...passed\n"
3626#~ "  Test: test_raster_envelope_geom ...passed\n"
3627#~ "  Test: test_raster_convex_hull ...passed\n"
3628#~ "  Test: test_raster_surface ...INFO: Ring Self-intersection at or near "
3629#~ "point 2 -2\n"
3630#~ "INFO: Ring Self-intersection at or near point 3 -3\n"
3631#~ "passed\n"
3632#~ "  Test: test_raster_perimeter ...passed\n"
3633#~ "  Test: test_raster_pixel_as_polygon ...passed\n"
3634#~ "Suite: raster_misc\n"
3635#~ "  Test: test_raster_cell_to_geopoint ...passed\n"
3636#~ "  Test: test_raster_geopoint_to_cell ...passed\n"
3637#~ "  Test: test_raster_from_two_rasters ...passed\n"
3638#~ "  Test: test_raster_compute_skewed_raster ...passed\n"
3639#~ "Suite: band_stats\n"
3640#~ "  Test: test_band_stats ...passed\n"
3641#~ "  Test: test_band_value_count ...passed\n"
3642#~ "Suite: band_misc\n"
3643#~ "  Test: test_band_get_nearest_pixel ...passed\n"
3644#~ "  Test: test_band_get_pixel_of_value ...passed\n"
3645#~ "  Test: test_pixel_set_to_array ...passed\n"
3646#~ "Suite: mapalgebra\n"
3647#~ "  Test: test_raster_iterator ...passed\n"
3648#~ "  Test: test_band_reclass ...passed\n"
3649#~ "  Test: test_raster_colormap ...passed\n"
3650#~ "Suite: spatial_relationship\n"
3651#~ "  Test: test_raster_geos_overlaps ...passed\n"
3652#~ "  Test: test_raster_geos_touches ...passed\n"
3653#~ "  Test: test_raster_geos_contains ...passed\n"
3654#~ "  Test: test_raster_geos_contains_properly ...passed\n"
3655#~ "  Test: test_raster_geos_covers ...passed\n"
3656#~ "  Test: test_raster_geos_covered_by ...passed\n"
3657#~ "  Test: test_raster_within_distance ...passed\n"
3658#~ "  Test: test_raster_fully_within_distance ...passed\n"
3659#~ "  Test: test_raster_intersects ...passed\n"
3660#~ "  Test: test_raster_same_alignment ...passed\n"
3661#~ "Suite: misc\n"
3662#~ "  Test: test_rgb_to_hsv ...passed\n"
3663#~ "  Test: test_hsv_to_rgb ...passed\n"
3664#~ "  Test: test_util_gdal_open ...passed\n"
3665#~ "\n"
3666#~ "Run Summary:    Type  Total    Ran Passed Failed Inactive\n"
3667#~ "              suites     12     12    n/a      0        0\n"
3668#~ "               tests     65     65     65      0        0\n"
3669#~ "             asserts  45896  45896  45896      0      n/a\n"
3670#~ "\n"
3671#~ "Elapsed time =    0.499 seconds\n"
3672#~ "\n"
3673#~ "Loading Raster into 'postgis_reg'\n"
3674#~ "PostgreSQL 12devel on x86_64-w64-mingw32, compiled by gcc.exe (x86_64-"
3675#~ "posix-seh-rev0, Built by MinGW-W64 project) 8.1.0, 64-bit\n"
3676#~ "  Postgis 3.0.0dev - r17081 - 2018-11-28 18:50:02\n"
3677#~ "  scripts 3.0.0dev r17081\n"
3678#~ "  raster scripts 3.0.0dev r17081\n"
3679#~ "  GEOS: 3.7.0-CAPI-1.11.0 673b9939\n"
3680#~ "  PROJ: Rel. 5.2.0, September 15th, 2018\n"
3681#~ "  GDAL: GDAL 2.3.1, released 2018/06/22\n"
3682#~ "\n"
3683#~ "Running tests\n"
3684#~ "\n"
3685#~ " check_gdal .. ok\n"
3686#~ " load_outdb ... ok\n"
3687#~ " check_raster_columns .. ok\n"
3688#~ " check_raster_overviews .. ok\n"
3689#~ " rt_io .. ok\n"
3690#~ " rt_bytea .. ok\n"
3691#~ " rt_wkb .. ok\n"
3692#~ " box3d .. ok\n"
3693#~ " rt_addband .. ok\n"
3694#~ " rt_band .. ok\n"
3695#~ " rt_tile .. ok\n"
3696#~ " rt_dimensions .. ok\n"
3697#~ " rt_scale .. ok\n"
3698#~ " rt_pixelsize .. ok\n"
3699#~ " rt_upperleft .. ok\n"
3700#~ " rt_rotation .. ok\n"
3701#~ " rt_georeference .. ok\n"
3702#~ " rt_set_properties .. ok\n"
3703#~ " rt_isempty .. ok\n"
3704#~ " rt_hasnoband .. ok\n"
3705#~ " rt_metadata .. ok\n"
3706#~ " rt_rastertoworldcoord .. ok\n"
3707#~ " rt_worldtorastercoord .. ok\n"
3708#~ " rt_convexhull .. ok\n"
3709#~ " rt_envelope .. ok\n"
3710#~ " rt_band_properties .. ok\n"
3711#~ " rt_set_band_properties .. ok\n"
3712#~ " rt_pixelaspolygons .. ok\n"
3713#~ " rt_pixelaspoints .. ok\n"
3714#~ " rt_pixelascentroids .. ok\n"
3715#~ " rt_setvalues_array .. ok\n"
3716#~ " rt_summarystats .. ok\n"
3717#~ " rt_count .. ok\n"
3718#~ " rt_histogram .. ok\n"
3719#~ " rt_quantile .. ok\n"
3720#~ " rt_valuecount .. ok\n"
3721#~ " rt_valuepercent .. ok\n"
3722#~ " rt_bandmetadata .. ok\n"
3723#~ " rt_pixelvalue .. ok\n"
3724#~ " rt_neighborhood .. ok\n"
3725#~ " rt_nearestvalue .. ok\n"
3726#~ " rt_pixelofvalue .. ok\n"
3727#~ " rt_polygon .. ok\n"
3728#~ " rt_setbandpath .. ok\n"
3729#~ " rt_utility .. ok\n"
3730#~ " rt_fromgdalraster .. ok\n"
3731#~ " rt_asgdalraster .. ok\n"
3732#~ " rt_astiff .. ok\n"
3733#~ " rt_asjpeg .. ok\n"
3734#~ " rt_aspng .. ok\n"
3735#~ " rt_reclass .. ok\n"
3736#~ " rt_gdalwarp .. ok\n"
3737#~ " rt_asraster .. ok\n"
3738#~ " rt_dumpvalues .. ok\n"
3739#~ " rt_makeemptycoverage .. ok\n"
3740#~ " rt_createoverview .. ok\n"
3741#~ " rt_mapalgebraexpr .. ok\n"
3742#~ " rt_mapalgebrafct .. ok\n"
3743#~ " rt_mapalgebraexpr_2raster .. ok\n"
3744#~ " rt_mapalgebrafct_2raster .. ok\n"
3745#~ " rt_mapalgebrafctngb .. ok\n"
3746#~ " rt_mapalgebrafctngb_userfunc .. ok\n"
3747#~ " rt_intersection .. ok\n"
3748#~ " rt_clip .. ok\n"
3749#~ " rt_mapalgebra .. ok\n"
3750#~ " rt_mapalgebra_expr .. ok\n"
3751#~ " rt_mapalgebra_mask .. ok\n"
3752#~ " rt_union .. ok\n"
3753#~ " rt_invdistweight4ma .. ok\n"
3754#~ " rt_4ma .. ok\n"
3755#~ " rt_setvalues_geomval .. ok\n"
3756#~ " rt_elevation_functions .. ok\n"
3757#~ " rt_colormap .. ok\n"
3758#~ " rt_grayscale .. ok\n"
3759#~ " rt_gist_relationships .. ok\n"
3760#~ " rt_intersects .. ok\n"
3761#~ " rt_samealignment .. ok\n"
3762#~ " rt_geos_relationships .. ok\n"
3763#~ " rt_iscoveragetile .. ok\n"
3764#~ " bug_test_car5 .. ok\n"
3765#~ " permitted_gdal_drivers .. ok\n"
3766#~ " tickets .. ok\n"
3767#~ " loader/Basic .. ok\n"
3768#~ " loader/Projected ... ok\n"
3769#~ " loader/BasicCopy .. ok\n"
3770#~ " loader/BasicFilename .. ok\n"
3771#~ " loader/BasicOutDB .. ok\n"
3772#~ " loader/Tiled10x10 .. ok\n"
3773#~ " loader/Tiled10x10Copy .. ok\n"
3774#~ " loader/Tiled8x8 .. ok\n"
3775#~ " clean .. ok\n"
3776#~ " uninstall .. ok (4643)\n"
3777#~ "\n"
3778#~ "Run tests: 101\n"
3779#~ "Failed: 0\n"
3780#~ "\n"
3781#~ "-- topology regress\n"
3782#~ "PostgreSQL 12devel on x86_64-w64-mingw32, compiled by gcc.exe (x86_64-"
3783#~ "posix-seh-rev0, Built by MinGW-W64 project) 8.1.0, 64-bit\n"
3784#~ "  Postgis 3.0.0dev - r17081 - 2018-11-28 18:50:02\n"
3785#~ "  scripts 3.0.0dev r17081\n"
3786#~ "  GEOS: 3.7.0-CAPI-1.11.0 673b9939\n"
3787#~ "  PROJ: Rel. 5.2.0, September 15th, 2018\n"
3788#~ "\n"
3789#~ "Running tests\n"
3790#~ "\n"
3791#~ " regress/legacy_validate .. ok\n"
3792#~ " regress/legacy_predicate .. ok\n"
3793#~ " regress/legacy_invalid .. ok\n"
3794#~ " regress/sqlmm .. ok\n"
3795#~ " regress/legacy_query .. ok\n"
3796#~ " regress/addnode .. ok\n"
3797#~ " regress/addedge .. ok\n"
3798#~ " regress/addface .. ok\n"
3799#~ " regress/addface2.5d .. ok\n"
3800#~ " regress/addtopogeometrycolumn .. ok\n"
3801#~ " regress/polygonize .. ok\n"
3802#~ " regress/st_addisoedge .. ok\n"
3803#~ " regress/st_addisonode .. ok\n"
3804#~ " regress/st_addedgemodface .. ok\n"
3805#~ " regress/st_addedgenewfaces .. ok\n"
3806#~ " regress/st_changeedgegeom .. ok\n"
3807#~ " regress/st_createtopogeo .. ok\n"
3808#~ " regress/st_getfacegeometry .. ok\n"
3809#~ " regress/st_getfaceedges .. ok\n"
3810#~ " regress/st_modedgeheal .. ok\n"
3811#~ " regress/st_modedgesplit .. ok\n"
3812#~ " regress/st_newedgeheal .. ok\n"
3813#~ " regress/st_newedgessplit .. ok\n"
3814#~ " regress/st_remedgenewface .. ok\n"
3815#~ " regress/st_remedgemodface .. ok\n"
3816#~ " regress/st_simplify .. ok\n"
3817#~ " regress/topoelement .. ok\n"
3818#~ " regress/topoelementarray_agg .. ok\n"
3819#~ " regress/topogeo_addlinestring .. ok\n"
3820#~ " regress/topogeo_addpoint .. ok\n"
3821#~ " regress/topogeo_addpolygon .. ok\n"
3822#~ " regress/topogeom_edit .. ok\n"
3823#~ " regress/topogeometry_type .. ok\n"
3824#~ " regress/topojson .. ok\n"
3825#~ " regress/topologysummary .. ok\n"
3826#~ " regress/topo2.5d .. ok\n"
3827#~ " regress/totopogeom .. ok\n"
3828#~ " regress/droptopology .. ok\n"
3829#~ " regress/droptopogeometrycolumn .. ok\n"
3830#~ " regress/copytopology .. ok\n"
3831#~ " regress/createtopogeom .. ok\n"
3832#~ " regress/createtopology .. ok\n"
3833#~ " regress/gml .. ok\n"
3834#~ " regress/getnodebypoint .. ok\n"
3835#~ " regress/getedgebypoint .. ok\n"
3836#~ " regress/getfacebypoint .. ok\n"
3837#~ " regress/getringedges .. ok\n"
3838#~ " regress/gettopogeomelements .. ok\n"
3839#~ " regress/layertrigger .. ok\n"
3840#~ " regress/validatetopology .. ok\n"
3841#~ " uninstall .. ok (4643)\n"
3842#~ "\n"
3843#~ "Run tests: 51\n"
3844#~ "Failed: 0\n"
3845#~ "\n"
3846#~ "-- if you built --with-gui, you should see this too\n"
3847#~ "\n"
3848#~ "     CUnit - A unit testing framework for C - Version 2.1-2\n"
3849#~ "     http://cunit.sourceforge.net/\n"
3850#~ "\n"
3851#~ "\n"
3852#~ "Suite: Shapefile Loader File shp2pgsql Test\n"
3853#~ "  Test: test_ShpLoaderCreate() ...passed\n"
3854#~ "  Test: test_ShpLoaderDestroy() ...passed\n"
3855#~ "Suite: Shapefile Loader File pgsql2shp Test\n"
3856#~ "  Test: test_ShpDumperCreate() ...passed\n"
3857#~ "  Test: test_ShpDumperDestroy() ...passed\n"
3858#~ "\n"
3859#~ "Run Summary:    Type  Total    Ran Passed Failed Inactive\n"
3860#~ "              suites      2      2    n/a      0        0\n"
3861#~ "               tests      4      4      4      0        0\n"
3862#~ "             asserts      4      4      4      0      n/a"
3863#~ msgstr ""
3864#~ "CUnit - A unit testing framework for C - Version 2.1-2\n"
3865#~ "     http://cunit.sourceforge.net/\n"
3866#~ "\n"
3867#~ "\n"
3868#~ "Suite: computational_geometry\n"
3869#~ "  Test: test_lw_segment_side ...passed\n"
3870#~ "  Test: test_lw_segment_intersects ...passed\n"
3871#~ "  Test: test_lwline_crossing_short_lines ...passed\n"
3872#~ "  Test: test_lwline_crossing_long_lines ...passed\n"
3873#~ "  Test: test_lwline_crossing_bugs ...passed\n"
3874#~ "  Test: test_lwpoint_set_ordinate ...passed\n"
3875#~ "  Test: test_lwpoint_get_ordinate ...passed\n"
3876#~ "  Test: test_point_interpolate ...passed\n"
3877#~ "  Test: test_lwline_clip ...passed\n"
3878#~ "  Test: test_lwline_clip_big ...passed\n"
3879#~ "  Test: test_lwmline_clip ...passed\n"
3880#~ "  Test: test_geohash_point ...passed\n"
3881#~ "  Test: test_geohash_precision ...passed\n"
3882#~ "  Test: test_geohash ...passed\n"
3883#~ "  Test: test_geohash_point_as_int ...passed\n"
3884#~ "  Test: test_isclosed ...passed\n"
3885#~ "  Test: test_lwgeom_simplify ...passed\n"
3886#~ "Suite: buildarea\n"
3887#~ "  Test: buildarea1 ...passed\n"
3888#~ "  Test: buildarea2 ...passed\n"
3889#~ "  Test: buildarea3 ...passed\n"
3890#~ "  Test: buildarea4 ...passed\n"
3891#~ "  Test: buildarea4b ...passed\n"
3892#~ "  Test: buildarea5 ...passed\n"
3893#~ "  Test: buildarea6 ...passed\n"
3894#~ "  Test: buildarea7 ...passed\n"
3895#~ "Suite: geometry_clean\n"
3896#~ "  Test: test_lwgeom_make_valid ...passed\n"
3897#~ "Suite: clip_by_rectangle\n"
3898#~ "  Test: test_lwgeom_clip_by_rect ...passed\n"
3899#~ "Suite: force_sfs\n"
3900#~ "  Test: test_sfs_11 ...passed\n"
3901#~ "  Test: test_sfs_12 ...passed\n"
3902#~ "  Test: test_sqlmm ...passed\n"
3903#~ "Suite: geodetic\n"
3904#~ "  Test: test_sphere_direction ...passed\n"
3905#~ "  Test: test_sphere_project ...passed\n"
3906#~ "  Test: test_lwgeom_area_sphere ...passed\n"
3907#~ "  Test: test_signum ...passed\n"
3908#~ "  Test: test_gbox_from_spherical_coordinates ...passed\n"
3909#~ "  Test: test_gserialized_get_gbox_geocentric ...passed\n"
3910#~ "  Test: test_clairaut ...passed\n"
3911#~ "  Test: test_edge_intersection ...passed\n"
3912#~ "  Test: test_edge_intersects ...passed\n"
3913#~ "  Test: test_edge_distance_to_point ...passed\n"
3914#~ "  Test: test_edge_distance_to_edge ...passed\n"
3915#~ "  Test: test_lwgeom_distance_sphere ...passed\n"
3916#~ "  Test: test_lwgeom_check_geodetic ...passed\n"
3917#~ "  Test: test_gserialized_from_lwgeom ...passed\n"
3918#~ "  Test: test_spheroid_distance ...passed\n"
3919#~ "  Test: test_spheroid_area ...passed\n"
3920#~ "  Test: test_lwpoly_covers_point2d ...passed\n"
3921#~ "  Test: test_gbox_utils ...passed\n"
3922#~ "  Test: test_vector_angle ...passed\n"
3923#~ "  Test: test_vector_rotate ...passed\n"
3924#~ "  Test: test_lwgeom_segmentize_sphere ...passed\n"
3925#~ "  Test: test_ptarray_contains_point_sphere ...passed\n"
3926#~ "  Test: test_ptarray_contains_point_sphere_iowa ...passed\n"
3927#~ "Suite: GEOS\n"
3928#~ "  Test: test_geos_noop ...passed\n"
3929#~ "  Test: test_geos_subdivide ...passed\n"
3930#~ "  Test: test_geos_linemerge ...passed\n"
3931#~ "Suite: Clustering\n"
3932#~ "  Test: basic_test ...passed\n"
3933#~ "  Test: nonsequential_test ...passed\n"
3934#~ "  Test: basic_distance_test ...passed\n"
3935#~ "  Test: single_input_test ...passed\n"
3936#~ "  Test: empty_inputs_test ...passed\n"
3937#~ "Suite: Clustering Union-Find\n"
3938#~ "  Test: test_unionfind_create ...passed\n"
3939#~ "  Test: test_unionfind_union ...passed\n"
3940#~ "  Test: test_unionfind_ordered_by_cluster ...passed\n"
3941#~ "Suite: homogenize\n"
3942#~ "  Test: test_coll_point ...passed\n"
3943#~ "  Test: test_coll_line ...passed\n"
3944#~ "  Test: test_coll_poly ...passed\n"
3945#~ "  Test: test_coll_coll ...passed\n"
3946#~ "  Test: test_geom ...passed\n"
3947#~ "  Test: test_coll_curve ...passed\n"
3948#~ "Suite: encoded_polyline_input\n"
3949#~ "  Test: in_encoded_polyline_test_geoms ...passed\n"
3950#~ "  Test: in_encoded_polyline_test_precision ...passed\n"
3951#~ "Suite: geojson_input\n"
3952#~ "  Test: in_geojson_test_srid ...passed\n"
3953#~ "  Test: in_geojson_test_bbox ...passed\n"
3954#~ "  Test: in_geojson_test_geoms ...passed\n"
3955#~ "Suite: twkb_input\n"
3956#~ "  Test: test_twkb_in_point ...passed\n"
3957#~ "  Test: test_twkb_in_linestring ...passed\n"
3958#~ "  Test: test_twkb_in_polygon ...passed\n"
3959#~ "  Test: test_twkb_in_multipoint ...passed\n"
3960#~ "  Test: test_twkb_in_multilinestring ...passed\n"
3961#~ "  Test: test_twkb_in_multipolygon ...passed\n"
3962#~ "  Test: test_twkb_in_collection ...passed\n"
3963#~ "  Test: test_twkb_in_precision ...passed\n"
3964#~ "Suite: serialization/deserialization\n"
3965#~ "  Test: test_typmod_macros ...passed\n"
3966#~ "  Test: test_flags_macros ...passed\n"
3967#~ "  Test: test_serialized_srid ...passed\n"
3968#~ "  Test: test_gserialized_from_lwgeom_size ...passed\n"
3969#~ "  Test: test_gbox_serialized_size ...passed\n"
3970#~ "  Test: test_lwgeom_from_gserialized ...passed\n"
3971#~ "  Test: test_lwgeom_count_vertices ...passed\n"
3972#~ "  Test: test_on_gser_lwgeom_count_vertices ...passed\n"
3973#~ "  Test: test_geometry_type_from_string ...passed\n"
3974#~ "  Test: test_lwcollection_extract ...passed\n"
3975#~ "  Test: test_lwgeom_free ...passed\n"
3976#~ "  Test: test_lwgeom_flip_coordinates ...passed\n"
3977#~ "  Test: test_f2d ...passed\n"
3978#~ "  Test: test_lwgeom_clone ...passed\n"
3979#~ "  Test: test_lwgeom_force_clockwise ...passed\n"
3980#~ "  Test: test_lwgeom_calculate_gbox ...passed\n"
3981#~ "  Test: test_lwgeom_is_empty ...passed\n"
3982#~ "  Test: test_lwgeom_same ...passed\n"
3983#~ "  Test: test_lwline_from_lwmpoint ...passed\n"
3984#~ "  Test: test_lwgeom_as_curve ...passed\n"
3985#~ "  Test: test_lwgeom_scale ...passed\n"
3986#~ "  Test: test_gserialized_is_empty ...passed\n"
3987#~ "  Test: test_gbox_same_2d ...passed\n"
3988#~ "Suite: measures\n"
3989#~ "  Test: test_mindistance2d_tolerance ...passed\n"
3990#~ "  Test: test_rect_tree_contains_point ...passed\n"
3991#~ "  Test: test_rect_tree_intersects_tree ...passed\n"
3992#~ "  Test: test_lwgeom_segmentize2d ...passed\n"
3993#~ "  Test: test_lwgeom_locate_along ...passed\n"
3994#~ "  Test: test_lw_dist2d_pt_arc ...passed\n"
3995#~ "  Test: test_lw_dist2d_seg_arc ...passed\n"
3996#~ "  Test: test_lw_dist2d_arc_arc ...passed\n"
3997#~ "  Test: test_lw_arc_length ...passed\n"
3998#~ "  Test: test_lw_dist2d_pt_ptarrayarc ...passed\n"
3999#~ "  Test: test_lw_dist2d_ptarray_ptarrayarc ...passed\n"
4000#~ "  Test: test_lwgeom_tcpa ...passed\n"
4001#~ "  Test: test_lwgeom_is_trajectory ...passed\n"
4002#~ "Suite: effectivearea\n"
4003#~ "  Test: do_test_lwgeom_effectivearea_lines ...passed\n"
4004#~ "  Test: do_test_lwgeom_effectivearea_polys ...passed\n"
4005#~ "Suite: miscellaneous\n"
4006#~ "  Test: test_misc_force_2d ...passed\n"
4007#~ "  Test: test_misc_simplify ...passed\n"
4008#~ "  Test: test_misc_count_vertices ...passed\n"
4009#~ "  Test: test_misc_area ...passed\n"
4010#~ "  Test: test_misc_wkb ...passed\n"
4011#~ "  Test: test_grid ...passed\n"
4012#~ "Suite: noding\n"
4013#~ "  Test: test_lwgeom_node ...passed\n"
4014#~ "Suite: encoded_polyline_output\n"
4015#~ "  Test: out_encoded_polyline_test_geoms ...passed\n"
4016#~ "  Test: out_encoded_polyline_test_srid ...passed\n"
4017#~ "  Test: out_encoded_polyline_test_precision ...passed\n"
4018#~ "Suite: geojson_output\n"
4019#~ "  Test: out_geojson_test_precision ...passed\n"
4020#~ "  Test: out_geojson_test_dims ...passed\n"
4021#~ "  Test: out_geojson_test_srid ...passed\n"
4022#~ "  Test: out_geojson_test_bbox ...passed\n"
4023#~ "  Test: out_geojson_test_geoms ...passed\n"
4024#~ "Suite: gml_output\n"
4025#~ "  Test: out_gml_test_precision ...passed\n"
4026#~ "  Test: out_gml_test_srid ...passed\n"
4027#~ "  Test: out_gml_test_dims ...passed\n"
4028#~ "  Test: out_gml_test_geodetic ...passed\n"
4029#~ "  Test: out_gml_test_geoms ...passed\n"
4030#~ "  Test: out_gml_test_geoms_prefix ...passed\n"
4031#~ "  Test: out_gml_test_geoms_nodims ...passed\n"
4032#~ "  Test: out_gml2_extent ...passed\n"
4033#~ "  Test: out_gml3_extent ...passed\n"
4034#~ "Suite: kml_output\n"
4035#~ "  Test: out_kml_test_precision ...passed\n"
4036#~ "  Test: out_kml_test_dims ...passed\n"
4037#~ "  Test: out_kml_test_geoms ...passed\n"
4038#~ "  Test: out_kml_test_prefix ...passed\n"
4039#~ "Suite: svg_output\n"
4040#~ "  Test: out_svg_test_precision ...passed\n"
4041#~ "  Test: out_svg_test_dims ...passed\n"
4042#~ "  Test: out_svg_test_relative ...passed\n"
4043#~ "  Test: out_svg_test_geoms ...passed\n"
4044#~ "  Test: out_svg_test_srid ...passed\n"
4045#~ "Suite: x3d_output\n"
4046#~ "  Test: out_x3d3_test_precision ...passed\n"
4047#~ "  Test: out_x3d3_test_geoms ...passed\n"
4048#~ "  Test: out_x3d3_test_option ...passed\n"
4049#~ "Suite: ptarray\n"
4050#~ "  Test: test_ptarray_append_point ...passed\n"
4051#~ "  Test: test_ptarray_append_ptarray ...passed\n"
4052#~ "  Test: test_ptarray_locate_point ...passed\n"
4053#~ "  Test: test_ptarray_isccw ...passed\n"
4054#~ "  Test: test_ptarray_signed_area ...passed\n"
4055#~ "  Test: test_ptarray_unstroke ...passed\n"
4056#~ "  Test: test_ptarray_insert_point ...passed\n"
4057#~ "  Test: test_ptarray_contains_point ...passed\n"
4058#~ "  Test: test_ptarrayarc_contains_point ...passed\n"
4059#~ "  Test: test_ptarray_scale ...passed\n"
4060#~ "Suite: printing\n"
4061#~ "  Test: test_lwprint_default_format ...passed\n"
4062#~ "  Test: test_lwprint_format_orders ...passed\n"
4063#~ "  Test: test_lwprint_optional_format ...passed\n"
4064#~ "  Test: test_lwprint_oddball_formats ...passed\n"
4065#~ "  Test: test_lwprint_bad_formats ...passed\n"
4066#~ "Suite: SFCGAL\n"
4067#~ "  Test: test_sfcgal_noop ...passed\n"
4068#~ "Suite: split\n"
4069#~ "  Test: test_lwline_split_by_point_to ...passed\n"
4070#~ "  Test: test_lwgeom_split ...passed\n"
4071#~ "Suite: stringbuffer\n"
4072#~ "  Test: test_stringbuffer_append ...passed\n"
4073#~ "  Test: test_stringbuffer_aprintf ...passed\n"
4074#~ "Suite: surface\n"
4075#~ "  Test: triangle_parse ...passed\n"
4076#~ "  Test: tin_parse ...passed\n"
4077#~ "  Test: polyhedralsurface_parse ...passed\n"
4078#~ "  Test: surface_dimension ...passed\n"
4079#~ "Suite: Internal Spatial Trees\n"
4080#~ "  Test: test_tree_circ_create ...passed\n"
4081#~ "  Test: test_tree_circ_pip ...passed\n"
4082#~ "  Test: test_tree_circ_pip2 ...passed\n"
4083#~ "  Test: test_tree_circ_distance ...passed\n"
4084#~ "  Test: test_tree_circ_distance_threshold ...passed\n"
4085#~ "Suite: triangulate\n"
4086#~ "  Test: test_lwgeom_delaunay_triangulation ...passed\n"
4087#~ "Suite: twkb_output\n"
4088#~ "  Test: test_twkb_out_point ...passed\n"
4089#~ "  Test: test_twkb_out_linestring ...passed\n"
4090#~ "  Test: test_twkb_out_polygon ...passed\n"
4091#~ "  Test: test_twkb_out_multipoint ...passed\n"
4092#~ "  Test: test_twkb_out_multilinestring ...passed\n"
4093#~ "  Test: test_twkb_out_multipolygon ...passed\n"
4094#~ "  Test: test_twkb_out_collection ...passed\n"
4095#~ "  Test: test_twkb_out_idlist ...passed\n"
4096#~ "Suite: varint\n"
4097#~ "  Test: test_zigzag ...passed\n"
4098#~ "  Test: test_varint ...passed\n"
4099#~ "  Test: test_varint_roundtrip ...passed\n"
4100#~ "Suite: wkb_input\n"
4101#~ "  Test: test_wkb_in_point ...passed\n"
4102#~ "  Test: test_wkb_in_linestring ...passed\n"
4103#~ "  Test: test_wkb_in_polygon ...passed\n"
4104#~ "  Test: test_wkb_in_multipoint ...passed\n"
4105#~ "  Test: test_wkb_in_multilinestring ...passed\n"
4106#~ "  Test: test_wkb_in_multipolygon ...passed\n"
4107#~ "  Test: test_wkb_in_collection ...passed\n"
4108#~ "  Test: test_wkb_in_circularstring ...passed\n"
4109#~ "  Test: test_wkb_in_compoundcurve ...passed\n"
4110#~ "  Test: test_wkb_in_curvpolygon ...passed\n"
4111#~ "  Test: test_wkb_in_multicurve ...passed\n"
4112#~ "  Test: test_wkb_in_multisurface ...passed\n"
4113#~ "  Test: test_wkb_in_malformed ...passed\n"
4114#~ "Suite: wkb_output\n"
4115#~ "  Test: test_wkb_out_point ...passed\n"
4116#~ "  Test: test_wkb_out_linestring ...passed\n"
4117#~ "  Test: test_wkb_out_polygon ...passed\n"
4118#~ "  Test: test_wkb_out_multipoint ...passed\n"
4119#~ "  Test: test_wkb_out_multilinestring ...passed\n"
4120#~ "  Test: test_wkb_out_multipolygon ...passed\n"
4121#~ "  Test: test_wkb_out_collection ...passed\n"
4122#~ "  Test: test_wkb_out_circularstring ...passed\n"
4123#~ "  Test: test_wkb_out_compoundcurve ...passed\n"
4124#~ "  Test: test_wkb_out_curvpolygon ...passed\n"
4125#~ "  Test: test_wkb_out_multicurve ...passed\n"
4126#~ "  Test: test_wkb_out_multisurface ...passed\n"
4127#~ "  Test: test_wkb_out_polyhedralsurface ...passed\n"
4128#~ "Suite: wkt_input\n"
4129#~ "  Test: test_wkt_in_point ...passed\n"
4130#~ "  Test: test_wkt_in_linestring ...passed\n"
4131#~ "  Test: test_wkt_in_polygon ...passed\n"
4132#~ "  Test: test_wkt_in_multipoint ...passed\n"
4133#~ "  Test: test_wkt_in_multilinestring ...passed\n"
4134#~ "  Test: test_wkt_in_multipolygon ...passed\n"
4135#~ "  Test: test_wkt_in_collection ...passed\n"
4136#~ "  Test: test_wkt_in_circularstring ...passed\n"
4137#~ "  Test: test_wkt_in_compoundcurve ...passed\n"
4138#~ "  Test: test_wkt_in_curvpolygon ...passed\n"
4139#~ "  Test: test_wkt_in_multicurve ...passed\n"
4140#~ "  Test: test_wkt_in_multisurface ...passed\n"
4141#~ "  Test: test_wkt_in_tin ...passed\n"
4142#~ "  Test: test_wkt_in_polyhedralsurface ...passed\n"
4143#~ "  Test: test_wkt_in_errlocation ...passed\n"
4144#~ "Suite: wkt_output\n"
4145#~ "  Test: test_wkt_out_point ...passed\n"
4146#~ "  Test: test_wkt_out_linestring ...passed\n"
4147#~ "  Test: test_wkt_out_polygon ...passed\n"
4148#~ "  Test: test_wkt_out_multipoint ...passed\n"
4149#~ "  Test: test_wkt_out_multilinestring ...passed\n"
4150#~ "  Test: test_wkt_out_multipolygon ...passed\n"
4151#~ "  Test: test_wkt_out_collection ...passed\n"
4152#~ "  Test: test_wkt_out_circularstring ...passed\n"
4153#~ "  Test: test_wkt_out_compoundcurve ...passed\n"
4154#~ "  Test: test_wkt_out_curvpolygon ...passed\n"
4155#~ "  Test: test_wkt_out_multicurve ...passed\n"
4156#~ "  Test: test_wkt_out_multisurface ...passed\n"
4157#~ "\n"
4158#~ "Run Summary:    Type  Total    Ran Passed Failed Inactive\n"
4159#~ "              suites     38     38    n/a      0        0\n"
4160#~ "               tests    251    251    251      0        0\n"
4161#~ "             asserts   2468   2468   2468      0      n/a\n"
4162#~ "\n"
4163#~ "Elapsed time =    0.298 seconds\n"
4164#~ "\n"
4165#~ "Creating database 'postgis_reg'\n"
4166#~ "Loading PostGIS into 'postgis_reg'\n"
4167#~ "  /projects/postgis/branches/2.2/regress/00-regress-install/share/contrib/"
4168#~ "postgis/postgis.sql\n"
4169#~ "  /projects/postgis/branches/2.2/regress/00-regress-install/share/contrib/"
4170#~ "postgis/postgis_comments.sql\n"
4171#~ "Loading SFCGAL into 'postgis_reg'\n"
4172#~ "  /projects/postgis/branches/2.2/regress/00-regress-install/share/contrib/"
4173#~ "postgis/sfcgal.sql\n"
4174#~ "  /projects/postgis/branches/2.2/regress/00-regress-install/share/contrib/"
4175#~ "postgis/sfcgal_comments.sql\n"
4176#~ "PostgreSQL 9.4.4, compiled by Visual C++ build 1800, 32-bit\n"
4177#~ "  Postgis 2.2.0dev - r13980 - 2015-08-23 06:13:07\n"
4178#~ "  scripts 2.2.0dev r13980\n"
4179#~ "  GEOS: 3.5.0-CAPI-1.9.0 r4088\n"
4180#~ "  PROJ: Rel. 4.9.1, 04 March 2015\n"
4181#~ "  SFCGAL: 1.1.0\n"
4182#~ "\n"
4183#~ "Running tests\n"
4184#~ "\n"
4185#~ " loader/Point .............. ok\n"
4186#~ " loader/PointM .............. ok\n"
4187#~ " loader/PointZ .............. ok\n"
4188#~ " loader/MultiPoint .............. ok\n"
4189#~ " loader/MultiPointM .............. ok\n"
4190#~ " loader/MultiPointZ .............. ok\n"
4191#~ " loader/Arc .............. ok\n"
4192#~ " loader/ArcM .............. ok\n"
4193#~ " loader/ArcZ .............. ok\n"
4194#~ " loader/Polygon .............. ok\n"
4195#~ " loader/PolygonM .............. ok\n"
4196#~ " loader/PolygonZ .............. ok\n"
4197#~ " loader/TSTPolygon ......... ok\n"
4198#~ " loader/TSIPolygon ......... ok\n"
4199#~ " loader/TSTIPolygon ......... ok\n"
4200#~ " loader/PointWithSchema ..... ok\n"
4201#~ " loader/NoTransPoint ......... ok\n"
4202#~ " loader/NotReallyMultiPoint ......... ok\n"
4203#~ " loader/MultiToSinglePoint ......... ok\n"
4204#~ " loader/ReprojectPts ........ ok\n"
4205#~ " loader/ReprojectPtsGeog ........ ok\n"
4206#~ " loader/Latin1 .... ok\n"
4207#~ " loader/Latin1-implicit .... ok\n"
4208#~ " loader/mfile .... ok\n"
4209#~ " dumper/literalsrid ....... ok\n"
4210#~ " dumper/realtable ....... ok\n"
4211#~ " affine .. ok\n"
4212#~ " bestsrid .. ok\n"
4213#~ " binary .. ok\n"
4214#~ " boundary .. ok\n"
4215#~ " cluster .. ok\n"
4216#~ " concave_hull .. ok\n"
4217#~ " ctors .. ok\n"
4218#~ " dump .. ok\n"
4219#~ " dumppoints .. ok\n"
4220#~ " empty .. ok\n"
4221#~ " forcecurve .. ok\n"
4222#~ " geography .. ok\n"
4223#~ " in_geohash .. ok\n"
4224#~ " in_gml .. ok\n"
4225#~ " in_kml .. ok\n"
4226#~ " in_encodedpolyline .. ok\n"
4227#~ " iscollection .. ok\n"
4228#~ " legacy .. ok\n"
4229#~ " long_xact .. ok\n"
4230#~ " lwgeom_regress .. ok\n"
4231#~ " measures .. ok\n"
4232#~ " operators .. ok\n"
4233#~ " out_geometry .. ok\n"
4234#~ " out_geography .. ok\n"
4235#~ " polygonize .. ok\n"
4236#~ " polyhedralsurface .. ok\n"
4237#~ " postgis_type_name .. ok\n"
4238#~ " regress .. ok\n"
4239#~ " regress_bdpoly .. ok\n"
4240#~ " regress_index .. ok\n"
4241#~ " regress_index_nulls .. ok\n"
4242#~ " regress_management .. ok\n"
4243#~ " regress_selectivity .. ok\n"
4244#~ " regress_lrs .. ok\n"
4245#~ " regress_ogc .. ok\n"
4246#~ " regress_ogc_cover .. ok\n"
4247#~ " regress_ogc_prep .. ok\n"
4248#~ " regress_proj .. ok\n"
4249#~ " relate .. ok\n"
4250#~ " remove_repeated_points .. ok\n"
4251#~ " removepoint .. ok\n"
4252#~ " setpoint .. ok\n"
4253#~ " simplify .. ok\n"
4254#~ " simplifyvw .. ok\n"
4255#~ " size .. ok\n"
4256#~ " snaptogrid .. ok\n"
4257#~ " split .. ok\n"
4258#~ " sql-mm-serialize .. ok\n"
4259#~ " sql-mm-circularstring .. ok\n"
4260#~ " sql-mm-compoundcurve .. ok\n"
4261#~ " sql-mm-curvepoly .. ok\n"
4262#~ " sql-mm-general .. ok\n"
4263#~ " sql-mm-multicurve .. ok\n"
4264#~ " sql-mm-multisurface .. ok\n"
4265#~ " swapordinates .. ok\n"
4266#~ " summary .. ok\n"
4267#~ " temporal .. ok\n"
4268#~ " tickets .. ok\n"
4269#~ " twkb .. ok\n"
4270#~ " typmod .. ok\n"
4271#~ " wkb .. ok\n"
4272#~ " wkt .. ok\n"
4273#~ " wmsservers .. ok\n"
4274#~ " knn .. ok\n"
4275#~ " hausdorff .. ok\n"
4276#~ " regress_buffer_params .. ok\n"
4277#~ " offsetcurve .. ok\n"
4278#~ " relatematch .. ok\n"
4279#~ " isvaliddetail .. ok\n"
4280#~ " sharedpaths .. ok\n"
4281#~ " snap .. ok\n"
4282#~ " node .. ok\n"
4283#~ " unaryunion .. ok\n"
4284#~ " clean .. ok\n"
4285#~ " relate_bnr .. ok\n"
4286#~ " delaunaytriangles .. ok\n"
4287#~ " clipbybox2d .. ok\n"
4288#~ " subdivide .. ok\n"
4289#~ " in_geojson .. ok\n"
4290#~ " regress_sfcgal .. ok\n"
4291#~ " sfcgal/empty .. ok\n"
4292#~ " sfcgal/geography .. ok\n"
4293#~ " sfcgal/legacy .. ok\n"
4294#~ " sfcgal/measures .. ok\n"
4295#~ " sfcgal/regress_ogc_prep .. ok\n"
4296#~ " sfcgal/regress_ogc .. ok\n"
4297#~ " sfcgal/regress .. ok\n"
4298#~ " sfcgal/tickets .. ok\n"
4299#~ " sfcgal/concave_hull .. ok\n"
4300#~ " sfcgal/wmsservers .. ok\n"
4301#~ " sfcgal/approximatemedialaxis .. ok\n"
4302#~ " uninstall .  /projects/postgis/branches/2.2/regress/00-regress-install/"
4303#~ "share/contrib/postgis/uninstall_sfcgal.sql\n"
4304#~ "  /projects/postgis/branches/2.2/regress/00-regress-install/share/contrib/"
4305#~ "postgis/uninstall_postgis.sql\n"
4306#~ ". ok (4336)\n"
4307#~ "\n"
4308#~ "Run tests: 118\n"
4309#~ "Failed: 0\n"
4310#~ "\n"
4311#~ "-- if you built --with-gui, you should see this too\n"
4312#~ "\n"
4313#~ "     CUnit - A unit testing framework for C - Version 2.1-2\n"
4314#~ "     http://cunit.sourceforge.net/\n"
4315#~ "\n"
4316#~ "\n"
4317#~ "Suite: Shapefile Loader File shp2pgsql Test\n"
4318#~ "  Test: test_ShpLoaderCreate() ...passed\n"
4319#~ "  Test: test_ShpLoaderDestroy() ...passed\n"
4320#~ "Suite: Shapefile Loader File pgsql2shp Test\n"
4321#~ "  Test: test_ShpDumperCreate() ...passed\n"
4322#~ "  Test: test_ShpDumperDestroy() ...passed\n"
4323#~ "\n"
4324#~ "Run Summary:    Type  Total    Ran Passed Failed Inactive\n"
4325#~ "              suites      2      2    n/a      0        0\n"
4326#~ "               tests      4      4      4      0        0\n"
4327#~ "             asserts      4      4      4      0      n/a"
4328
4329#~ msgid "Loader/Dumper"
4330#~ msgstr "ローダ/ダンパ "
4331
4332#~ msgid ""
4333#~ "The data loader and dumper are built and installed automatically as part "
4334#~ "of the PostGIS build. To build and install them manually:"
4335#~ msgstr ""
4336#~ "データのローダとダンパは、PostGISのビルドの一部として、自動的にビルド、イ"
4337#~ "ンストールされます。手動でビルド、インストールするには、次を実行します。"
4338
4339#~ msgid ""
4340#~ "# cd postgis-&last_release_version;/loader\n"
4341#~ "# make\n"
4342#~ "# make install"
4343#~ msgstr ""
4344#~ "# cd postgis-&last_release_version;/loader\n"
4345#~ "# make\n"
4346#~ "# make install"
4347
4348#~ msgid ""
4349#~ "The loader is called <filename>shp2pgsql</filename> and converts ESRI "
4350#~ "Shape files into SQL suitable for loading in PostGIS/PostgreSQL. The "
4351#~ "dumper is called <filename>pgsql2shp</filename> and converts PostGIS "
4352#~ "tables (or queries) into ESRI Shape files. For more verbose "
4353#~ "documentation, see the online help, and the manual pages."
4354#~ msgstr ""
4355#~ "ローダは<filename>shp2pgsql</filename>と呼ばれ、ESRIシェープファイルを"
4356#~ "PostGIS/PostgreSQLにロードするのに適したSQLに変換します。ダンパは"
4357#~ "<filename>pgsql2shp</filename>と呼ばれ、PostGISのテーブル(またはクエリ)か"
4358#~ "らESRIシェープファイルに変換します。より詳しいドキュメントをご覧になるに"
4359#~ "は、オンラインヘルプとマニュアルページをご覧ください。"
4360
4361#, fuzzy
4362#~ msgid ""
4363#~ "psql -d yourdatabase -c \"CREATE EXTENSION postgis;\"\n"
4364#~ "\n"
4365#~ "-- if you built with raster support and want to install it --\n"
4366#~ "psql -d yourdatabase -c \"CREATE EXTENSION postgis_raster;\"\n"
4367#~ "\n"
4368#~ "-- if you want to install topology support --\n"
4369#~ "psql -d yourdatabase -c \"CREATE EXTENSION postgis_topology;\"\n"
4370#~ "\n"
4371#~ "-- if you built with sfcgal support and want to install it --\n"
4372#~ "psql -d yourdatabase -c \"CREATE EXTENSION postgis_sfcgal;\"\n"
4373#~ "\n"
4374#~ "-- if you want to install tiger geocoder --\n"
4375#~ "psql -d yourdatabase -c \"CREATE EXTENSION fuzzystrmatch\"\n"
4376#~ "psql -d yourdatabase -c \"CREATE EXTENSION postgis_tiger_geocoder;\"\n"
4377#~ "\n"
4378#~ "-- if you installed with pcre\n"
4379#~ "-- you should have address standardizer extension as well\n"
4380#~ "psql -d yourdatabase -c \"CREATE EXTENSION address_standardizer;\""
4381#~ msgstr ""
4382#~ "psql -d yourdatabase -c \"CREATE EXTENSION postgis;\"\n"
4383#~ "psql -d yourdatabase -c \"CREATE EXTENSION postgis_topology;\"\n"
4384#~ "-- SFCGAL対応でビルドした場合は次を実行 --\n"
4385#~ "psql -d yourdatabase -c \"CREATE EXTENSION postgis_sfcgal;\"\n"
4386#~ "\n"
4387#~ "-- Tigerジオコーダをインストールしたい場合は次の二つを実行 --\n"
4388#~ "psql -d yourdatabase -c \"CREATE EXTENSION fuzzystrmatch\"\n"
4389#~ "psql -d yourdatabase -c \"CREATE EXTENSION postgis_tiger_geocoder;\"\n"
4390#~ "\n"
4391#~ "-- PCRE付きでインストールした場合は\n"
4392#~ "-- 住所標準化エクステンションも持つべきです\n"
4393#~ "psql -d yourdatabase -c \"CREATE EXTENSION address_standardizer;\""
4394
4395#~ msgid ""
4396#~ "Please refer to <xref linkend=\"make_install_postgis_extensions\"/> for "
4397#~ "more details about querying installed/available extensions and upgrading "
4398#~ "extensions, or switching from a non-extension install to an extension "
4399#~ "install."
4400#~ msgstr ""
4401#~ "インストールされて有効になっているEXTENSIONのクエリやEXTENSIONのアップグ"
4402#~ "レード、EXTENSIONを使わずにインストールした場合のEXTENSIONへの切り替えに関"
4403#~ "する詳細情報については、<xref linkend=\"make_install_postgis_extensions\"/"
4404#~ ">を参照して下さい。"
4405
4406#, fuzzy
4407#~ msgid ""
4408#~ "For those who decided for some reason to use a non-extension based "
4409#~ "install, here are longer more painful instructions for you:"
4410#~ msgstr ""
4411#~ "なんらかの理由で、ラスタ機能なしでコンパイルするか古いやり方でインストール"
4412#~ "する場合には、より長く、より苦痛を伴いますが、やり方はあります。"
4413
4414#~ msgid ""
4415#~ "All the .sql files once installed will be installed in share/contrib/"
4416#~ "postgis-&last_minor_version; folder of your PostgreSQL install"
4417#~ msgstr ""
4418#~ "インストールされた.sqlファイルは全てPostgreSQLがインストールされているフォ"
4419#~ "ルダ内のshare/contrib/postgis-&last_minor_version;の中にあります。"
4420
4421#, fuzzy
4422#~ msgid ""
4423#~ "createdb yourdatabase\n"
4424#~ "createlang plpgsql yourdatabase\n"
4425#~ "psql -d yourdatabase -f postgis.sql\n"
4426#~ "psql -d yourdatabase -f postgis_comments.sql\n"
4427#~ "psql -d yourdatabase -f spatial_ref_sys.sql\n"
4428#~ "\n"
4429#~ "-- if you want to enable topology\n"
4430#~ "psql -d yourdatabase -f topology.sql\n"
4431#~ "psql -d yourdatabase -f topology_comments.sql\n"
4432#~ "\n"
4433#~ "-- if you want to enable raster\n"
4434#~ "-- and only if you compiled with raster (GDAL)\n"
4435#~ "psql -d yourdatabase -f rtpostgis.sql\n"
4436#~ "psql -d yourdatabase -f raster_comments.sql\n"
4437#~ "\n"
4438#~ "-- if you want to enable sfcgal backend\n"
4439#~ "-- and only if you built with sfcgal support --\n"
4440#~ "psql -d yourdatabase -f sfcgal.sql\n"
4441#~ "psql -d yourdatabase -f sfcgal_comments.sql"
4442#~ msgstr ""
4443#~ "createdb yourdatabase\n"
4444#~ "createlang plpgsql yourdatabase\n"
4445#~ "psql -d yourdatabase -f postgis.sql\n"
4446#~ "psql -d yourdatabase -f postgis_comments.sql\n"
4447#~ "psql -d yourdatabase -f spatial_ref_sys.sql\n"
4448#~ "psql -d yourdatabase -f topology.sql\n"
4449#~ "psql -d yourdatabase -f topology_comments.sql\n"
4450#~ "\n"
4451#~ "-- raster (GDAL)付きでコンパイルした場合のみ\n"
4452#~ "psql -d yourdatabase -f rtpostgis.sql\n"
4453#~ "psql -d yourdatabase -f raster_comments.sql\n"
4454#~ "\n"
4455#~ "-- SFCGAL対応でビルドした場合 --\n"
4456#~ "psql -d yourdatabase -f sfcgal.sql\n"
4457#~ "psql -d yourdatabase -f sfcgal_comments.sql"
4458
4459#, fuzzy
4460#~ msgid "Configuring raster"
4461#~ msgstr "コンフィギュレーション"
4462
4463#~ msgid ""
4464#~ "As of PostGIS 2.1.3, out-of-db rasters and all raster drivers are "
4465#~ "disabled by default. In order to re-enable these, you need to set the "
4466#~ "following environment variables <varname>POSTGIS_GDAL_ENABLED_DRIVERS</"
4467#~ "varname> and <varname>POSTGIS_ENABLE_OUTDB_RASTERS</varname> in the "
4468#~ "server environment. For PostGIS 2.2, you can use the more cross-platform "
4469#~ "approach of setting the corresponding <xref linkend=\"PostGIS_GUC\"/>."
4470#~ msgstr ""
4471#~ "PostGIS 2.1.3では、データベース外ラスタと全てのラスタドライバは、デフォル"
4472#~ "トでは無効になっています。これらを有効にするには、サーバ上で、環境変数"
4473#~ "<varname>POSTGIS_GDAL_ENABLED_DRIVERS</varname>と"
4474#~ "<varname>POSTGIS_ENABLE_OUTDB_RASTERS</varname>を設定します。PostGIS 2.2で"
4475#~ "は、<xref linkend=\"PostGIS_GUC\"/>に従って設定する、クロスプラットフォー"
4476#~ "ムな手法があります。"
4477
4478#~ msgid "If you want to enable offline raster:"
4479#~ msgstr "データベース外ラスタを有効にするには次のようにします。"
4480
4481#~ msgid "POSTGIS_ENABLE_OUTDB_RASTERS=1"
4482#~ msgstr "POSTGIS_ENABLE_OUTDB_RASTERS=1"
4483
4484#~ msgid ""
4485#~ "Any other setting or no setting at all will disable out of db rasters."
4486#~ msgstr ""
4487#~ "他の値を入れたり、値を入れない場合には、データベース外ラスタは無効になりま"
4488#~ "す。"
4489
4490#~ msgid ""
4491#~ "In order to enable all GDAL drivers available in your GDAL install, set "
4492#~ "this environment variable as follows"
4493#~ msgstr ""
4494#~ "インストールしたGDALのドライバを有効にするには、次の環境変数を設定します。"
4495
4496#~ msgid "POSTGIS_GDAL_ENABLED_DRIVERS=ENABLE_ALL"
4497#~ msgstr "POSTGIS_GDAL_ENABLED_DRIVERS=ENABLE_ALL"
4498
4499#~ msgid ""
4500#~ "If you want to only enable specific drivers, set your environment "
4501#~ "variable as follows:"
4502#~ msgstr ""
4503#~ "一部のドライバのみ有効にしたい場合には、環境変数を次のように設定します。"
4504
4505#~ msgid "POSTGIS_GDAL_ENABLED_DRIVERS=\"GTiff PNG JPEG GIF XYZ\""
4506#~ msgstr "POSTGIS_GDAL_ENABLED_DRIVERS=\"GTiff PNG JPEG GIF XYZ\""
4507
4508#~ msgid "If you are on windows, do not quote the driver list"
4509#~ msgstr "Windows上の場合は、ドライバリストに引用符をつけないで下さい。"
4510
4511#, fuzzy
4512#~ msgid ""
4513#~ "Setting environment variables varies depending on OS. For PostgreSQL "
4514#~ "installed on Ubuntu or Debian via apt-postgresql, the preferred way is to "
4515#~ "edit <filename>/etc/postgresql/<replaceable>10</replaceable>/"
4516#~ "<replaceable>main</replaceable>/environment</filename> where 10 refers to "
4517#~ "version of PostgreSQL and main refers to the cluster."
4518#~ msgstr ""
4519#~ "環境変数の設定はOSによって変わります。UbuntuやDebian上でapt-postgresqlから"
4520#~ "インストールしたPostgreSQLの場合には、<filename>/etc/postgresql/"
4521#~ "<replaceable>10</replaceable>/<replaceable>main</replaceable>/"
4522#~ "environment</filename>を編集するのが好まれます。なお、10はPostgreSQLの版を"
4523#~ "指し、mainはクラスタを示します。"
4524
4525#~ msgid ""
4526#~ "On windows, if you are running as a service, you can set via System "
4527#~ "variables which for Windows 7 you can get to by right-clicking on "
4528#~ "Computer-&gt;Properties Advanced System Settings or in explorer "
4529#~ "navigating to <varname>Control Panel\\All Control Panel Items\\System</"
4530#~ "varname>. Then clicking <emphasis>Advanced System Settings -&gt;Advanced-"
4531#~ ">Environment Variables</emphasis> and adding new system variables."
4532#~ msgstr ""
4533#~ "Windowsでサービスとして実行している場合には、システム変数で設定します。"
4534#~ "Windows 7では、コンピュータを右クリックしてプロパティをクリックするか、エ"
4535#~ "クスプローラの検索バーに<varname>コントロール パネル\\すべてのコントロー"
4536#~ "ル パネル項目\\システム</varname>を指定します。<emphasis>システムの詳細設"
4537#~ "定 -&gt; 詳細設定 -&gt; 環境変数</emphasis>を順にクリックして、新しいシス"
4538#~ "テム環境変数を追加します。"
4539
4540#~ msgid ""
4541#~ "After you set the environment variables, you'll need to restart your "
4542#~ "PostgreSQL service for the changes to take effect."
4543#~ msgstr ""
4544#~ "環境変数を設定した後は、設定を反映させるために、PostgreSQLサービスの再起動"
4545#~ "が必要です。"
4546
4547#, fuzzy
4548#~ msgid ""
4549#~ "svn checkout https://svn.osgeo.org/postgis/trunk/ postgis-"
4550#~ "&last_release_version;"
4551#~ msgstr ""
4552#~ "svn checkout http://svn.osgeo.org/postgis/trunk/ postgis-"
4553#~ "&last_release_version;"
4554
4555#~ msgid "Creating a spatial database using EXTENSIONS"
4556#~ msgstr "エクステンションを使った空間データベースの生成"
4557
4558#~ msgid ""
4559#~ "If you are using PostgreSQL 9.1+ and have compiled and installed the "
4560#~ "extensions/ postgis modules, you can create a spatial database the new "
4561#~ "way."
4562#~ msgstr ""
4563#~ "PostgreSQL 9.1以上を使っていて、extensions/postgisモジュールをコンパイルと"
4564#~ "インストールを行っている場合は、新しい方法で空間データベースを生成できま"
4565#~ "す。"
4566
4567#~ msgid "createdb [yourdatabase]"
4568#~ msgstr "createdb [データベース名]"
4569
4570#, fuzzy
4571#~ msgid ""
4572#~ "The core postgis extension installs PostGIS geometry, geography, "
4573#~ "spatial_ref_sys and all the functions and comments with a simple: "
4574#~ "<programlisting>CREATE EXTENSION postgis;</programlisting> command."
4575#~ msgstr ""
4576#~ "PostGISエクステンションの中核によって、ジオメトリ、ジオグラフィ、ラスタ、"
4577#~ "spatial_ref_sysおよび全ての関数とコメントがインストールされます。次のコマ"
4578#~ "ンドを実行するだけです。<programlisting>CREATE EXTENSION postgis;</"
4579#~ "programlisting>"
4580
4581#~ msgid "psql -d [yourdatabase] -c \"CREATE EXTENSION postgis;\""
4582#~ msgstr "psql -d [データベース名] -c \"CREATE EXTENSION postgis;\""
4583
4584#, fuzzy
4585#~ msgid ""
4586#~ "Raster is packaged as a separate extension and installable with command:"
4587#~ msgstr ""
4588#~ "トポロジは別のエクステンションとして用意されています。次のコマンドでインス"
4589#~ "トールします。"
4590
4591#, fuzzy
4592#~ msgid "psql -d [yourdatabase] -c \"CREATE EXTENSION postgis_raster;\""
4593#~ msgstr "psql -d [データベース名] -c \"CREATE EXTENSION postgis;\""
4594
4595#~ msgid ""
4596#~ "Topology is packaged as a separate extension and installable with command:"
4597#~ msgstr ""
4598#~ "トポロジは別のエクステンションとして用意されています。次のコマンドでインス"
4599#~ "トールします。"
4600
4601#~ msgid "psql -d [yourdatabase] -c \"CREATE EXTENSION postgis_topology;\""
4602#~ msgstr "psql -d [データベース名] -c \"CREATE EXTENSION postgis_topology;\""
4603
4604#~ msgid ""
4605#~ "If you plan to restore an old backup from prior versions in this new db, "
4606#~ "run:"
4607#~ msgstr ""
4608#~ "以前の版の古いバックアップを新しいデータベースにリストアする予定の場合に"
4609#~ "は、次を実行します。"
4610
4611#~ msgid "psql -d [yourdatabase] -f legacy.sql"
4612#~ msgstr "psql -d [データベース名] -f legacy.sql"
4613
4614#~ msgid ""
4615#~ "If you need legacy functions, you'll need to reinstall the legacy.sql "
4616#~ "script whenever you upgrade the minor version of PostGIS. E.g. if you "
4617#~ "upgraded from 2.4.3 to 2.5.0, then you need to reinstall the legacy.sql "
4618#~ "packaged with 2.5.0. This is because some of the functions make reference "
4619#~ "to the library and the library is named with the minor in it."
4620#~ msgstr ""
4621#~ "レガシー関数が必要なら、PostGISのマイナーバージョンのアップグレードならい"
4622#~ "つでも、legacy.sqlスクリプトの再インストールが必要です。例えば、2.4.3から"
4623#~ "2.5.0にアップグレードした場合には、2.5.0のlegacy.sqlの再インストールが必要"
4624#~ "です。関数の中にライブラリへの参照を作るものがあり、ライブラリ名にマイナー"
4625#~ "版番号を含むためです。"
4626
4627#~ msgid ""
4628#~ "You can later run <filename>uninstall_legacy.sql</filename> to get rid of "
4629#~ "the deprecated functions after you are done with restoring and cleanup."
4630#~ msgstr ""
4631#~ "リストアとクリーンアップを行った後で非推奨関数を消すために"
4632#~ "<filename>uninstall_legacy.sql</filename>を実行できます。"
4633
4634#~ msgid "Create a spatially-enabled database without using extensions"
4635#~ msgstr "空間データベースをエクステンションを使わずに生成する"
4636
4637#~ msgid ""
4638#~ "The first step in creating a PostGIS database is to create a simple "
4639#~ "PostgreSQL database."
4640#~ msgstr ""
4641#~ "PostGISデータベースを作る最初のステップは、単純なPostgreSQLデータベースの"
4642#~ "作成です。"
4643
4644#~ msgid ""
4645#~ "Many of the PostGIS functions are written in the PL/pgSQL procedural "
4646#~ "language. As such, the next step to create a PostGIS database is to "
4647#~ "enable the PL/pgSQL language in your new database. This is accomplish by "
4648#~ "the command below command. For PostgreSQL 8.4+, this is generally already "
4649#~ "installed"
4650#~ msgstr ""
4651#~ "多くのPostGIS関数は、PL/pgSQL手続き言語で書かれています。次のステップは、"
4652#~ "PL/pgSQL言語を新たに作成したデータベースで有効にすることです。次のコマンド"
4653#~ "を実行します。PostgreSQL 8.4以上では、通常は既にインストールされています。"
4654
4655#~ msgid "createlang plpgsql [yourdatabase]"
4656#~ msgstr "createlang plpgsql [データベース名]"
4657
4658#~ msgid ""
4659#~ "Now load the PostGIS object and function definitions into your database "
4660#~ "by loading the <filename>postgis.sql</filename> definitions file (located "
4661#~ "in <filename>[prefix]/share/contrib</filename> as specified during the "
4662#~ "configuration step)."
4663#~ msgstr ""
4664#~ "次に、PostGISオブジェクトと関数定義をデータベースにロードします。定義ファ"
4665#~ "イル<filename>postgis.sql</filename>(コンフィギュレーション段階で指定した"
4666#~ "<filename>[prefix]/share/contrib</filename>にあります)をロードします。"
4667
4668#~ msgid "psql -d [yourdatabase] -f postgis.sql"
4669#~ msgstr "psql -d [データベース名] -f postgis.sql"
4670
4671#~ msgid ""
4672#~ "For a complete set of EPSG coordinate system definition identifiers, you "
4673#~ "can also load the <filename>spatial_ref_sys.sql</filename> definitions "
4674#~ "file and populate the <varname>spatial_ref_sys</varname> table. This will "
4675#~ "permit you to perform ST_Transform() operations on geometries."
4676#~ msgstr ""
4677#~ "完全なEPSG座標系定義IDセットについては、<filename>spatial_ref_sys.sql</"
4678#~ "filename>定義ファイルをロードして<varname>spatial_ref_sys</varname>テーブ"
4679#~ "ルを生成して下さい。これによりジオメトリ関数ST_Transform()が実行できるよう"
4680#~ "になります。"
4681
4682#~ msgid "psql -d [yourdatabase] -f spatial_ref_sys.sql"
4683#~ msgstr "psql -d [データベース名] -f spatial_ref_sys.sql"
4684
4685#~ msgid ""
4686#~ "If you wish to add comments to the PostGIS functions, the final step is "
4687#~ "to load the <filename>postgis_comments.sql</filename> into your spatial "
4688#~ "database. The comments can be viewed by simply typing <command>\\dd "
4689#~ "[function_name]</command> from a <command>psql</command> terminal window."
4690#~ msgstr ""
4691#~ "PostGISが持つ関数についての助けとなるコメントを求めるなら、"
4692#~ "<filename>postgis_comments.sql</filename>を、データベースにロードします。"
4693#~ "コメントは、<command>psql</command>ターミナルウィンドウで単に<command>"
4694#~ "\\dd [function_name]</command>とすれば見ることができます。ロードは次のよう"
4695#~ "にします。"
4696
4697#~ msgid "psql -d [yourdatabase] -f postgis_comments.sql"
4698#~ msgstr "psql -d [データベース名] -f postgis_comments.sql"
4699
4700#~ msgid "Install raster support"
4701#~ msgstr "ラスタ機能をインストールします。"
4702
4703#~ msgid "psql -d [yourdatabase] -f rtpostgis.sql"
4704#~ msgstr "psql -d [データベース名] -f rtpostgis.sql"
4705
4706#~ msgid ""
4707#~ "Install raster support comments. This will provide quick help info for "
4708#~ "each raster function using psql or PgAdmin or any other PostgreSQL tool "
4709#~ "that can show function comments"
4710#~ msgstr ""
4711#~ "ラスタ機能のコメントをインストールします。ラスタ関数ごとの簡易説明が提供さ"
4712#~ "れます。psqlまたはpgAdmin等の関数コメントを表示できるPostgreSQLツールで使"
4713#~ "えます。"
4714
4715#~ msgid "psql -d [yourdatabase] -f raster_comments.sql"
4716#~ msgstr "psql -d [データベース名] -f raster_comments.sql"
4717
4718#~ msgid "Install topology support"
4719#~ msgstr "トポロジ機能をインストールします。"
4720
4721#~ msgid "psql -d [yourdatabase] -f topology/topology.sql"
4722#~ msgstr "psql -d [データベース名] -f topology/topology.sql"
4723
4724#~ msgid ""
4725#~ "Install topology support comments. This will provide quick help info for "
4726#~ "each topology function / type using psql or PgAdmin or any other "
4727#~ "PostgreSQL tool that can show function comments"
4728#~ msgstr ""
4729#~ "トポロジ機能のコメントをインストールします。トポロジ関数/型ごとの簡易説明"
4730#~ "が提供されます。psqlまたはpgAdmin等の関数コメントを表示できるPostgreSQL"
4731#~ "ツールで使えます。"
4732
4733#~ msgid "psql -d [yourdatabase] -f topology/topology_comments.sql"
4734#~ msgstr "psql -d [データベース名] -f topology/topology_comments.sql"
4735
4736#~ msgid ""
4737#~ "There is an alternative <filename>legacy_minimal.sql</filename> you can "
4738#~ "run instead which will install barebones needed to recover tables and "
4739#~ "work with apps like MapServer and GeoServer. If you have views that use "
4740#~ "things like distance / length etc, you'll need the full blown "
4741#~ "<filename>legacy.sql</filename>"
4742#~ msgstr ""
4743#~ "テーブルを回復し、MapServerやGeoServerのようなアプリケーションで動作させる"
4744#~ "のに必要な最低限をインストールするには<filename>legacy_minimal.sql</"
4745#~ "filename>という選択肢があります。distance/length等のようなものを使うビュー"
4746#~ "があるなら、完全な<filename>legacy.sql</filename>が必要になります。"
4747
4748#~ msgid "Create a spatially-enabled database from a template"
4749#~ msgstr "空間データベースをテンプレートから生成する"
4750
4751#~ msgid ""
4752#~ "Some packaged distributions of PostGIS (in particular the Win32 "
4753#~ "installers for PostGIS &gt;= 1.1.5) load the PostGIS functions into a "
4754#~ "template database called <varname>template_postgis</varname>. If the "
4755#~ "<varname>template_postgis</varname> database exists in your PostgreSQL "
4756#~ "installation then it is possible for users and/or applications to create "
4757#~ "spatially-enabled databases using a single command. Note that in both "
4758#~ "cases, the database user must have been granted the privilege to create "
4759#~ "new databases."
4760#~ msgstr ""
4761#~ "PostGISのディストリビューション (特にPostGIS &gt;= 1.1.5のWin32インストー"
4762#~ "ラ)の中には、<varname>template_postgis</varname>というテンプレートに"
4763#~ "PostGIS関数をロードしていることがあります。PostgreSQLに"
4764#~ "<varname>template_postgis</varname>データベースが存在するなら、ユーザやア"
4765#~ "プリケーションは、空間データベースの生成をコマンドひとつで済ませられます。"
4766#~ "この2種類のやり方のどちらを使うににしても、データベースユーザは、新しい"
4767#~ "データベースを作成する権限を与えられている必要があります。"
4768
4769#~ msgid "From the shell:"
4770#~ msgstr "シェルからの実行は次の通りです。"
4771
4772#~ msgid "# createdb -T template_postgis my_spatial_db"
4773#~ msgstr "# createdb -T template_postgis my_spatial_db"
4774
4775#~ msgid "From SQL:"
4776#~ msgstr "SQLからの実行は次の通りです。"
4777
4778#~ msgid "postgres=# CREATE DATABASE my_spatial_db TEMPLATE=template_postgis"
4779#~ msgstr "postgres=# CREATE DATABASE my_spatial_db TEMPLATE=template_postgis"
4780
4781#~ msgid "Upgrading"
4782#~ msgstr "アップグレード"
4783
4784#~ msgid ""
4785#~ "Upgrading existing spatial databases can be tricky as it requires "
4786#~ "replacement or introduction of new PostGIS object definitions."
4787#~ msgstr ""
4788#~ "既存の空間データベースのアップグレードは、新しいPostGISオブジェクト定義の"
4789#~ "置き換えや導入を必要とするとき、慎重を要することがあります。"
4790
4791#~ msgid ""
4792#~ "Unfortunately not all definitions can be easily replaced in a live "
4793#~ "database, so sometimes your best bet is a dump/reload process."
4794#~ msgstr ""
4795#~ "不幸なことに、定義の全てが実行中のデータベース内で簡単には置き換えられるわ"
4796#~ "けではないので、ダンプ/リロードが最善策となることがあります。"
4797
4798#~ msgid ""
4799#~ "PostGIS provides a SOFT UPGRADE procedure for minor or bugfix releases, "
4800#~ "and a HARD UPGRADE procedure for major releases."
4801#~ msgstr ""
4802#~ "PostGISには、マイナーバージョンアップやバグフィクスリリースの場合に使うソ"
4803#~ "フトアップグレードと、メジャーアップグレードで使うハードアップグレードが用"
4804#~ "意されています。"
4805
4806#~ msgid ""
4807#~ "Before attempting to upgrade PostGIS, it is always worth to backup your "
4808#~ "data. If you use the -Fc flag to pg_dump you will always be able to "
4809#~ "restore the dump with a HARD UPGRADE."
4810#~ msgstr ""
4811#~ "PostGISをアップグレードしようとする前にデータのバックアップを取ることは、"
4812#~ "常に価値のあるものです。pg_dumpで -Fc フラグを使うと、ハードアップグレード"
4813#~ "によってダンプを常にリストアすることができます。"
4814
4815#~ msgid "Soft upgrade"
4816#~ msgstr "ソフトアップグレード "
4817
4818#~ msgid ""
4819#~ "If you installed your database using extensions, you'll need to upgrade "
4820#~ "using the extension model as well. If you installed using the old sql "
4821#~ "script way, then you should upgrade using the sql script way. Please "
4822#~ "refer to the appropriate."
4823#~ msgstr ""
4824#~ "エクステンションを使ってインストールした場合は、エクステンションモデルで"
4825#~ "アップグレードしなければなりません。 古いSQLスクリプトを使ってインストール"
4826#~ "した場合は、SQLスクリプトでアップグレードすべきです。適切な方を参照して下"
4827#~ "さい。"
4828
4829#~ msgid "Soft Upgrade Pre 9.1+ or without extensions"
4830#~ msgstr "9.1より前またはエクステンションを使わないソフトアップグレード"
4831
4832#~ msgid ""
4833#~ "This section applies only to those who installed PostGIS not using "
4834#~ "extensions. If you have extensions and try to upgrade with this approach "
4835#~ "you'll get messages like:"
4836#~ msgstr ""
4837#~ "PostGISをエクステンションを使わずにインストールした人向けです。エクステン"
4838#~ "ションを使っていてこの方法を使うと、次のようなメッセージが現れます。"
4839
4840#~ msgid "can't drop ... because postgis extension depends on it"
4841#~ msgstr "can't drop ... because postgis extension depends on it"
4842
4843#~ msgid "psql -f postgis_upgrade.sql -d your_spatial_database"
4844#~ msgstr "psql -f postgis_upgrade.sql -d [データベース名]"
4845
4846#, fuzzy
4847#~ msgid ""
4848#~ "The same procedure applies to raster, topology and sfcgal extensions, "
4849#~ "with upgrade files named <filename>rtpostgis_upgrade.sql</filename>, "
4850#~ "<filename>topology_upgrade.sql</filename> and <filename>sfcgal_upgrade."
4851#~ "sql</filename> respectively. If you need them:"
4852#~ msgstr ""
4853#~ "ラスタ機能とトポロジ機能についても同じ手続きです。それぞれ"
4854#~ "<filename>rtpostgis_upgrade*.sql</filename>と<filename>topology_upgrade*."
4855#~ "sql</filename>とになります。次のようにします。"
4856
4857#~ msgid "psql -f rtpostgis_upgrade.sql -d your_spatial_database"
4858#~ msgstr "psql -f rtpostgis_upgrade.sql -d [データベース名]"
4859
4860#~ msgid "psql -f topology_upgrade.sql -d your_spatial_database"
4861#~ msgstr "psql -f topology_upgrade.sql -d [データベース名]"
4862
4863#, fuzzy
4864#~ msgid "psql -f sfcgal_upgrade.sql -d your_spatial_database"
4865#~ msgstr "psql -f postgis_upgrade.sql -d [データベース名]"
4866
4867#, fuzzy
4868#~ msgid ""
4869#~ "If you can't find the <filename>postgis_upgrade.sql</filename> specific "
4870#~ "for upgrading your version you are using a version too early for a soft "
4871#~ "upgrade and need to do a <link linkend=\"hard_upgrade\">HARD UPGRADE</"
4872#~ "link>."
4873#~ msgstr ""
4874#~ "アップグレードのための特定の版の<filename>postgis_upgrade*.sql</filename>"
4875#~ "が見つからない場合は、非常に古い版を使っています。ハードアップグレードが必"
4876#~ "要です。"
4877
4878#~ msgid ""
4879#~ "The <xref linkend=\"PostGIS_Full_Version\"/> function should inform you "
4880#~ "about the need to run this kind of upgrade using a \"procs need upgrade\" "
4881#~ "message."
4882#~ msgstr ""
4883#~ "<xref linkend=\"PostGIS_Full_Version\"/>関数の\"procs need upgrade\"という"
4884#~ "メッセージで、この種のアップグレードを実行する必要性についての情報が得られ"
4885#~ "ます。"
4886
4887#~ msgid "Soft Upgrade 9.1+ using extensions"
4888#~ msgstr "9.1以上でエクステンションを使ったソフトアップグレード"
4889
4890#~ msgid ""
4891#~ "If you originally installed PostGIS with extensions, then you need to "
4892#~ "upgrade using extensions as well. Doing a minor upgrade with extensions, "
4893#~ "is fairly painless."
4894#~ msgstr ""
4895#~ "エクステンションを使ってPostGISをインストールした場合には、エクステンショ"
4896#~ "ンを使ってアップグレードする必要があります。エクステンションを使ったマイ"
4897#~ "ナーアップグレードはかなり楽です。"
4898
4899#~ msgid ""
4900#~ "ALTER EXTENSION postgis UPDATE TO \"&last_release_version;\";\n"
4901#~ "ALTER EXTENSION postgis_topology UPDATE TO \"&last_release_version;\";"
4902#~ msgstr ""
4903#~ "ALTER EXTENSION postgis UPDATE TO \"&last_release_version;\";\n"
4904#~ "ALTER EXTENSION postgis_topology UPDATE TO \"&last_release_version;\";"
4905
4906#~ msgid "If you get an error notice something like:"
4907#~ msgstr "次のようなエラー通知が表示されることがあります。"
4908
4909#~ msgid "No migration path defined for ... to &last_release_version;"
4910#~ msgstr "No migration path defined for ... to &last_release_version;"
4911
4912#~ msgid ""
4913#~ "Then you'll need to backup your database, create a fresh one as described "
4914#~ "in <xref linkend=\"create_new_db_extensions\"/> and then restore your "
4915#~ "backup ontop of this new database."
4916#~ msgstr ""
4917#~ "この場合は、データベースをバックアップして、<xref linkend="
4918#~ "\"create_new_db_extensions\"/>に記述されているように新しいデータベースを生"
4919#~ "成し、バックアップを新しいデータベースにリストアしなければなりません。"
4920
4921#~ msgid "If you get a notice message like:"
4922#~ msgstr "次のようなメッセージを得ることがあります。"
4923
4924#~ msgid ""
4925#~ "Version \"&last_release_version;\" of extension \"postgis\" is already "
4926#~ "installed"
4927#~ msgstr ""
4928#~ "Version \"&last_release_version;\" of extension \"postgis\" is already "
4929#~ "installed"
4930
4931#, fuzzy
4932#~ msgid ""
4933#~ "Then everything is already up to date and you can safely ignore it. "
4934#~ "<emphasis role=\"bold\">UNLESS</emphasis> you're attempting to upgrade "
4935#~ "from an development version to the next (which doesn't get a new version "
4936#~ "number); in that case you can append \"next\" to the version string, and "
4937#~ "next time you'll need to drop the \"next\" suffix again:"
4938#~ msgstr ""
4939#~ "この場合は、全てアップデートされていて、安全に無視できます。SVN版から次版"
4940#~ "(新しい版番号を得ていないもの)にアップグレード<emphasis role=\"bold\">しよ"
4941#~ "うとしない限り</emphasis>、\"next\"を版文字列に追加できます。ただし、次回"
4942#~ "に\"next\"を削除する必要があります。"
4943
4944#~ msgid ""
4945#~ "ALTER EXTENSION postgis UPDATE TO \"&last_release_version;next\";\n"
4946#~ "ALTER EXTENSION postgis_topology UPDATE TO \"&last_release_version;next\";"
4947#~ msgstr ""
4948#~ "ALTER EXTENSION postgis UPDATE TO \"&last_release_version;next\";\n"
4949#~ "ALTER EXTENSION postgis_topology UPDATE TO \"&last_release_version;next\";"
4950
4951#~ msgid ""
4952#~ "If you installed PostGIS originally without a version specified, you can "
4953#~ "often skip the reinstallation of postgis extension before restoring since "
4954#~ "the backup just has <code>CREATE EXTENSION postgis</code> and thus picks "
4955#~ "up the newest latest version during restore."
4956#~ msgstr ""
4957#~ "PostGISをバージョン指定なしにインストールした場合には、 しばしばリストアの"
4958#~ "前のPostGIS EXTENSIONの再インストールをとばすことができます。 バックアップ"
4959#~ "は<code>CREATE EXTENSION postgis</code>だけで、リストアの間に最新版になり"
4960#~ "ます。"
4961
4962#~ msgid "Hard upgrade"
4963#~ msgstr "ハードアップグレード"
4964
4965#~ msgid ""
4966#~ "By HARD UPGRADE we mean full dump/reload of postgis-enabled databases. "
4967#~ "You need a HARD UPGRADE when PostGIS objects' internal storage changes or "
4968#~ "when SOFT UPGRADE is not possible. The <link linkend=\"release_notes"
4969#~ "\">Release Notes</link> appendix reports for each version whether you "
4970#~ "need a dump/reload (HARD UPGRADE) to upgrade."
4971#~ msgstr ""
4972#~ "ハードアップグレードとは、PostGISで利用可能なデータの完全なダンプ/リロード"
4973#~ "を意味します。PostGISオブジェクトの内部格納状態が変更される場合や、ソフト"
4974#~ "アップグレードができない場合に、ハードアップグレードが必要です。付録の"
4975#~ "<link linkend=\"release_notes\">リリースノート</link>に、版ごとについて、"
4976#~ "ダンプ/リロード (ハードアップグレード)の要否を記載しています。"
4977
4978#~ msgid ""
4979#~ "The dump/reload process is assisted by the postgis_restore.pl script "
4980#~ "which takes care of skipping from the dump all definitions which belong "
4981#~ "to PostGIS (including old ones), allowing you to restore your schemas and "
4982#~ "data into a database with PostGIS installed without getting duplicate "
4983#~ "symbol errors or bringing forward deprecated objects."
4984#~ msgstr ""
4985#~ "ダンプ/リロード作業はpostgis_restore.plスクリプトが補助します。このスクリ"
4986#~ "プトは、PostGIS (古いものを含む)に属する定義を全て飛ばすように注意します。"
4987#~ "また、重複シンボルエラーや非推奨オブジェクトを持越すことなく、スキーマと"
4988#~ "データをPostGISをインストールしたデータベースにリストアできます 。"
4989
4990#~ msgid ""
4991#~ "Supplementary instructions for windows users are available at <ulink url="
4992#~ "\"http://trac.osgeo.org/postgis/wiki/UsersWikiWinUpgrade\">Windows Hard "
4993#~ "upgrade</ulink>."
4994#~ msgstr ""
4995#~ "Windows用に関する追加情報は<ulink url=\"http://trac.osgeo.org/postgis/"
4996#~ "wiki/UsersWikiWinUpgrade\">Windows Hard upgrade</ulink>にあります。"
4997
4998#~ msgid "The Procedure is as follows:"
4999#~ msgstr "手続きは次の通りです。 "
5000
5001#~ msgid ""
5002#~ "Create a \"custom-format\" dump of the database you want to upgrade "
5003#~ "(let's call it <varname>olddb</varname>) include binary blobs (-b) and "
5004#~ "verbose (-v) output. The user can be the owner of the db, need not be "
5005#~ "postgres super account."
5006#~ msgstr ""
5007#~ "アップグレードしたデータベース (<varname>olddb</varname>と呼ぶことにしま"
5008#~ "しょう)の「カスタム書式」のダンプを、バイナリBLOBデータを含めたダンプを指"
5009#~ "定して (-b)、verboseモード (-v)で生成します。ユーザはデータベースのオー"
5010#~ "ナーになることができ、PostgreSQLのスーパーユーザである必要はありません。"
5011
5012#~ msgid ""
5013#~ "pg_dump -h localhost -p 5432 -U postgres -Fc -b -v -f \"/somepath/olddb."
5014#~ "backup\" olddb"
5015#~ msgstr ""
5016#~ "pg_dump -h localhost -p 5432 -U postgres -Fc -b -v -f \"/somepath/olddb."
5017#~ "backup\" olddb"
5018
5019#~ msgid ""
5020#~ "Do a fresh install of PostGIS in a new database -- we'll refer to this "
5021#~ "database as <varname>newdb</varname>. Please refer to <xref linkend="
5022#~ "\"create_new_db\"/> and <xref linkend=\"create_new_db_extensions\"/> for "
5023#~ "instructions on how to do this."
5024#~ msgstr ""
5025#~ "新しいデータベースにPostGISを、PostGISが無い状態からインストールします。こ"
5026#~ "のデータベースを<varname>newdb</varname>と呼ぶことにします。この作業に関す"
5027#~ "る説明については<xref linkend=\"create_new_db\"/>と<xref linkend="
5028#~ "\"create_new_db_extensions\"/>とを参照して下さい。"
5029
5030#~ msgid ""
5031#~ "The spatial_ref_sys entries found in your dump will be restored, but they "
5032#~ "will not override existing ones in spatial_ref_sys. This is to ensure "
5033#~ "that fixes in the official set will be properly propagated to restored "
5034#~ "databases. If for any reason you really want your own overrides of "
5035#~ "standard entries just don't load the spatial_ref_sys.sql file when "
5036#~ "creating the new db."
5037#~ msgstr ""
5038#~ "ダンプにあるspatial_ref_sysは、リストアされますが、既にあるspatial_ref_sys"
5039#~ "を上書きしません。リストア対象のデータベースに公式データセットの訂正が確実"
5040#~ "に伝わるようにするためです。標準のエントリを上書きしたい場合は、newdbを生"
5041#~ "成する際にspaltial_ref_sys.sqlファイルをロードしないだけです。"
5042
5043#~ msgid ""
5044#~ "If your database is really old or you know you've been using long "
5045#~ "deprecated functions in your views and functions, you might need to load "
5046#~ "<filename>legacy.sql</filename> for all your functions and views etc. to "
5047#~ "properly come back. Only do this if _really_ needed. Consider upgrading "
5048#~ "your views and functions before dumping instead, if possible. The "
5049#~ "deprecated functions can be later removed by loading "
5050#~ "<filename>uninstall_legacy.sql</filename>."
5051#~ msgstr ""
5052#~ "データベースが本当に古く、ビューや関数に、長く非推奨になっている関数がある"
5053#~ "ような場合には、関数やビューを使えるようにするlegacy.sqlをロードする必要が"
5054#~ "あるでしょう。ただし、本当に必要な場合に限ります。可能なら、ビューや関数を"
5055#~ "ダンプせずにアップグレードすることを検討して下さい。非推奨関数は、"
5056#~ "<filename>uninstall_legacy.sql</filename>で後から削除することができます。"
5057
5058#~ msgid ""
5059#~ "Restore your backup into your fresh <varname>newdb</varname> database "
5060#~ "using postgis_restore.pl. Unexpected errors, if any, will be printed to "
5061#~ "the standard error stream by psql. Keep a log of those."
5062#~ msgstr ""
5063#~ "バックアップを新しい<varname>newdb</varname>データベースにリストアするに"
5064#~ "は、postgis_restore.plを使います。psqlが予期せぬエラーを標準エラー出力に出"
5065#~ "すことがあります。これらのログを保存しておいて下さい。"
5066
5067#~ msgid ""
5068#~ "perl utils/postgis_restore.pl \"/somepath/olddb.backup\" | psql -h "
5069#~ "localhost -p 5432 -U postgres newdb 2> errors.txt"
5070#~ msgstr ""
5071#~ "perl utils/postgis_restore.pl \"/somepath/olddb.backup\" | psql -h "
5072#~ "localhost -p 5432 -U postgres newdb 2> errors.txt"
5073
5074#~ msgid "Errors may arise in the following cases:"
5075#~ msgstr "エラーは次の場合に起こりえます。"
5076
5077#~ msgid ""
5078#~ "Some of your views or functions make use of deprecated PostGIS objects. "
5079#~ "In order to fix this you may try loading <filename>legacy.sql</filename> "
5080#~ "script prior to restore or you'll have to restore to a version of PostGIS "
5081#~ "which still contains those objects and try a migration again after "
5082#~ "porting your code. If the <filename>legacy.sql</filename> way works for "
5083#~ "you, don't forget to fix your code to stop using deprecated functions and "
5084#~ "drop them loading <filename>uninstall_legacy.sql</filename>."
5085#~ msgstr ""
5086#~ "ビューまたは関数の中に非推奨のPostGISオブジェクトを使っているものがある場"
5087#~ "合。これの訂正には、リストア前に<filename>legacy.sql</filename>スクリプト"
5088#~ "のロードを試してみることができます。非推奨オブジェクトをまだ持っている版の"
5089#~ "PostGISにリストアして、コードを作り替えた後に再び移動させることもできま"
5090#~ "す。 <filename>legacy.sql</filename>を利用する場合は、非推奨関数を使うのを"
5091#~ "やめたコードに訂正して、<filename>uninstall_legacy.sql</filename>をロード"
5092#~ "するのを忘れないでください。"
5093
5094#~ msgid ""
5095#~ "Some custom records of spatial_ref_sys in dump file have an invalid SRID "
5096#~ "value. Valid SRID values are bigger than 0 and smaller than 999000. "
5097#~ "Values in the 999000.999999 range are reserved for internal use while "
5098#~ "values > 999999 can't be used at all. All your custom records with "
5099#~ "invalid SRIDs will be retained, with those > 999999 moved into the "
5100#~ "reserved range, but the spatial_ref_sys table would lose a check "
5101#~ "constraint guarding for that invariant to hold and possibly also its "
5102#~ "primary key ( when multiple invalid SRIDS get converted to the same "
5103#~ "reserved SRID value )."
5104#~ msgstr ""
5105#~ "ダンプファイル内のspatial_ref_sysにあるカスタムレコードが不正なSRIDになっ"
5106#~ "ていることがあります。妥当なSRID値は0より大きく999000より小さくなります。"
5107#~ "999000から999999の間は内部利用のための予約領域ですが、999999より大きい値は"
5108#~ "一切使用できません。全ての不正なSRIDを持つ独自レコードは、予約領域に移動し"
5109#~ "ても保持されます。しかし、spatial_ref_sysテーブルから、値が保持されるよう"
5110#~ "に設定されているチェック制約が外れます。場合によっては (複数の不正なSRIDが"
5111#~ "同じ予約領域のSRID値に変換されるとき)、主キーも外れます。"
5112
5113#~ msgid ""
5114#~ "GEOS geometry library, version 3.5 or greater, but GEOS 3.7+ is "
5115#~ "recommended to take full advantage of all the new functions and features. "
5116#~ "You should have at least GEOS 3.5, without which you will be missing some "
5117#~ "major enhancements such as <xref linkend=\"ST_ClipByBox2D\"/> and <xref "
5118#~ "linkend=\"ST_Subdivide\"/>. GEOS is available for download from <ulink "
5119#~ "url=\"http://trac.osgeo.org/geos/\"> http://trac.osgeo.org/geos/ </ulink> "
5120#~ "and 3.5+ is backward-compatible with older versions so fairly safe to "
5121#~ "upgrade."
5122#~ msgstr ""
5123#~ "ジオメトリライブラリGEOSの3.5版以上。新しい関数や機能の全てを得るために、"
5124#~ "GEOS 3.7以上を推奨します。少なくともGEOS 3.5は持つべきで、<xref linkend="
5125#~ "\"ST_ClipByBox2D\"/>や<xref linkend=\"ST_Subdivide\"/>のような機能強化が使"
5126#~ "えません。GEOSは<ulink url=\"http://trac.osgeo.org/geos/\">http://trac."
5127#~ "osgeo.org/geos/</ulink>からダウンロードできます。3.5以上は古い版との後方互"
5128#~ "換があり、アップグレードがかなり安全です。"
5129
5130#~ msgid ""
5131#~ "cd extensions\n"
5132#~ "cd postgis\n"
5133#~ "make clean\n"
5134#~ "make\n"
5135#~ "make install\n"
5136#~ "cd ..\n"
5137#~ "cd postgis_topology\n"
5138#~ "make clean\n"
5139#~ "make\n"
5140#~ "make install\n"
5141#~ "cd ..\n"
5142#~ "cd postgis_sfcgal\n"
5143#~ "make clean\n"
5144#~ "make\n"
5145#~ "make install\n"
5146#~ "\n"
5147#~ "cd ..\n"
5148#~ "cd address_standardizer\n"
5149#~ "make clean\n"
5150#~ "make\n"
5151#~ "make install\n"
5152#~ "make installcheck\n"
5153#~ "\n"
5154#~ "cd ..\n"
5155#~ "cd postgis_tiger_geocoder\n"
5156#~ "make clean\n"
5157#~ "make\n"
5158#~ "make install\n"
5159#~ "make installcheck"
5160#~ msgstr ""
5161#~ "cd extensions\n"
5162#~ "cd postgis\n"
5163#~ "make clean\n"
5164#~ "make\n"
5165#~ "make install\n"
5166#~ "cd ..\n"
5167#~ "cd postgis_topology\n"
5168#~ "make clean\n"
5169#~ "make\n"
5170#~ "make install\n"
5171#~ "cd ..\n"
5172#~ "cd postgis_sfcgal\n"
5173#~ "make clean\n"
5174#~ "make\n"
5175#~ "make install\n"
5176#~ "\n"
5177#~ "cd ..\n"
5178#~ "cd address_standardizer\n"
5179#~ "make clean\n"
5180#~ "make\n"
5181#~ "make install\n"
5182#~ "make installcheck\n"
5183#~ "\n"
5184#~ "cd ..\n"
5185#~ "cd postgis_tiger_geocoder\n"
5186#~ "make clean\n"
5187#~ "make\n"
5188#~ "make install\n"
5189#~ "make installcheck"
5190
5191#~ msgid ""
5192#~ "In order to fix this you should copy your custom SRS to a SRID with a "
5193#~ "valid value (maybe in the 910000..910999 range), convert all your tables "
5194#~ "to the new srid (see <xref linkend=\"UpdateGeometrySRID\"/>), delete the "
5195#~ "invalid entry from spatial_ref_sys and re-construct the check(s) with:"
5196#~ msgstr ""
5197#~ "これの訂正には、カスタムSRSを妥当値 (多分91000から910999の間になります)に"
5198#~ "複写して、全てのテーブルを新しいSRIDに変換して(<xref linkend="
5199#~ "\"UpdateGeometrySRID\"/>を参照して下さい)、不正なエントリをspatial_ref_sys"
5200#~ "から削除して、次を実行してチェック制約を再構築します。"
5201
5202#~ msgid ""
5203#~ "ALTER TABLE spatial_ref_sys ADD CONSTRAINT spatial_ref_sys_srid_check "
5204#~ "check (srid &gt; 0 AND srid &lt; 999000 );"
5205#~ msgstr ""
5206#~ "ALTER TABLE spatial_ref_sys ADD CONSTRAINT spatial_ref_sys_srid_check "
5207#~ "check (srid &gt; 0 AND srid &lt; 999000 );"
5208
5209#~ msgid "ALTER TABLE spatial_ref_sys ADD PRIMARY KEY(srid));"
5210#~ msgstr "ALTER TABLE spatial_ref_sys ADD PRIMARY KEY(srid));"
5211
5212#~ msgid ""
5213#~ "The raster support is currently optional, but installed by default. For "
5214#~ "enabling using the PostgreSQL 9.1+ extensions model raster is required. "
5215#~ "Using the extension enable process is preferred and more user-friendly. "
5216#~ "To spatially enable your database:"
5217#~ msgstr ""
5218#~ "ラスタ機能は現在はオプションですが、デフォルトではインストールされます。"
5219#~ "PostgreSQL 9.1以上のエクステンションモデルを使ってインストールするには必須"
5220#~ "です。エクステンションを有効にする処理の方がよりよく、かつユーザフレンドリ"
5221#~ "です。空間データベースを有効にするには、次のようにします。"
5222
5223#~ msgid ""
5224#~ "The rest of this chapter goes into detail each of the above installation "
5225#~ "steps."
5226#~ msgstr "本章の残りでは、上記のインストール手順の個々の詳細を見ていきます。"
5227
5228#~ msgid ""
5229#~ "GDAL (pseudo optional) only if you don't want raster and don't care about "
5230#~ "installing with <code>CREATE EXTENSION postgis</code> can you leave it "
5231#~ "out. Keep in mind other extensions may have a requires postgis extension "
5232#~ "which will prevent you from installing them unless you install postgis as "
5233#~ "an extension. So it is highly recommended you compile with GDAL support."
5234#~ msgstr ""
5235#~ "GDAL (実質必須)。ラスタを求めておらず、かつ<code>CREATE EXTENSION "
5236#~ "postgis</code>によるインストールを気にしない場合に限って放置できます。他の"
5237#~ "EXTENSIONで、PostGISをEXTENSIONとしてインストールしないと、インストールで"
5238#~ "きないものがあるかも知れないことを心にとどめておいて下さい。このため、GDAL"
5239#~ "対応でのコンパイルは、非常に望まれます。"
5240
5241#~ msgid ""
5242#~ "Compile with raster support. This will build rtpostgis-"
5243#~ "&last_release_version; library and rtpostgis.sql file. This may not be "
5244#~ "required in final release as plan is to build in raster support by "
5245#~ "default."
5246#~ msgstr ""
5247#~ "ラスタ機能付きでコンパイルします。これによりrtpostgis-"
5248#~ "&last_release_version;ライブラリとrtpostgis.sqlファイルが生成されます。最"
5249#~ "終リリースでは、デフォルトでラスタ機能付きにする予定ですので、このパラメー"
5250#~ "タ自体は不要になる可能性があります。"
5251
5252#~ msgid ""
5253#~ "If you installed postgis without raster support, you'll need to install "
5254#~ "raster support first (using the full <filename>rtpostgis.sql</filename>"
5255#~ msgstr ""
5256#~ "ラスタ機能無しでPostGISをインストールした場合には、最初にラスタ機能をイン"
5257#~ "ストールする必要があります (<filename>rtpostgis.sql</filename>を使いま"
5258#~ "す)。"
5259
5260#~ msgid ""
5261#~ "Then you can run the below commands to package the functions in their "
5262#~ "respective extension."
5263#~ msgstr ""
5264#~ "それから、次のコマンドを実行して、個々のエクステンションについて、関数を"
5265#~ "パッケージ化します。"
5266
5267#~ msgid ""
5268#~ "This is generally only needed if you built-PostGIS without raster "
5269#~ "support. Since raster functions are part of the postgis extension, "
5270#~ "extension support is not enabled if PostGIS is built without raster."
5271#~ msgstr ""
5272#~ "この情報は、一般的には、PostGISをラスタ対応なしでビルドした場合のみ必要と"
5273#~ "なります。ラスタ関数はPostGISエクステンションの一部であり、ラスタ対応無し"
5274#~ "でPostGISをビルドする場合には、エクステンション対応が無効になるためです。"
5275
5276#~ msgid ""
5277#~ "After compiling and installing (make install) you should find a "
5278#~ "<filename>postgis_upgrade.sql</filename> and <filename>rtpostgis_upgrade."
5279#~ "sql</filename> in the installation folders. For example <filename>/usr/"
5280#~ "share/postgresql/9.3/contrib/postgis_upgrade.sql</filename>. Install the "
5281#~ "<filename>postgis_upgrade.sql</filename>. If you have raster "
5282#~ "functionality installed, you will also need to install the <filename>/usr/"
5283#~ "share/postgresql/9.3/contrib/postgis_upgrade.sql</filename>. If you are "
5284#~ "moving from PostGIS 1.* to PostGIS 2.* or from PostGIS 2.* prior to "
5285#~ "r7409, you need to do a HARD UPGRADE."
5286#~ msgstr ""
5287#~ "コンパイルとインストールの後に<filename>postgis_upgrade.sql</filename>と"
5288#~ "<filename>rtpostgis_upgrade.sql</filename>を探して下さい。たとえば"
5289#~ "<filename>/usr/share/postgresql/9.3/contrib/postgis_upgrade.sql</filename>"
5290#~ "です。<filename>postgis_upgrade.sql</filename>をインストールして下さい。ラ"
5291#~ "スタ機能をインストールしている場合には、<filename>/usr/share/"
5292#~ "postgresql/9.3/contrib/rtpostgis_upgrade.sql</filename>もインストールしま"
5293#~ "す。PostGIS 1.*から2.*に移動したり、2.*からr7409以前に落とす場合は、ハード"
5294#~ "アップグレードして下さい。"
5295