「GDAL manual translation to japanese」の版間の差分

提供: OSGeo.JP Wiki
移動: 案内検索
(add GDAL Utility Programs.)
(GDAL翻訳プロジェクトをリブート)
 
行1: 行1:
 +
 +
== GDAL翻訳プロジェクト ==
 +
 +
* GDAL翻訳プロジェクトは、OmegaTを活用したチームプロジェクトで翻訳をすすめています。
 +
** https://github.com/gda_docs_ja/
 +
 
*GDALのマニュアルを日本語訳してくれているWebページ
 
*GDALのマニュアルを日本語訳してくれているWebページ
 
**<del>[http://www.imslab.co.jp/techpro/report/gdal/gdalapi_c.html http://www.imslab.co.jp/techpro/report/gdal/gdalapi_c.html] 株式会社 情報数理研究所のサイト。但し、途中から未訳。</del>2011年9月6日に株式会社 情報数理研究所が倒産。左記Webページも閉鎖。
 
**<del>[http://www.imslab.co.jp/techpro/report/gdal/gdalapi_c.html http://www.imslab.co.jp/techpro/report/gdal/gdalapi_c.html] 株式会社 情報数理研究所のサイト。但し、途中から未訳。</del>2011年9月6日に株式会社 情報数理研究所が倒産。左記Webページも閉鎖。
  
  
したがって、下記のページにボランティアで翻訳ページを作成予定。
 
 
*GDAL Utility Programs
 
**[[gdalinfo]] - report information about a file.
 
**[[gdal_translate]] - Copy a raster file, with control of output format.
 
**[[gdaladdo]] - Add overviews to a file.
 
**[[gdalwarp]] - Warp an image into a new coordinate system.
 
**[[gdaltindex]] - Build a MapServer raster tileindex.
 
**[[gdalbuildvrt]] - Build a VRT from a list of datasets.
 
**[[gdal_contour]] - Contours from DEM.
 
**[[gdaldem]] - Tools to analyze and visualize DEMs.
 
**[[rgb2pct.py]] - Convert a 24bit RGB image to 8bit paletted.
 
**[[pct2rgb.py]] - Convert an 8bit paletted image to 24bit RGB.
 
**[[gdal_merge.py]] - Build a quick mosaic from a set of images.
 
**[[gdal2tiles.py]] - Create a TMS tile structure, KML and simple web viewer.
 
**[[gdal_rasterize]] - Rasterize vectors into raster file.
 
**[[gdaltransform]] - Transform coordinates.
 
**[[nearblack]] - Convert nearly black/white borders to exact value.
 
**[[gdal_retile.py]] - Retiles a set of tiles and/or build tiled pyramid levels.
 
**[[gdal_grid]] - Create raster from the scattered data.
 
**[[gdal_proximity.py]] - Compute a raster proximity map.
 
**[[gdal_polygonize.py]] - Generate polygons from raster.
 
**[[gdal_sieve.py]] - Raster Sieve filter.
 
**[[gdal_fillnodata.py]] - Interpolate in nodata regions.
 
**[[gdallocationinfo]] - Query raster at a location.
 
**[[gdalsrsinfo]] - Report a given CRS in different formats. (GDAL >= 1.9.0)
 
**[[gdal-config]] - Get options required to build software using GDAL.
 
  
 
GDAL/OGR LibrariesはX11/ MIT Licenseで公開されています。
 
GDAL/OGR LibrariesはX11/ MIT Licenseで公開されています。

2020年11月17日 (火) 17:45時点における最新版

GDAL翻訳プロジェクト

  • GDALのマニュアルを日本語訳してくれているWebページ


GDAL/OGR LibrariesはX11/ MIT Licenseで公開されています。