Roos wrote:
> Hello,
>
> I want to extract/discover the height value of specific points (x,y)
> in a point cloud.
The height of what?
Ground, vegetation, a power line or a random bird?
> Because I want to compare the (known) height values of a GPS
> measurement with the height values of the same location in the point
> cloud.
Was this GPS standing on the ground or on a survey receiver with
measured offset between the antenna and the bottom of the antenna stick?
If the answer is that you re only interested in ground points, then you
should first determine if your sample points have allready been
ground-classified or not: If they are OK then the only thing you are
missing is to turn those ground points into either a regular grid or a
TIN before you can use plain interpolation between known grounds and the
GPS locations in order to estimate what the ground value should be in
the same spot.
Terje
>
> In the attachment my sample data in LAZ format, and below the
> coordinates for which I will find the height-values in the point cloud.
>
> Easting                Northing
>
> 121499.630Â Â Â Â Â Â Â Â Â 485947.974
>
> 121501.735Â Â Â Â Â Â Â Â Â 485947.616
>
> 121503.803Â Â Â Â Â Â Â Â Â 485947.215
>
> 121505.510Â Â Â Â Â Â Â Â Â 485947.077
>
> Maybe for (a few) coordinates points do not exactly exist in the point
> cloud, therefor I want to find the height value which is closest to
> these coordinates.
> Hopefully you can help me, and recommend me which *tool*(s) I can use.
>
> Thank in advance. I am looking forward to see your response(s).
> --
> Download LAStools at
>
http://lastools.org
>
http://rapidlasso.com
> Be social with LAStools at
>
http://facebook.com/LAStools
>
http://twitter.com/LAStools
>
http://linkedin.com/groups/LAStools-4408378
> Manage your settings at
>
http://groups.google.com/group/lastools/subscribe
--
- <
Terje.M...@tmsw.no>
"almost all programming can be viewed as an exercise in caching"