不具合
| 不具合 ID 番号 | BUG-000123466 |
|---|---|
| 送信されました | July 2, 2019 |
| 最終更新日 | June 25, 2025 |
| 適用対象 | ArcGIS Pro |
| 見つかったバージョン | N/A |
| オペレーティング システム | N/A |
| オペレーティング システムのバージョン | N/A |
| ステータス | Will Not Be Addressed |
Run the Clip Raster tool 'arcpy.Clip_management()’ using the mosaic dataset Test_mosaic1 as an input while setting the clip extent to the boundary of the input mosaic dataset and NoData value set to None. The output TIFF file will have NoData value set to None.
import arcpy
in_raster = r"C:\CaseUser\Gian Raphael Prinz\New File Geodatabase.gdb\Test_mosaic1"
rectangle = "4489727.05 5477485.223 4488761.95 5479555.305"
out_raster = r"C:\CaseUser\Gian Raphael Prinz\Output_9.tif"
in_template_dataset = ""
nodata_value = None
clipping_geometry = None
maintain_clipping_extent = "NO_MAINTAIN_EXTENT"
arcpy.Clip_management(in_raster, rectangle, out_raster, in_template_dataset, nodata_value, clipping_geometry, maintain_clipping_extent)
不具合 ID: BUG-000123466
ソフトウェア:
ArcGIS エキスパートのサポートを受ける
Esri Support アプリのダウンロード