Skip to content

Commit

Permalink
Update hotspot radii (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Jun 4, 2022
1 parent b02b7f9 commit 3d5fc7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coastlines/continental.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@
)
@click.option(
"--hotspots_radius",
default=[10000, 2000, 500],
default=[15000, 4000, 1000],
multiple=True,
help="The distance (in metres) used to generate coastal "
"change hotspots summary layers. This controls the spacing "
"of each summary point, and the radius used to aggregate "
"rates of change statistics around each point. "
"The default generates three hotspot layers with radii "
"10000 m, 2000 m and 500 m. To specify multiple custom "
"15000 m, 4000 m and 1000 m. To specify multiple custom "
"radii, repeat this argument, e.g. "
"`--hotspots_radius 1000 --hotspots_radius 5000`.",
)
Expand Down

0 comments on commit 3d5fc7a

Please sign in to comment.