皆さん、こんにちは、<\/P>
<\/P>
私はリシェイプしたいhydroフィーチャクラスを持っています。質問ですが、ArcGISを使用して古いhydroフィーチャクラスから編集または変更されたマイル数を比較する方法はありますか?<\/P>
これを行う主な目的は、既存のhydroフィーチャクラスからどれだけのマイルが編集されたかを理解し、統計作業に役立てることです。<\/P><\/BODY><\/HTML>
You can add a new field to your feature class, lengthkm (double) and calculate the field using Python expression as:
!shape.length@kilometers!
Then right-click the field and use Summary Statistics in Pro or Statistics in ArcMap to get the total length in km.
You will need to do it initially to get the initial value and then recalculate the field when your updates are done (or use a lengtheditedkm field to put the updated length value after your updates).
Christine Dartiguenave
Esri Water Resources Team
Thanks Christine, I did the same procedure and it worked
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.