本文简要介绍 python 语言中 arcgis.gis.Item.download
的用法。
用法:
download(save_path=None, file_name=None)
返回:
如果数据可用,则为下载路径,否则为无。
download
方法将数据下载到指定文件夹或临时文件夹(如果未提供文件夹)。Parameter
Description
save_path
可选字符串。要将文件下载到的文件夹位置。
file_name
可选字符串。文件的名称。
例子:
# Usage Example >>> item.download("C:\ARCGIS\Projects", "hurricane_data")
相关用法
- Python ArcGIS Item.delete_relationship用法及代码示例
- Python ArcGIS Item.delete用法及代码示例
- Python ArcGIS Item.publish用法及代码示例
- Python ArcGIS Item.reassign_to用法及代码示例
- Python ArcGIS Item.share用法及代码示例
- Python ArcGIS Item.status用法及代码示例
- Python ArcGIS Item.copy用法及代码示例
- Python ArcGIS Item.move用法及代码示例
- Python ArcGIS Item.related_items用法及代码示例
- Python ArcGIS Item.create_tile_service用法及代码示例
- Python ArcGIS Item.register用法及代码示例
- Python ArcGIS Item.add_comment用法及代码示例
- Python ArcGIS Item.copy_feature_layer_collection用法及代码示例
- Python ArcGIS Item.export用法及代码示例
- Python ArcGIS Item.update_thumbnail用法及代码示例
- Python ArcGIS Item.add_relationship用法及代码示例
- Python ArcGIS Item.update用法及代码示例
- Python ArcGIS Item.usage用法及代码示例
- Python ArcGIS Item.get_thumbnail用法及代码示例
- Python ArcGIS ImageryLayer.thumbnail用法及代码示例
- Python arcgis.apps.hub.Initiative.update用法及代码示例
- Python ArcGIS ImageryLayer.draw_graph用法及代码示例
- Python arcgis.apps.hub.IndicatorManager.add用法及代码示例
- Python arcgis.apps.hub.InitiativeManager.add用法及代码示例
- Python ArcGIS ImageryLayer.compute_stats_and_histograms用法及代码示例
注:本文由纯净天空筛选整理自arcgis.com大神的英文原创作品 arcgis.gis.Item.download。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。