Skip to content
Snippets Groups Projects
Commit e2376ab9 authored by Maciej Wielgosz's avatar Maciej Wielgosz
Browse files

version update

parent 9bfd24c0
Branches
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@ import numpy as np
import pandas as pd
import laspy
# works with laspy 2.1.2
def las_to_pandas(las_file_path, csv_file_path, save_csv=True):
"""
Reads a LAS file and converts it to a pandas dataframe, then saves it to a CSV file.
......
......@@ -2,6 +2,7 @@ import laspy
import pandas as pd
import numpy as np
# works with laspy 2.1.2
def pandas_to_las(csv, las_file_path, csv_file_provided=True, verbose=False):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment