i have .las (lidar data) file, now i wanted to know the size of it, for example how long it's width and height in kilometers... how is it possible to retrieve these kind of info? thanks a lot!!!

link|improve this question

you want to know the size of "it"? it sounds like you want to know the size of the file but I'm sure thats not what you're asking. Please clatify. – Neil N Aug 27 '09 at 18:27
feedback

3 Answers

up vote 0 down vote accepted

You may be interested in the free LAS library:

http://liblas.org/

link|improve this answer
feedback

You best bet is to use a specific software to find out the extent of this lidar file.

Another way you can probably do it is to look at the header section of the file (if you have the raw file), which must state the extent as well.

Otherwise, talk to the data provider (if you can“t find out the extent any other way). He probably has the software and knows the extension of your dataset.

George

link|improve this answer
I didnt ask the question, I only edited the title to be more clear. – Neil N Aug 27 '09 at 18:32
Oops, sorry about that Neil and riki. – George Aug 27 '09 at 19:20
feedback

From the 3D Analyst Toolbox, you can run Point File Information.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.