From 5484568ce5967a10377ab147bdd817bea8a83da1 Mon Sep 17 00:00:00 2001 From: Dan Howe Date: Mon, 2 Jul 2018 11:33:48 +1000 Subject: [PATCH] Tidy up docstrings --- survey_tools.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/survey_tools.py b/survey_tools.py index a5bd806..9803736 100644 --- a/survey_tools.py +++ b/survey_tools.py @@ -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