Tidy up docstrings

etta-drone
Dan Howe 6 years ago
parent cf386fa875
commit 5484568ce5

@ -11,8 +11,8 @@ def call_lastools(tool_name, input, output=None, args=None, verbose=True):
Args:
tool_name: name of lastools binary
input: bytes from stdout, or path to main input data
output: '-stdout' to pipe output, or path to main output data
input: bytes from stdout, or path to main input data
output: '-stdout' to pipe output, or path to main output data
args: list of additional arguments, formatted for lastools
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.
Args:
df: dataframe containing current survey elevations
output_dir: directory where csv files are saved
df: dataframe containing current survey elevations
output_dir: directory where csv files are saved
Returns:
None

Loading…
Cancel
Save