Tag: text files

  • Importing data from a text file

    The problem We have been given a text file with some survey data in it.  While you can easily read text files in Muk3D the general expectation is that the first 3 columns are x,y,z (values can be separated by spaces, commas, or tabs). In this example file, the first column is a point classification,…