Rank: 2289 based on 22 downloads (last 30 days) and 1 file submitted
photo

Amy Farris

E-mail
Company/University
US Geological Survey

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Amy
Updated   File Tags Downloads
(last 30 days)
Comments Rating
27 Nov 2006 read_kml Reads a Google Earth .kml file into Matlab Author: Amy Farris google earth, kml, read_kml, function, google earth plus, earth 22 2
  • 3.5
3.5 | 2 ratings
Comments and Ratings by Amy View all
Updated File Comments Rating
20 Aug 2011 LASRead Reads in files in LAS 1.1 format and outputs comma delimited text files. Author: Cici Alexander

LAS file formats 1.1 and 1.2 are so similar, that this m-file can read LAS1.2 files. Just change line 35 from:

if VersionMajor ~= 1 || VersionMinor ~= 1

to:

if VersionMajor ~= 1

and it will work!

19 Aug 2011 LASRead Reads in files in LAS 1.1 format and outputs comma delimited text files. Author: Cici Alexander

This is a very helpful file. Are you planning on unp-dating it to read LAS 1.2?

Comments and Ratings on Amy's Files View all
Updated File Comment by Comments Rating
02 Oct 2009 read_kml Reads a Google Earth .kml file into Matlab Author: Amy Farris Bizkevelci, Erdal
27 Jun 2008 read_kml Reads a Google Earth .kml file into Matlab Author: Amy Farris Artis, Evan

Testing it out.

23 Nov 2006 read_kml Reads a Google Earth .kml file into Matlab Author: Amy Farris Wood, Malcolm

Nice function. I think you could make it much more robust to mis-placed spaces by using "xmlread" and then the W3C XML-handling classes, e.g.:
>> doc = xmlread(fileName);
>> c = doc.getElementsByTagName('coordinates').item(0);
>> coord_str = c.getChildNodes().item(0).getData();
etc.

Top Tags Applied by Amy
earth, function, google earth, google earth plus, kml
Files Tagged by Amy
Updated   File Tags Downloads
(last 30 days)
Comments Rating
27 Nov 2006 read_kml Reads a Google Earth .kml file into Matlab Author: Amy Farris google earth, kml, read_kml, function, google earth plus, earth 22 2
  • 3.5
3.5 | 2 ratings

Contact us at files@mathworks.com