Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. ## General Instructions for taking fall and winter las files --> rasterizing --> snow depth[ing]
  2. + ** read in las file **
  3. - check header file to determine: number of columns, variables and data type of each column:
  4. ` pts=textscan(file, '%f %f %f %*f %*f %u8','Headerlines',2,'CollectOutput',1) `
  5. use appropriate number of %f and %u8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement