Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show non-significant (i.e. net-stable) points in WMS #40

Closed
robbibt opened this issue Sep 28, 2021 · 0 comments
Closed

Show non-significant (i.e. net-stable) points in WMS #40

robbibt opened this issue Sep 28, 2021 · 0 comments
Assignees

Comments

@robbibt
Copy link
Collaborator

robbibt commented Sep 28, 2021

This would allow users to click on a non-eroding or non-prograding beach and still get an informative graph back showing temporal change.

This would be particularly useful for wave-dominated beaches without persistent temporal trends, or where coastline movement is driven by fluctuating climatic drivers.

A mockup of how this would function (see also #39, #30, #29):

if wms_t_sig:

    if wms_t_grew:
        beach grew by wms_t_abs (+- wms_t_conf) 
    
    if wms_t_retr:
        beach eroded by wms_t_abs (+- wms_t_conf) 
    
    if wms_t_less:
        this rate was smaller than X warning        
    
if wms_t_nsig:

    beach was net stable since 1988 (e.g. no retreating or growing trend)
@robbibt robbibt self-assigned this Sep 28, 2021
@robbibt robbibt added this to In progress in DEA CoastLines v1.1.0 Sep 28, 2021
@robbibt robbibt moved this from In progress to Done in DEA CoastLines v1.1.0 Dec 1, 2021
@robbibt robbibt closed this as completed Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

1 participant