本文简要介绍 python 语言中 arcgis.raster.functions.colormap_to_rgb
的用法。
用法:
arcgis.raster.functions.colormap_to_rgb(raster)
返回:
输出栅格。
colormap_to_rgb 函数设计用于与具有内部色彩图的单波段图像服务配合使用。它将图像转换为 three-band 8 位 RGB 栅格。除输入栅格外,该函数不接受任何参数。对于合格的影像服务,自动应用ColormapToRGB函数有两种情况: 影像服务的“colormapToRGB”属性设置为true;或者,客户要求将图像导出为 jpg 或 png 格式。欲了解更多信息,请参阅Colormap To RGB function
该函数的参数如下:
Parameter
Description
raster
需要输入
Raster
/ImageryLayer
对象。例子:
# Usage Example 1: Converts the input raster into a three-band RGB raster. rgb_op = colormap_to_rgb(raster)
相关用法
- Python ArcGIS colormap用法及代码示例
- Python ArcGIS compute_change_raster用法及代码示例
- Python ArcGIS copy_raster用法及代码示例
- Python ArcGIS compute_accuracy_for_object_detection用法及代码示例
- Python ArcGIS connect_origins_to_destinations用法及代码示例
- Python ArcGIS copy_to_data_store用法及代码示例
- Python ArcGIS convert_feature_to_raster用法及代码示例
- Python ArcGIS convert_raster_to_feature用法及代码示例
- Python ArcGIS cosh用法及代码示例
- Python ArcGIS contour用法及代码示例
- Python ArcGIS con用法及代码示例
- Python ArcGIS cos用法及代码示例
- Python ArcGIS calculate_statistics用法及代码示例
- Python ArcGIS create_space_time_cube用法及代码示例
- Python ArcGIS classify用法及代码示例
- Python ArcGIS ccdc_analysis用法及代码示例
- Python ArcGIS create_viewshed用法及代码示例
- Python ArcGIS create_route_layers用法及代码示例
- Python ArcGIS create_drive_time_areas用法及代码示例
- Python ArcGIS create_image_collection用法及代码示例
- Python ArcGIS create_buffers用法及代码示例
- Python ArcGIS create_watersheds用法及代码示例
- Python arcgis.learn.classify_objects用法及代码示例
- Python ArcGIS clip_layer用法及代码示例
- Python arcgis.learn.classify_pixels用法及代码示例
注:本文由纯净天空筛选整理自arcgis.com大神的英文原创作品 arcgis.raster.functions.colormap_to_rgb。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。