建物や家のコーナーポイントを含むポイントシェープファイルがあります。レイヤー内のすべてのコーナーポイントに対して一度に家のフットプリントを作成するにはどうすればよいですか。最小外接矩形を使用すると、すべてのポイントの周りに一つの大きなポリゴンが作成されますが、ポイントレイヤー内の各ポイントセットごとに別々の最小外接矩形を持ちたいです..!!. 皆さん、この問題を理解していただけたと思います。<\/P><\/BODY><\/HTML>
Do the points have an attribute that ties together the points of a specific building? For example, all corners of first building have value 1, points from second building have value 2, etc.
Hi Darren,
No these point does not contain any attributes,They are just points with xyz.
Unless the buildings are obviously spread out (i.e. distinct clusters of points), there may not be a way to automatically connect the dots.
You could try running Points to Line which may connect most of the points if they are stored in order. If they do turn out to be in order, and each building has exactly 4 corners, you may be able to script the rectangles in Python (although there is some question whether the points are guaranteed to be read in order).
So how do you know the corners for each build?
extracted from lidar
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.