LiDARデータを処理してキャノピーの高さの.TIF画像を作成しました。ArcMapでキャノピーの高さを表示すると、目次には範囲が-20から61までと表示されます。特に-20のようなゼロ未満のデータがどこにあるのか気になります。画像をクエリしてピクセル値がゼロ未満の場所を見つけ、その場所にマップでズームする方法はありますか?
<\/P>
ありがとうございます
When you have a large number of rows and columns, the classification might not visualize isolated pixels that have the negative canopy height. As an alternative you could use the Extract By Attributes tool (SA) to extract the pixels that you are interested in followed by Raster to Point (Conversion) to create a point featureclass with a point in the pixels you're interested in.
Well, you could symbolize your lidar using classified, and then manually change the classification so that the first class is -20-0, and then examine the raster for that class visually.
You could also just use the tool Data management tools > Raster > Raster properties > Calculate raster attribute table to get a table for your raster. Since you are working with integers (?) this should do the trick. You can now open the table, sort the table entries by value and select all sub-zero values.
I would assume that the canopy height based on LiDAR to be floating, but true if the data is integer you could do this, but still single isolated pixels will be hard to spot is the extent (rows x cols) is big. It might be displaying pyramids not showing those isolated pixels.
Thanks for your help.. My raster image is a TIF and it stores float values, so I couldn't use the Data management tools > Raster > Raster properties > Calculate raster attribute table tool. I was able ot use the approach which Xander gave and it helped me find the places where the canopy height was calculated to be negative.
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.