laptop and a wrench

不具合

Unable to copy/save a file system based raster with a maximum pixel value of either two or three to a file geodatabase.

最後に公開された状態: November 29, 2018 ArcGIS for Desktop
不具合 ID 番号 BUG-000117326
送信されましたOctober 9, 2018
最終更新日June 5, 2024
適用対象ArcGIS for Desktop
見つかったバージョン10.6.1
ステータスNon-Reproducible

参考情報

Fixed in a later version of ArcGIS desktop.

対処法

Run the script through a Python 3.6.5 IDLE (ArcGIS Pro 2.2.3) environment

It is possible to get two and three constant value rasters when running the analysis through a Python script where the 'env.workspace' would have to be set to a file geodatabase.

Like the following format:

import arcpy

from arcpy import env

from arcpy.sa import *

env.workspace = "C:\Caseuser\Andrea\RasterConstanValue_Test2\Test1.gdb"

pixel_value = 2

outConstRaster = CreateConstantRaster(2)

outConstRaster.save("C:\Caseuser\Andrea\RasterConstanValue_Test2\Test1.gdb\Test{}".format(pixel_value)")

再現の手順

不具合 ID: BUG-000117326

ソフトウェア:

  • ArcGIS for Desktop

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動