-
Notifications
You must be signed in to change notification settings - Fork 10
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
Feature Request: Allow users to upload slope for tide correction. #282
Comments
@dbuscombe-usgs @mlundine when you plan to do tidally correction with time varying slopes what format will your data be in? What would be easiest to upload with CoastSeg? Would it be better to have a format like this? If the
|
I heard back from our team and they mentioned they wanted the format dates x transect_ids as a format as well. Below is an updated list of all the possible formats we should expect
If only one transect id is listed then that slope is used for tide correction for all the slopes
|
|
|
|
At many beaches the slope is not constant across the entire beach and can be fluctuate across the span of the time series. To account for this users should be able to upload their own beach slopes that can be specific to different regions on the beach or specific to different time periods. To make this easy users should be able to upload a CSV file that contains the slope for each transect and optionally a time that the slope is most associated with it.
Example 1: Slopes Specific to Each Transect with Specific Times
In this example CoastSeg will use the slope value that's closest in time to the time the shoreline was captured to perform tide correction. For example, for transect 2 slope 0.04 would be used for a shoreline captured 2021-04-07 or earlier, but for a shoreline captured 2021-04-08 or later the slope value of 0.03 would be used.
Example 2: Slopes Specific to Each Transect
For this example the slope for each transect will be used through the entire timeseries.
The text was updated successfully, but these errors were encountered: