diff --git a/src/data/profile_features.py b/src/data/profile_features.py index 02ee7d5..78ba406 100644 --- a/src/data/profile_features.py +++ b/src/data/profile_features.py @@ -147,7 +147,7 @@ def parse_profile_features(df_sites, df_profiles, dune_crest_shp, dune_toe_shp): return df_profile_features -@click.command(short_help='create .csv of dune toe and crest positions') +@click.command(short_help="create .csv of dune toe and crest positions") @click.option("--dune-crest-shp", required=True, help=".csv file to convert") @click.option("--dune-toe-shp", required=True, help="where to store .shp file") @click.option("--sites-csv", required=True, help="where to store .shp file")