laptop and a wrench

不具合

The Warp geoprocessing tool returns a 999999 error when selecting the 'Projective transformation' option as the Transformation Type parameter.

最後に公開された状態: January 17, 2022 ArcGIS Pro
不具合 ID 番号 BUG-000145302
送信されましたDecember 16, 2021
最終更新日May 29, 2025
適用対象ArcGIS Pro
見つかったバージョン2.9
オペレーティング システムWindows OS
オペレーティング システムのバージョン10.0 64 Bit
修正されたバージョン3.5
ステータスFixed

参考情報

This issue is addressed in ArcGIS Pro 3.5.

対処法

Run the tool as a script in the Python window, for example:

"import arcpy

from arcpy import env

source_pnt = " 'x y';'x y';'x y' "

target_pnt = " 'x y';'x y';'x y' "

arcpy.Warp_management("Image2.jpg", source_pnt, target_pnt, <output location>, "Projective transformation", \

           "<Resampling technique>")"

再現の手順

不具合 ID: BUG-000145302

ソフトウェア:

  • ArcGIS Pro

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

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

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

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

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

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

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