1# SOME DESCRIPTIVE TITLE.
2#
3# Translators:
4# TERAMOTO Ikuhiro <yellow@affrc.go.jp>, 2018
5msgid ""
6msgstr ""
7"Project-Id-Version: PostGIS\n"
8"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
9"POT-Creation-Date: 2020-12-15 04:51+0000\n"
10"PO-Revision-Date: 2018-07-24 03:02+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#: faq_raster.xml:3
22#, no-c-format
23msgid "PostGIS Raster Frequently Asked Questions"
24msgstr "PostGISラスタ よくある質問"
25
26#. Tag: para
27#: faq_raster.xml:8
28#, no-c-format
29msgid "Where can I find out more about the PostGIS Raster Project?"
30msgstr "PostGISラスタプロジェクトに関するより多くの情報はどこにありますか?"
31
32#. Tag: para
33#: faq_raster.xml:12
34#, no-c-format
35msgid ""
36"Refer to the <ulink url=\"http://trac.osgeo.org/postgis/wiki/WKTRaster"
37"\">PostGIS Raster home page</ulink>."
38msgstr ""
39"<ulink url=\"http://trac.osgeo.org/postgis/wiki/WKTRaster\">PostGIS Raster "
40"home page</ulink>をご覧下さい。"
41
42#. Tag: para
43#: faq_raster.xml:18
44#, no-c-format
45msgid ""
46"Are there any books or tutorials to get me started with this wonderful "
47"invention?"
48msgstr "この素晴らしいものを始めるための書籍やチュートリアルはありますか?"
49
50#. Tag: para
51#: faq_raster.xml:22
52#, fuzzy, no-c-format
53msgid ""
54"There is a full length beginner tutorial <ulink url=\"http://trac.osgeo.org/"
55"postgis/wiki/WKTRasterTutorial01\"> Intersecting vector buffers with large "
56"raster coverage using PostGIS Raster</ulink>. Jorge has a series of blog "
57"articles on PostGIS Raster that demonstrate how to load raster data as well "
58"as cross compare to same tasks in Oracle GeoRaster. Check out: <ulink url="
59"\"http://gis4free.wordpress.com/category/postgis-raster/\">Jorge's PostGIS "
60"Raster / Oracle GeoRaster Series</ulink>. There is a whole chapter (more "
61"than 35 pages of content) dedicated to PostGIS Raster with free code and "
62"data downloads at <ulink url=\"https://www.manning.com/books/postgis-in-"
63"action-third-edition\">PostGIS in Action - Raster chapter. Also covered in "
64"second edition.</ulink>. You can <ulink url=\"http://www.postgis.us/"
65"page_buy_book\">buy PostGIS in Action</ulink> now from Manning in hard-copy "
66"(significant discounts for bulk purchases) or just the E-book format. You "
67"can also buy from Amazon and various other book distributors. All hard-copy "
68"books come with a free coupon to download the E-book version."
69msgstr ""
70"網羅的な初心者用チュートリアルは<ulink url=\"http://trac.osgeo.org/postgis/"
71"wiki/WKTRasterTutorial01\">Intersecting vector buffers with large raster "
72"coverage using PostGIS Raster</ulink>にあります。PostGISラスタに関するJorgeさ"
73"んの一連のブログに、ラスタデータのロード方法、Oracle GeoRasterのタスクとのク"
74"ロス比較があります。<ulink url=\"http://gis4free.wordpress.com/category/"
75"postgis-raster/\">Jorge's PostGIS Raster / Oracle GeoRaster Series</ulink>を"
76"ご覧ください。 <ulink url=\"https://www.manning.com/books/postgis-in-action-"
77"second-edition\">PostGIS in Action - Raster chapter</ulink>では、章全体(35"
78"ページ超)がPostGISラスタにささげられていて、フリーのコードとデータがついてい"
79"ます。 Manningからハードコピー本または電子書籍版を<ulink url=\"http://www."
80"postgis.us/page_buy_book\">Buy PostGIS in Action</ulink>から購入することがで"
81"きます (大量発注によるかなりの割引があります)。また、Amazon等書籍販売サイトで"
82"購入することも可能です。全てのハードコピー本は電子書籍版の無償ダウンロードの"
83"クーポンが付きます。 "
84
85#. Tag: para
86#: faq_raster.xml:29
87#, no-c-format
88msgid ""
89"Here is a review from a PostGIS Raster user <ulink url=\"http://"
90"fuzzytolerance.info/blog/2010/10/26/2010-10-26-postgis-raster-ftw/\">PostGIS "
91"raster applied to land classification urban forestry</ulink>"
92msgstr ""
93"PostGISラスタのユーザからのレビューが<ulink url=\"http://fuzzytolerance.info/"
94"blog/2010/10/26/2010-10-26-postgis-raster-ftw/\">PostGIS raster applied to "
95"land classification urban forestry</ulink>にあります。"
96
97#. Tag: para
98#: faq_raster.xml:36
99#, no-c-format
100msgid "How do I install Raster support in my PostGIS database?"
101msgstr ""
102"PostGISデータベースにラスタ機能をインストールするにはどうすればよいでしょう"
103"か?"
104
105#. Tag: para
106#: faq_raster.xml:40
107#, no-c-format
108msgid ""
109"PostGIS Raster is part of the PostGIS codebase and generally available with "
110"most PostGIS binary distributions. Starting with PostGIS 3.0, PostGIS raster "
111"is now a separate extension and requires: `CREATE EXTENSION postgis_raster;` "
112"to enable it in your database. If you are compiling your own PostGIS, you "
113"will need to compile with GDAL otherwise postgis_raster extension will not "
114"be builit."
115msgstr ""
116
117#. Tag: para
118#: faq_raster.xml:41
119#, no-c-format
120msgid ""
121"Refer to <ulink url=\"http://postgis.net/install/\">Download PostGIS "
122"binaries</ulink> for popular distributions of PostGIS that include raster "
123"support."
124msgstr ""
125
126#. Tag: para
127#: faq_raster.xml:47
128#, no-c-format
129msgid "How do I load Raster data into PostGIS?"
130msgstr "ラスタデータをPostGISにロードするにはどうすればよいでしょうか?"
131
132#. Tag: para
133#: faq_raster.xml:51
134#, no-c-format
135msgid ""
136"The latest version of PostGIS comes packaged with a <varname>raster2pgsql</"
137"varname> raster loader executable capable of loading many kinds of rasters "
138"and also generating lower resolution overviews without any additional "
139"software. Please refer to <xref linkend=\"RT_Raster_Loader\"/> for more "
140"details."
141msgstr ""
142"PostGIS最新版には、ラスタローダ<varname>raster2pgsql</varname>があります。多"
143"種のラスタのロードが可能で、低解像度のオーバビューを作成することが可能な実行"
144"可能ファイルで、他のソフトウェアを要しません。詳細情報については<xref "
145"linkend=\"RT_Raster_Loader\"/>を参照して下さい。"
146
147#. Tag: para
148#: faq_raster.xml:57
149#, no-c-format
150msgid "What kind of raster file formats can I load into my database?"
151msgstr "ロード可能なラスタファイルの種類は何ですか?"
152
153#. Tag: para
154#: faq_raster.xml:61
155#, no-c-format
156msgid ""
157"Any that your GDAL library supports. GDAL supported formats are documented "
158"<ulink url=\"http://www.gdal.org/formats_list.html\">GDAL File Formats</"
159"ulink>."
160msgstr ""
161"GDALライブラリがサポートするもの全てです。GDALがサポートする形式については"
162"<ulink url=\"http://www.gdal.org/formats_list.html\">GDAL File Formats</"
163"ulink>にあります。"
164
165#. Tag: para
166#: faq_raster.xml:62
167#, no-c-format
168msgid ""
169"Your particular GDAL install may not support all formats. To verify the ones "
170"supported by your particular GDAL install, you can use"
171msgstr ""
172"インストールで、一部の形式に対応していない可能性があります。インストールした"
173"GDALがサポートする形式を確認するには、次を実行してください。"
174
175#. Tag: programlisting
176#: faq_raster.xml:63
177#, no-c-format
178msgid "raster2pgsql -G"
179msgstr "raster2pgsql -G"
180
181#. Tag: para
182#: faq_raster.xml:69
183#, no-c-format
184msgid "Can I export my PostGIS raster data to other raster formats?"
185msgstr "PostGISラスタデータを他のラスタ形式に出力できますか?"
186
187#. Tag: para
188#: faq_raster.xml:73
189#, no-c-format
190msgid "<para>Yes</para>"
191msgstr "<para>はい</para>"
192
193#. Tag: para
194#: faq_raster.xml:74
195#, no-c-format
196msgid ""
197"PostGIS raster has a function <xref linkend=\"RT_ST_AsGDALRaster\"/> that "
198"will allow you to use SQL to export to any raster format supported by your "
199"GDAL. You can get a list of these using the <xref linkend=\"RT_ST_GDALDrivers"
200"\"/> SQL function."
201msgstr ""
202
203#. Tag: para
204#: faq_raster.xml:75
205#, fuzzy, no-c-format
206msgid ""
207"You can also use GDAL commandline tools to export PostGIS raster to other "
208"formats. GDAL has a PostGIS raster driver, but is only compiled in if you "
209"choose to compile with PostgreSQL support."
210msgstr ""
211"GDALにはPostGISラスタのドライバがあります。ただしPostgreSQLサポートを付けてコ"
212"ンパイルするようにした場合に限ります。"
213
214#. Tag: para
215#: faq_raster.xml:76
216#, no-c-format
217msgid ""
218"The driver currently doesn't support irregularly blocked rasters, although "
219"you can store irregularly blocked rasters in PostGIS raster data type."
220msgstr ""
221"PostGISラスタ型に不規則なブロックのラスタを格納できますが、GDALドライバは現在"
222"のところ不規則なブロックのラスタには対応していません。"
223
224#. Tag: para
225#: faq_raster.xml:78
226#, no-c-format
227msgid ""
228"If you are compiling from source, you need to include in your configure "
229"<programlisting>--with-pg=path/to/pg_config</programlisting> to enable the "
230"driver. Refer to <ulink url=\"http://trac.osgeo.org/gdal/wiki/BuildHints"
231"\">GDAL Build Hints</ulink> for tips on building GDAL against in various OS "
232"platforms."
233msgstr ""
234"ソースからコンパイルする場合、ドライバを有効にするには、コンフィギュアに"
235"<programlisting>--with-pg=path/to/pg_config</programlisting>を入れる必要があ"
236"ります。まざまなプラットフォーム上でGDALをビルドする際の各種情報については、"
237"<ulink url=\"http://trac.osgeo.org/gdal/wiki/BuildHints\">GDAL Build Hints</"
238"ulink>を参照して下さい。"
239
240#. Tag: para
241#: faq_raster.xml:83
242#, no-c-format
243msgid ""
244"If your version of GDAL is compiled with the PostGIS Raster driver you "
245"should see PostGIS Raster in list when you do"
246msgstr ""
247"GDALをPostGISラスタドライバ付きでコンパイルしているなら、次のコマンドを実行す"
248"ると、リストにPostGIS Rasterが現れます。"
249
250#. Tag: programlisting
251#: faq_raster.xml:85
252#, no-c-format
253msgid "gdalinfo --formats"
254msgstr "gdalinfo --formats"
255
256#. Tag: para
257#: faq_raster.xml:87
258#, no-c-format
259msgid "To get a summary about your raster via GDAL use gdalinfo:"
260msgstr "GDALからラスタに関する要約を得るには、gdalinfoを使います。"
261
262#. Tag: programlisting
263#: faq_raster.xml:88
264#, no-c-format
265msgid ""
266"gdalinfo  \"PG:host=localhost port=5432 dbname='mygisdb' user='postgres' "
267"password='whatever' schema='someschema' table=sometable\""
268msgstr ""
269"gdalinfo  \"PG:host=localhost port=5432 dbname='mygisdb' user='postgres' "
270"password='whatever' schema='someschema' table=sometable\""
271
272#. Tag: para
273#: faq_raster.xml:91
274#, no-c-format
275msgid ""
276"To export data to other raster formats, use gdal_translate the below will "
277"export all data from a table to a PNG file at 10% size."
278msgstr ""
279"他のラスタ書式へデータを出力するには、gdal_translateを使います。下で示すもの"
280"は、テーブルからのデータ全体を10%のサイズのPNGファイルにして出力します。"
281
282#. Tag: para
283#: faq_raster.xml:93
284#, no-c-format
285msgid ""
286"Depending on your pixel band types, some translations may not work if the "
287"export format does not support that Pixel type. For example floating point "
288"band types and 32 bit unsigned ints will not translate easily to JPG or some "
289"others."
290msgstr ""
291"ピクセルバンドタイプについて、出力書式がサポートしない場合は、変換が機能しな"
292"いことがあります。たとえば、浮動小数点数と32ビット符号なし整数は、JPGや他の書"
293"式に簡単には変換しません。"
294
295#. Tag: para
296#: faq_raster.xml:96
297#, no-c-format
298msgid "Here is an example simple translation"
299msgstr "次に単純な変換の例を示します。"
300
301#. Tag: programlisting
302#: faq_raster.xml:97
303#, no-c-format
304msgid ""
305"gdal_translate -of PNG -outsize 10% 10% \"PG:host=localhost port=5432 "
306"dbname='mygisdb' user='postgres' password='whatever' schema='someschema' "
307"table=sometable\" C:\\somefile.png"
308msgstr ""
309"gdal_translate -of PNG -outsize 10% 10% \"PG:host=localhost port=5432 "
310"dbname='mygisdb' user='postgres' password='whatever' schema='someschema' "
311"table=sometable\" C:\\somefile.png"
312
313#. Tag: para
314#: faq_raster.xml:98
315#, no-c-format
316msgid ""
317"You can also use SQL where clauses in your export using the where=... in "
318"your driver connection string. Below are some using a where clause"
319msgstr ""
320"また、ドライバ接続文字列内でwhere=...を使って、SQLのWHERE節を使うことができま"
321"す。次に例を示します。"
322
323#. Tag: programlisting
324#: faq_raster.xml:100
325#, no-c-format
326msgid ""
327"gdal_translate -of PNG -outsize 10% 10% \"PG:host=localhost port=5432 "
328"dbname='mygisdb' user='postgres' password='whatever' schema='someschema' "
329"table=sometable where='filename=\\'abcd.sid\\''\" \" C:\\somefile.png"
330msgstr ""
331"gdal_translate -of PNG -outsize 10% 10% \"PG:host=localhost port=5432 "
332"dbname='mygisdb' user='postgres' password='whatever' schema='someschema' "
333"table=sometable where='filename=\\'abcd.sid\\''\" \" C:\\somefile.png"
334
335#. Tag: programlisting
336#: faq_raster.xml:101
337#, no-c-format
338msgid ""
339"gdal_translate -of PNG -outsize 10% 10% \"PG:host=localhost port=5432 "
340"dbname='mygisdb' user='postgres' password='whatever' schema='someschema' "
341"table=sometable where='ST_Intersects(rast, "
342"ST_SetSRID(ST_Point(-71.032,42.3793),4326) )' \" C:\\intersectregion.png"
343msgstr ""
344"gdal_translate -of PNG -outsize 10% 10% \"PG:host=localhost port=5432 "
345"dbname='mygisdb' user='postgres' password='whatever' schema='someschema' "
346"table=sometable where='ST_Intersects(rast, "
347"ST_SetSRID(ST_Point(-71.032,42.3793),4326) )' \" C:\\intersectregion.png"
348
349#. Tag: para
350#: faq_raster.xml:102
351#, fuzzy, no-c-format
352msgid ""
353"To see more examples and syntax refer to <ulink url=\"https://gdal.org/"
354"drivers/raster/postgisraster.html\">Reading Raster Data of PostGIS Raster "
355"section</ulink>"
356msgstr ""
357"より多くの例、構文については<ulink url=\"http://trac.osgeo.org/gdal/wiki/"
358"frmts_wtkraster.html#a3.2-Readingrasterdatafromthedatabase\">Reading Raster "
359"Data of PostGIS Raster section</ulink>を参照してください。"
360
361#. Tag: para
362#: faq_raster.xml:107
363#, no-c-format
364msgid ""
365"Are their binaries of GDAL available already compiled with PostGIS Raster "
366"suppport?"
367msgstr "GDALバイナリはPostGISラスタ機能付きでコンパイルされていますか?"
368
369#. Tag: para
370#: faq_raster.xml:109
371#, fuzzy, no-c-format
372msgid ""
373"Yes. Check out the page <ulink url=\"https://gdal.org/download.html#binaries"
374"\">GDAL Binaries</ulink> page. Any compiled with PostgreSQL support should "
375"have PostGIS Raster in them. GDAL tools is also generally included as part "
376"of <ulink url=\"https://qgis.org\">QGIS</ulink>."
377msgstr ""
378"はい。<ulink url=\"http://trac.osgeo.org/gdal/wiki/DownloadingGdalBinaries"
379"\">GDAL Binaries</ulink>のページをご覧下さい。PostgreSQL対応でコンパイルされ"
380"ているものはPostGISラスタを持っています。"
381
382#. Tag: para
383#: faq_raster.xml:111
384#, fuzzy, no-c-format
385msgid ""
386"If you want to get the latest nightly build for Windows -- then check out "
387"the Tamas Szekeres nightly builds built with Visual Studio which contain "
388"GDAL trunk, Python Bindings and MapServer executables and PostGIS Raster "
389"driver built-in. Just click the SDK bat and run your commands from there. "
390"<ulink url=\"www.gisinternals.com\">http://www.gisinternals.com</ulink>. "
391"Also available are VS project files."
392msgstr ""
393"PostGISラスタは多数の変更が行われているところです。Windows用の最新のナイトリ"
394"ビルドを得るには、Visual StudioでビルドしたTamas Szekeresナイトリビルドを見て"
395"みて下さい。GDALの開発途中版とPythonバインディングとMapServer実行ファイルと"
396"PostGISラスタドライバが組み込まれています。 SDKバッチファイルをクリックして、"
397"そこからコマンドを実行します。 <ulink url=\"www.gisinternals.com\">http://"
398"www.gisinternals.com</ulink>にあります。Visual Studioプロジェクトファイルもあ"
399"ります。"
400
401#. Tag: para
402#: faq_raster.xml:120
403#, no-c-format
404msgid "What tools can I use to view PostGIS raster data?"
405msgstr "PostGISラスタデータを見るのに使うことができるツールは何ですか?"
406
407#. Tag: para
408#: faq_raster.xml:124
409#, fuzzy, no-c-format
410msgid ""
411"You can use <ulink url=\"https://mapserver.org/\">MapServer</ulink> compiled "
412"with GDAL to view Raster data. QGIS supports viewing of PostGIS Raster if "
413"you have PostGIS raster driver installed."
414msgstr ""
415"GDAL 1.7以上とPostGISラスタドライバサポートとを付けてコンパイルしたMapServer"
416"でラスタデータの閲覧に使うことが可能です。QGISは、PostGISラスタドライバをイン"
417"ストールすると、PostGISラスタの閲覧が可能です。"
418
419#. Tag: para
420#: faq_raster.xml:126
421#, fuzzy, no-c-format
422msgid ""
423"In theory any tool that renders data using GDAL can support PostGIS raster "
424"data or support it with fairly minimal effort. Again for Windows, Tamas' "
425"binaries (includes Mapserver) <ulink url=\"www.gisinternals.com\">http://www."
426"gisinternals.com</ulink> are a good choice for windows users if you don't "
427"want the hassle of having to setup to compile your own."
428msgstr ""
429"理論上、GDALを使用してデータをレンダリングするツールはPostGISラスタに対応でき"
430"るか、ごく小さな労力で対応できます。ご自身でコンパイルする面倒を望まないな"
431"ら、Tamasさんのバイナ<ulink url=\"www.gisinternals.com\">http://www."
432"gisinternals.com</ulink>が良い選択です (訳注: Windows用バイナリです)。"
433
434#. Tag: para
435#: faq_raster.xml:133
436#, no-c-format
437msgid "How can I add a PostGIS raster layer to my MapServer map?"
438msgstr ""
439"MapServerの地図にPostGISラスタレイヤを追加するにはどうすればいいですか?"
440
441#. Tag: para
442#: faq_raster.xml:137
443#, fuzzy, no-c-format
444msgid ""
445"First you need GDAL 1.7 or higher compiled with PostGIS raster support. GDAL "
446"3 or above is preferred since many issues have been fixed in 1.8 and more "
447"PostGIS raster issues fixed in trunk version."
448msgstr ""
449"まずGDAL 1.7以上をPostGISラスタサポート付きでコンパイルします。多数の問題が"
450"1.8で解消したので、GDAL 1.8以上が望ましいです。また、より多くのPostGISラスタ"
451"の問題は開発中の版で解消しています。"
452
453#. Tag: para
454#: faq_raster.xml:139
455#, fuzzy, no-c-format
456msgid ""
457"You can much like you can with any other raster. Refer to <ulink url="
458"\"https://mapserver.org/input/raster.html\">MapServer Raster processing "
459"options</ulink> for list of various processing functions you can use with "
460"MapServer raster layers."
461msgstr ""
462"他のラスタでできることと同じことができます。MapServerラスタレイヤで使うことが"
463"できる様々な処理機能のリストを得るには<ulink url=\"http://mapserver.org/"
464"input/raster.html\">MapServer Raster processing options</ulink>を参照して下さ"
465"い。"
466
467#. Tag: para
468#: faq_raster.xml:142
469#, no-c-format
470msgid ""
471"What makes PostGIS raster data particularly interesting, is that since each "
472"tile can have various standard database columns, you can segment it in your "
473"data source"
474msgstr ""
475"PostGISラスタデータを特に興味深くするのは、それぞれのタイルが様々な標準的な"
476"データベースカラムを持ち得るので、データソースで分割することができる点です。"
477
478#. Tag: para
479#: faq_raster.xml:144
480#, no-c-format
481msgid ""
482"Below is an example of how you would define a PostGIS raster layer in "
483"MapServer."
484msgstr "次に示す例は、PostGISラスタレイヤをMapServer内で定義する方法です。"
485
486#. Tag: para
487#: faq_raster.xml:145
488#, no-c-format
489msgid ""
490"The mode=2 is required for tiled rasters and was added in PostGIS 2.0 and "
491"GDAL 1.8 drivers. This does not exist in GDAL 1.7 drivers."
492msgstr ""
493"mode=2 では、タイル化されたラスタが求められるもので、PostGIS 2.0とGDAL 1.8ド"
494"ライバで追加されています。これはGDAL 1.7ドライバにはありません。"
495
496#. Tag: programlisting
497#: faq_raster.xml:146
498#, no-c-format
499msgid ""
500"-- displaying raster with standard raster options\n"
501"LAYER\n"
502"        NAME coolwktraster\n"
503"        TYPE raster\n"
504"        STATUS ON\n"
505"        DATA \"PG:host=localhost port=5432 dbname='somedb' user='someuser' "
506"password='whatever'\n"
507"                schema='someschema' table='cooltable' mode='2'\"\n"
508"        PROCESSING \"NODATA=0\"\n"
509"        PROCESSING \"SCALE=AUTO\"\n"
510"        #... other standard raster processing functions here\n"
511"        #... classes are optional but useful for 1 band data\n"
512"        CLASS\n"
513"                NAME \"boring\"\n"
514"                EXPRESSION ([pixel] &lt; 20)\n"
515"                COLOR 250 250 250\n"
516"        END\n"
517"        CLASS\n"
518"                NAME \"mildly interesting\"\n"
519"                EXPRESSION ([pixel] &gt; 20 AND [pixel] &lt; 1000)\n"
520"                COLOR 255 0 0\n"
521"        END\n"
522"        CLASS\n"
523"                NAME \"very interesting\"\n"
524"                EXPRESSION ([pixel] &gt;= 1000)\n"
525"                COLOR 0 255 0\n"
526"        END\n"
527"END"
528msgstr ""
529"-- 標準的なラスタの設定を付けてラスタを表示する\n"
530"LAYER\n"
531"        NAME coolwktraster\n"
532"        TYPE raster\n"
533"        STATUS ON\n"
534"        DATA \"PG:host=localhost port=5432 dbname='somedb' user='someuser' "
535"password='whatever'\n"
536"                schema='someschema' table='cooltable' mode='2'\"\n"
537"        PROCESSING \"NODATA=0\"\n"
538"        PROCESSING \"SCALE=AUTO\"\n"
539"        #... 他の標準的なラスタ処理関数はここに入ります\n"
540"        #... クラスは必須ではないですが1バンドデータに使えます\n"
541"        CLASS\n"
542"                NAME \"boring\"\n"
543"                EXPRESSION ([pixel] &lt; 20)\n"
544"                COLOR 250 250 250\n"
545"        END\n"
546"        CLASS\n"
547"                NAME \"mildly interesting\"\n"
548"                EXPRESSION ([pixel] &gt; 20 AND [pixel] &lt; 1000)\n"
549"                COLOR 255 0 0\n"
550"        END\n"
551"        CLASS\n"
552"                NAME \"very interesting\"\n"
553"                EXPRESSION ([pixel] &gt;= 1000)\n"
554"                COLOR 0 255 0\n"
555"        END\n"
556"END"
557
558#. Tag: programlisting
559#: faq_raster.xml:148
560#, no-c-format
561msgid ""
562"-- displaying raster with standard raster options and a where clause\n"
563"LAYER\n"
564"        NAME soil_survey2009\n"
565"        TYPE raster\n"
566"        STATUS ON\n"
567"        DATA \"PG:host=localhost port=5432 dbname='somedb' user='someuser' "
568"password='whatever'\n"
569"                schema='someschema' table='cooltable' "
570"where='survey_year=2009' mode='2'\"\n"
571"        PROCESSING \"NODATA=0\"\n"
572"        #... other standard raster processing functions here\n"
573"        #... classes are optional but useful for 1 band data\n"
574"END"
575msgstr ""
576"-- 標準的なラスタの設定と、WHERE節をつけてラスタを表示する\n"
577"LAYER\n"
578"        NAME soil_survey2009\n"
579"        TYPE raster\n"
580"        STATUS ON\n"
581"        DATA \"PG:host=localhost port=5432 dbname='somedb' user='someuser' "
582"password='whatever'\n"
583"                schema='someschema' table='cooltable' "
584"where='survey_year=2009' mode='2'\"\n"
585"        PROCESSING \"NODATA=0\"\n"
586"        #... other standard raster processing functions here\n"
587"        #... classes are optional but useful for 1 band data\n"
588"END"
589
590#. Tag: para
591#: faq_raster.xml:156
592#, no-c-format
593msgid "What functions can I currently use with my raster data?"
594msgstr "現在ラスタデータで使用できる関数は何ですか?"
595
596#. Tag: para
597#: faq_raster.xml:160
598#, no-c-format
599msgid ""
600"Refer to the list of <xref linkend=\"RT_reference\"/>. There are more, but "
601"this is still a work in progress."
602msgstr ""
603"<xref linkend=\"RT_reference\"/>のリストを参照して下さい。これよりも多くの関"
604"数がありますが、開発途中です。"
605
606#. Tag: para
607#: faq_raster.xml:162
608#, no-c-format
609msgid ""
610"Refer to the <ulink url=\"http://trac.osgeo.org/postgis/wiki/WKTRaster/"
611"PlanningAndFunding\">PostGIS Raster roadmap page</ulink> for details of what "
612"you can expect in the future."
613msgstr ""
614"将来的に期待できる関数の詳細情報については<ulink url=\"http://trac.osgeo.org/"
615"postgis/wiki/WKTRaster/PlanningAndFunding\">PostGIS Raster roadmap page</"
616"ulink>をご覧下さい。"
617
618#. Tag: para
619#: faq_raster.xml:170
620#, no-c-format
621msgid ""
622"I am getting error ERROR: function st_intersects(raster, unknown) is not "
623"unique or st_union(geometry,text) is not unique. How do I fix?"
624msgstr ""
625"「ERROR: function st_intersects(raster, unknown) is not unique or "
626"st_union(geometry,text) is not unique.」というエラーが出ました。解消するには"
627"どうすればいいでしょうか?"
628
629#. Tag: para
630#: faq_raster.xml:174
631#, no-c-format
632msgid ""
633"The function is not unique error happens if one of your arguments is a "
634"textual representation of a geometry instead of a geometry. In these cases, "
635"PostgreSQL marks the textual representation as an unknown type, which means "
636"it can fall into the st_intersects(raster, geometry) or st_intersects(raster,"
637"raster) thus resulting in a non-unique case since both functions can in "
638"theory support your request. To prevent this, you need to cast the textual "
639"representation of the geometry to a geometry."
640msgstr ""
641"引数のひとつがジオメトリでなくジオメトリの文字列表現である場合、一意でない関"
642"数エラーが発生します。この場合、PostgreSQLは文字列表現を未知の型とします。そ"
643"うするとst_intersects(raster, geometry)かst_intersects(raster,raster)かのどち"
644"らかになります。理論上両方の関数ともにリクエストに沿うことになるので、一意で"
645"ないことになります。これを回避するには、GEOMETRY型にキャストして下さい。"
646
647#. Tag: para
648#: faq_raster.xml:175
649#, no-c-format
650msgid "For example if your code looks like this:"
651msgstr "たとえば次のようになっているとします。"
652
653#. Tag: programlisting
654#: faq_raster.xml:176
655#, no-c-format
656msgid ""
657"SELECT rast\n"
658" FROM my_raster\n"
659"   WHERE ST_Intersects(rast, 'SRID=4326;POINT(-10 10)');"
660msgstr ""
661"SELECT rast\n"
662" FROM my_raster\n"
663"   WHERE ST_Intersects(rast, 'SRID=4326;POINT(-10 10)');"
664
665#. Tag: para
666#: faq_raster.xml:177
667#, no-c-format
668msgid ""
669"Cast the textual geometry representation to a geometry by changing your code "
670"to this:"
671msgstr "次の通りにコードを変更すれば文字列表現をジオメトリにキャストします。"
672
673#. Tag: programlisting
674#: faq_raster.xml:178
675#, no-c-format
676msgid ""
677"SELECT rast\n"
678" FROM my_raster\n"
679"   WHERE ST_Intersects(rast, 'SRID=4326;POINT(-10 10)'::geometry);"
680msgstr ""
681"SELECT rast\n"
682" FROM my_raster\n"
683"   WHERE ST_Intersects(rast, 'SRID=4326;POINT(-10 10)'::geometry);"
684
685#. Tag: para
686#: faq_raster.xml:184
687#, no-c-format
688msgid ""
689"How is PostGIS Raster different from Oracle GeoRaster (SDO_GEORASTER) and "
690"SDO_RASTER types?"
691msgstr ""
692"PostGISラスタとOracle GeoRaster (SDO_GEORATGER)およびSDO_RASTERとどの位違うの"
693"でしょうか?"
694
695#. Tag: para
696#: faq_raster.xml:188
697#, no-c-format
698msgid ""
699"For a more extensive discussion on this topic, check out Jorge Arévalo "
700"<ulink url=\"http://gis4free.wordpress.com/2010/07/19/oracle-georaster-part-"
701"i/\">Oracle GeoRaster and PostGIS Raster: First impressions </ulink>"
702msgstr ""
703"この話題に関するより広範囲な議論については、Jorge Arévaloさんの<ulink url="
704"\"http://gis4free.wordpress.com/2010/07/19/oracle-georaster-part-i/\">Oracle "
705"GeoRaster and PostGIS Raster: First impressions </ulink>をご覧ください。"
706
707#. Tag: para
708#: faq_raster.xml:189
709#, no-c-format
710msgid ""
711"The major advantage of one-georeference-by-raster over one-georeference-by-"
712"layer is to allow:"
713msgstr ""
714"ラスタごとのジオリファレンスがレイヤごとのジオリファレンスより優れいているこ"
715"との主たるものは次の通りです。"
716
717#. Tag: para
718#: faq_raster.xml:190
719#, no-c-format
720msgid ""
721"* coverages to be not necessarily rectangular (which is often the case of "
722"raster coverage covering large extents. See the possible raster arrangements "
723"in the documentation)"
724msgstr ""
725"* カバレッジが必ずしも長方形でなくてよいこと (この長方形はしばしば広範囲にお"
726"よぶラスタカバレッジになります。この文書内にある可能なラスタの配置をご覧くだ"
727"さい)"
728
729#. Tag: para
730#: faq_raster.xml:191
731#, no-c-format
732msgid ""
733"* rasters to overlaps (which is necessary to implement lossless vector to "
734"raster conversion)"
735msgstr ""
736"* オーバラップするラスタ (ベクタからラスタへの変換で欠損無く実装できる点で重"
737"要)"
738
739#. Tag: para
740#: faq_raster.xml:192
741#, no-c-format
742msgid ""
743"These arrangements are possible in Oracle as well, but they imply the "
744"storage of multiple SDO_GEORASTER objects linked to as many SDO_RASTER "
745"tables. A complex coverage can lead to hundreds of tables in the database. "
746"With PostGIS Raster you can store a similar raster arrangement into a unique "
747"table."
748msgstr ""
749"これらの配置はOracleでも可能ですが、多数のSDO_RASTERテーブルと関連付けられる"
750"複数のSDO_GEORASTERオブジェクトを格納することになります。複雑なカバレッジにな"
751"ると、データベース上の数百のテーブルにおよぶこともあります。PostGISラスタを使"
752"うと、似たようなラスタ配置を一つのテーブルで行うことができます。"
753
754#. Tag: para
755#: faq_raster.xml:197
756#, no-c-format
757msgid ""
758"It's a bit like if PostGIS would force you to store only full rectangular "
759"vector coverage without gaps or overlaps (a perfect rectangular topological "
760"layer). This is very practical in some applications but practice has shown "
761"that it is not realistic or desirable for most geographical coverages. "
762"Vector structures needs the flexibility to store discontinuous and non-"
763"rectangular coverages. We think it is a big advantage that raster structure "
764"should benefit as well."
765msgstr ""
766"PostGISがユーザに隙間やオーバラップの無い長方形ベクタカバレッジ (完全な長方形"
767"トポロジのレイヤ)を強制するのに少し似ています。これは、いくつかのアプリケー"
768"ションにおいては非常に実際的ですが、実際に行うと、ほとんどのカバレッジにとっ"
769"て、現実的でなく望ましくもないことが分かりました。ベクタ構造には、不連続かつ"
770"非長方形のカバレッジを格納する柔軟性が必要です。ラスタ構造が同様に利益を受け"
771"ることについて、私たちは大きな利点であると考えます。"
772
773#. Tag: para
774#: faq_raster.xml:205
775#, no-c-format
776msgid ""
777"raster2pgsql load of large file fails with String of N bytes is too long for "
778"encoding conversion?"
779msgstr ""
780"raster2pgsqlにより巨大なファイルのロードがString of N bytes is too long for "
781"encoding conversionと言われて失敗しますがどうすればよいでしょうか?"
782
783#. Tag: para
784#: faq_raster.xml:209
785#, no-c-format
786msgid ""
787"raster2pgsql doesn't make any connections to your database when generating "
788"the file to load. If your database has set an explicit client encoding "
789"different from your database encoding, then when loading large raster files "
790"(above 30 MB in size), you may run into a <code>bytes is too long for "
791"encoding conversion</code>."
792msgstr ""
793"raster2pgsqlは、ロード用ファイルを生成するときにデータベース接続を行いませ"
794"ん。データベースに明示的にデータベースの文字エンコーディングと異なるものを設"
795"定している場合には、巨大な (30MB以上)ラスタファイルをロードするときに、"
796"<code>bytes is too long for encoding conversion</code>になることがあります。"
797
798#. Tag: para
799#: faq_raster.xml:211
800#, no-c-format
801msgid ""
802"This generally happens if for example you have your database in UTF8, but to "
803"support windows apps, you have the client encoding set to <code>WIN1252</"
804"code>."
805msgstr ""
806"これは、一般的には、たとえばデータベースがUTF-8であるのに、Windowsアプリケー"
807"ションに対応するために、クライアントの文字エンコーディングが<code>WIN1252</"
808"code>に設定されている場合に発生します。"
809
810#. Tag: para
811#: faq_raster.xml:212
812#, no-c-format
813msgid ""
814"To work around this make sure the client encoding is the same as your "
815"database encoding during load. You can do this by explicitly setting the "
816"encoding in your load script. Example, if you are on windows:"
817msgstr ""
818"これを回避策するには、ロードする間、クライアントの文字エンコーディングをデー"
819"タベースと同じにします。明示的な文字エンコーディング設定をスクリプトに入れる"
820"ことで実現できます。たとえば、Windows上では次のようにします。"
821
822#. Tag: programlisting
823#: faq_raster.xml:213
824#, no-c-format
825msgid "set PGCLIENTENCODING=UTF8"
826msgstr "set PGCLIENTENCODING=UTF8"
827
828#. Tag: para
829#: faq_raster.xml:214
830#, no-c-format
831msgid "If you are on Unix/Linux"
832msgstr "Unix/Linuxの場合には、次のようにします。"
833
834#. Tag: programlisting
835#: faq_raster.xml:215
836#, no-c-format
837msgid "export PGCLIENTENCODING=UTF8"
838msgstr "export PGCLIENTENCODING=UTF8"
839
840#. Tag: para
841#: faq_raster.xml:216
842#, no-c-format
843msgid ""
844"Gory details of this issue are detailed in <ulink url=\"http://trac.osgeo."
845"org/postgis/ticket/2209\">http://trac.osgeo.org/postgis/ticket/2209</ulink>"
846msgstr ""
847"Goryさんがこの問題の詳細を<ulink url=\"http://trac.osgeo.org/postgis/"
848"ticket/2209\">http://trac.osgeo.org/postgis/ticket/2209</ulink>に記述していま"
849"す。"
850
851#. Tag: para
852#: faq_raster.xml:222
853#, no-c-format
854msgid ""
855"I'm getting error <code>ERROR: RASTER_fromGDALRaster: Could not open bytea "
856"with GDAL. Check that the bytea is of a GDAL supported format.</code> when "
857"using ST_FromGDALRaster or <code>ERROR: rt_raster_to_gdal: Could not load "
858"the output GDAL driver</code> when trying to use ST_AsPNG or other raster "
859"input functions."
860msgstr ""
861"ST_FromGDALRasterを使うと<code>ERROR: RASTER_fromGDALRaster: Could not open "
862"bytea with GDAL. Check that the bytea is of a GDAL supported format.</code>と"
863"いうエラーが出ます。また、ST_AsPNGや他の入力関数を使おうとすると<code>ERROR: "
864"rt_raster_to_gdal: Could not load the output GDAL driver</code>というエラーが"
865"出ます。"
866
867#. Tag: para
868#: faq_raster.xml:227
869#, no-c-format
870msgid ""
871"As of PostGIS 2.1.3 and 2.0.5, a security change was made to by default "
872"disable all GDAL drivers and out of db rasters. The release notes are at "
873"<ulink url=\"http://postgis.net/2014/05/19/postgis-2.0.6_and_2.1.3\">PostGIS "
874"2.0.6, 2.1.3 security release</ulink>. In order to reenable specific drivers "
875"or all drivers and reenable out of database support, refer to <xref linkend="
876"\"install_short_version\"/>."
877msgstr ""
878"PostGIS 2.1.3と2.0.5では、セキュリティ変更が行われ、全てのGDALドライバとデー"
879"タベース外ラスタは、デフォルトでは使えなくなりました。リリースノートは<ulink "
880"url=\"http://postgis.net/2014/05/19/postgis-2.0.6_and_2.1.3\">PostGIS 2.0.6, "
881"2.1.3 security release</ulink>にあります。特定のドライバまたは全てのドライバ"
882"を再有効化する方法と、データベース外ラスタ機能を再有効化する方法については、"
883"<xref linkend=\"install_short_version\"/>をご覧下さい。"
884
885#~ msgid ""
886#~ "Starting with PostGIS 2.0 PostGIS Raster is fully integrated, so it will "
887#~ "be compiled when you compile PostGIS."
888#~ msgstr ""
889#~ "PostGIS 2.0から、PostGISラスタが完全に統合されていて、PostGISコンパイル時"
890#~ "に併せてコンパイルされます。"
891
892#~ msgid ""
893#~ "Instructions for installing and running under windows are available at "
894#~ "<ulink url=\"http://gis4free.wordpress.com/2011/03/10/how-to-install-and-"
895#~ "configure-postgis-raster-on-windows/\">How to Install and Configure "
896#~ "PostGIS raster on windows</ulink>"
897#~ msgstr ""
898#~ "Windows下でのインストールと実行の説明は<ulink url=\"http://gis4free."
899#~ "wordpress.com/2011/03/10/how-to-install-and-configure-postgis-raster-on-"
900#~ "windows/\">How to Install and Configure PostGIS raster on windows</ulink>"
901#~ "にあります。"
902
903#~ msgid ""
904#~ "If you are on windows, you can compile yourself, or use the <ulink url="
905#~ "\"http://postgis.net/windows_downloads\">pre-compiled PostGIS Raster "
906#~ "windows binaries</ulink>. If you are on Mac OSX Leopard or Snow Leopard, "
907#~ "there are binaries available at <ulink url=\"http://www.kyngchaos.com/"
908#~ "software/postgres\">Kyng Chaos Mac OSX PostgreSQL/GIS binaries</ulink>."
909#~ msgstr ""
910#~ "Windows下でコンパイルすることができますし、<ulink url=\"http://postgis."
911#~ "net/windows_downloads\">コンパイル済みPostGISラスタのバイナリ</ulink>を使"
912#~ "うこともできます。MacOS X LeopardまたはSnow Leopardでは、<ulink url="
913#~ "\"http://www.kyngchaos.com/software/postgres\">Kyng Chaos Mac OSX "
914#~ "PostgreSQL/GIS binaries</ulink>バイナリがあります。"
915
916#~ msgid ""
917#~ "For other platforms, install PostGIS from your software repository. For "
918#~ "more details about compiling from source, please refer to <ulink url="
919#~ "\"http://trac.osgeo.org/postgis/wiki/WKTRaster/Documentation01#a2.3-"
920#~ "CompilingandInstallingfromSources\">Installing PostGIS Raster from "
921#~ "source</ulink>"
922#~ msgstr ""
923#~ "他のプラットフォームでは、ソフトウェアレポジトリからPostGISをインストール"
924#~ "します。ソースからのコンパイルについては、<ulink url=\"http://trac.osgeo."
925#~ "org/postgis/wiki/WKTRaster/Documentation01#a2.3-"
926#~ "CompilingandInstallingfromSources\">Installing PostGIS Raster from "
927#~ "source</ulink>を参照して下さい。"
928
929#~ msgid ""
930#~ "I get error could not load library \"C:/Program Files/PostgreSQL/8.4/lib/"
931#~ "rtpostgis.dll\": The specified module could not be found. or could not "
932#~ "load library on Linux when trying to run rtpostgis.sql"
933#~ msgstr ""
934#~ "\"C:/Program Files/PostgreSQL/8.4/lib/rtpostgis.dll\": The specified "
935#~ "module could not be found.エラーがでました。また、Linux上でrtpostgis.sql実"
936#~ "行時にライブラリのロードができませんでした。"
937
938#~ msgid ""
939#~ "rtpostgis.so/dll is built with dependency on libgdal.dll/so. Make sure "
940#~ "for Windows you have libgdal-1.dll in the bin folder of your PostgreSQL "
941#~ "install. For Linux libgdal has to be in your path or bin folder."
942#~ msgstr ""
943#~ "rtpostgis.dll/soは、libgdal.dll/soに依存します。Windowsではlibgdal-1.dllを"
944#~ "PostgreSQLインストール先のbinフォルダに置いてください。Linuxについては"
945#~ "libgdalがパスまたはbinフォルダの中に置いて下さい。"
946
947#~ msgid ""
948#~ "You may also run into different errors if you don't have PostGIS "
949#~ "installed in your database. Make sure to install PostGIS first in your "
950#~ "database before trying to install the raster support."
951#~ msgstr ""
952#~ "また、PostGISをデータベースにインストールしていない場合には別のエラーが出"
953#~ "ます。PostGISをまずデータベースにインストールしてから、ラスタ機能をインス"
954#~ "トールしてみてください。"
955
956#~ msgid ""
957#~ "<ulink url=\"http://fwtools.maptools.org/\">FWTools latest stable version "
958#~ "for Windows is compiled with Raster support</ulink>."
959#~ msgstr ""
960#~ "<ulink url=\"http://fwtools.maptools.org/\">Windows用FWTools最新の安定版は"
961#~ "ラスタサポート付きでコンパイルされています</ulink>。"
962