GDAL工具箱介绍

时间秒杀一切 提交于 2019-12-29 07:37:26

【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>>


Programs 程序清单

Raster programs 栅格程序

  • Common options

    通用选项

  • gdalinfo: Lists information about a raster dataset.

    列出有关栅格数据集的信息。

  • gdal_translate: Converts raster data between different formats.

    在不同格式之间转换栅格数据。

  • gdaladdo: Builds or rebuilds overview images.

    构建或重建概览图片。

  • gdalwarp: Image reprojection and warping utility.

    图像重投影和扭曲工具。

  • gdaltindex: Builds a shapefile as a raster tileindex.

    生成一个 shapefile 作为栅格瓦片索引。

  • gdalbuildvrt: Builds a VRT from a list of datasets.

    从数据集列表构建 VRT。

  • gdal_contour: Builds vector contour lines from a raster elevation model.

    从光栅高程模型建立矢量等高线。

  • gdaldem: Tools to analyze and visualize DEMs.

    分析和可视化 dem 的工具。

  • rgb2pct: Convert a 24bit RGB image to 8bit paletted.

    将一个24位 RGB 图像转换为8位 调色板色彩的工具。

  • pct2rgb: Convert an 8bit paletted image to 24bit RGB.

    将一个8位调色板图像转换为24位 RGB。

  • gdal_merge: Mosaics a set of images.

    拼接合并一组图像。

  • gdal2tiles: Generates directory with TMS tiles, KMLs and simple web viewers.

    使用 TMS tiles、 KMLs 和简单的 web 查看器生成目录。

  • gdal_rasterize: Burns vector geometries into a raster.

    栅格化: 将伯恩斯矢量几何化为栅格。

  • gdaltransform: Transforms coordinates.

    坐标系转换工具。

  • nearblack: Convert nearly black/white borders to black.

    近黑色: 将近黑色 / 白色边框转换为黑色。

  • gdal_retile: Retiles a set of tiles and/or build tiled pyramid levels.

    重新铺设一组金字塔和 / 或建造金字塔。

  • gdal_grid: Creates regular grid from the scattered data.

    根据分散的数据创建规则的 grid。

  • gdal_proximity: Produces a raster proximity map.

    生成栅格邻接地图。

  • gdal_polygonize: Produces a polygon feature layer from a raster.

    从栅格数据生成一个多边形特征层。

  • gdal_sieve: Removes small raster polygons.

    去除小栅格多边形。

  • gdal_fillnodata: Fill raster regions by interpolation from edges.

    Gdal fillnodata: 通过边缘插值填充光栅区域。

  • gdallocationinfo: Raster query tool

    栅格数据查询工具

  • gdalsrsinfo: Lists info about a given SRS in number of formats (WKT, PROJ.4, etc.)

    以多种格式(WKT、 PROJ. 4等)列出给定 SRS 的信息

  • gdalmove: Transform georeferencing of raster file in place.

    转换栅格光栅文件的地理参考。

  • gdal_edit: Edit in place various information of an existing GDAL dataset.

    编辑现有 GDAL 数据集的各种信息。

  • gdal_calc.py: Command line raster calculator with numpy syntax.

    带有 numpy 语法的命令行光栅计算器。

  • gdal_pansharpen.py: Perform a pansharpen operation.

    执行一个全面锐化操作。

  • gdal-config: Determines various information about a GDAL installation.

    确定有关 GDAL 安装的各种信息。

  • gdalmanage: Identify, delete, rename and copy raster data files.

    识别、删除、重命名和复制栅格数据文件。

  • gdalcompare: Compare two images.

    比较两张图片。

  • gdal_viewshed: Compute a visibility mask for a raster.

    计算光栅的可见遮罩。

Multidimensional Raster programs 多维光栅程序

  • gdalmdiminfo: Reports structure and content of a multidimensional dataset.

    Gdalmdiminfo: 多维数据集的报告结构和内容。

  • gdalmdimtranslate: Converts multidimensional data between different formats, and perform subsetting.

    Gdalmdimtranslate: 在不同格式之间转换多维数据,并执行子设置。

Vector programs 矢量程序

  • Common options

    通用选项

  • ogrinfo: Lists information about an OGR-supported data source.

    列出有关 ogr- 支持的数据源的信息。

  • ogr2ogr: Converts simple features data between file formats.

    在文件格式之间转换简单图元数据。

  • ogrtindex: Creates a tileindex.

    创建一个链接索引。

  • ogrlineref: Create linear reference and provide some calculations using it.

    创建线性参考并使用它提供一些计算。

  • ogrmerge: Merge several vector datasets into a single one.

    将多个矢量数据集合并为一个。

Geographic network programs 地理网络程序

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!