本文简要介绍 python 语言中 arcgis.raster.analytics.delete_image
的用法。
用法:
arcgis.raster.analytics.delete_image(image_collection, where, *, gis=None, future=False, **kwargs)
返回:
图像层 url
delete_image
允许用户从图像集合(马赛克数据集)中删除现有图像。该函数只会删除镶嵌数据集中的栅格项,不会删除源影像。Parameter
Description
image_collection
必需,要从中删除图像的输入图像集合这可以是现有门户项目的“itemID”或图像服务的 url 或 uri
where
必需的字符串。用于从图像集合中选择要删除的图像的 SQL
where
子句gis
仅关键字参数。可选的
GIS
对象。运行该工具的 GIS。如果未指定,则使用活动 GIS。future
仅关键字参数。可选的布尔值。如果为 True,则结果将是一个 GPJob 对象,并且结果将异步返回。
例子:
# Usage Example: To delete an existing image from the image collection. del_img = delete_image(image_collection=img_coll_item, where="OBJECTID=10")
相关用法
- Python ArcGIS delete_image_collection用法及代码示例
- Python ArcGIS describe_dataset用法及代码示例
- Python ArcGIS detect_incidents用法及代码示例
- Python arcgis.learn.detect_objects用法及代码示例
- Python ArcGIS detect_change_using_change_analysis_raster用法及代码示例
- Python ArcGIS define_nodata用法及代码示例
- Python ArcGIS densify用法及代码示例
- Python ArcGIS derive_new_locations用法及代码示例
- Python ArcGIS divide用法及代码示例
- Python ArcGIS dimensional_moving_statistics用法及代码示例
- Python ArcGIS dissolve_boundaries用法及代码示例
- Python ArcGIS power用法及代码示例
- Python ArcGIS APIKeyManager.get用法及代码示例
- Python ArcGIS KnowledgeGraph.named_object_type_delete用法及代码示例
- Python ArcGIS ContentManager.unshare_items用法及代码示例
- Python ArcGIS ImageryLayer.thumbnail用法及代码示例
- Python ArcGIS FormFieldElement用法及代码示例
- Python ArcGIS Geometry.true_centroid用法及代码示例
- Python ArcGIS Site.delete用法及代码示例
- Python ArcGIS GeoAccessor.bbox用法及代码示例
- Python arcgis.apps.hub.Initiative.update用法及代码示例
- Python ArcGIS generate_service_areas用法及代码示例
- Python ArcGIS build_overview用法及代码示例
- Python ArcGIS RunInterval用法及代码示例
- Python ArcGIS acos用法及代码示例
注:本文由纯净天空筛选整理自arcgis.com大神的英文原创作品 arcgis.raster.analytics.delete_image。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。