|
|
@ -11,8 +11,8 @@ def call_lastools(tool_name, input, output=None, args=None, verbose=True):
|
|
|
|
|
|
|
|
|
|
|
|
Args:
|
|
|
|
Args:
|
|
|
|
tool_name: name of lastools binary
|
|
|
|
tool_name: name of lastools binary
|
|
|
|
input: bytes from stdout, or path to main input data
|
|
|
|
input: bytes from stdout, or path to main input data
|
|
|
|
output: '-stdout' to pipe output, or path to main output data
|
|
|
|
output: '-stdout' to pipe output, or path to main output data
|
|
|
|
args: list of additional arguments, formatted for lastools
|
|
|
|
args: list of additional arguments, formatted for lastools
|
|
|
|
verbose: show all warnings and messages from lastools (boolean)
|
|
|
|
verbose: show all warnings and messages from lastools (boolean)
|
|
|
|
|
|
|
|
|
|
|
@ -139,8 +139,8 @@ def update_survey_output(df, output_dir):
|
|
|
|
"""Update survey profile output csv files with current survey.
|
|
|
|
"""Update survey profile output csv files with current survey.
|
|
|
|
|
|
|
|
|
|
|
|
Args:
|
|
|
|
Args:
|
|
|
|
df: dataframe containing current survey elevations
|
|
|
|
df: dataframe containing current survey elevations
|
|
|
|
output_dir: directory where csv files are saved
|
|
|
|
output_dir: directory where csv files are saved
|
|
|
|
|
|
|
|
|
|
|
|
Returns:
|
|
|
|
Returns:
|
|
|
|
None
|
|
|
|
None
|
|
|
|