The returned float values using the arcpy.FeatureSet() function is incorrectly rounded.
最後に公開された状態: May 10, 2022ArcGIS Pro
不具合 ID 番号
BUG-000147846
送信されました
March 23, 2022
最終更新日
July 7, 2026
適用対象
ArcGIS Pro
見つかったバージョン
2.9.2
オペレーティング システム
Windows OS
オペレーティング システムのバージョン
10.0
ステータス
As Designed
開発チームによる確認後に、この動作が設計どおりであると判断されました。 詳細については、「参考情報」セクションをご参照ください。
参考情報
Floating-point numbers cannot accurately represent all numbers along the number line, they are approximations that map numbers to the base-2 based system, which is natural for computers but less natural for base-10 representations. So some numbers, like 6285.55, may not be valid within the mantissa + exponent model used in floating point. This Esri knowledge article explains some of this: https://support.esri.com/en-us/knowledge-base/how-does-arcgis-desktop-calculate-coordinates-for-data--000010968.
Another resource for explaining floating-point numbers is: http://fabiensanglard.net/floating_point_visually_explained.