|
|
|
@ -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")
|
|
|
|
|