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

Modify the extract shorelines to not require transects #249

Open
2320sharon opened this issue May 7, 2024 · 0 comments
Open

Modify the extract shorelines to not require transects #249

2320sharon opened this issue May 7, 2024 · 0 comments
Labels
good first issue Good for newcomers V3

Comments

@2320sharon
Copy link
Collaborator

This modification of the extract_all_shorelines function would allow users to extract 2D shorelines even if no transects were provided.
If the user did not provide transects then none of the shoreline change along the transect files would be generated. This would also mean the user could not compute the tide correction. Only the files related to the 2D shorelines and the config files will be created in this scenario.

To make this change possible before the intersections with the transects are run the function would need to return. Additionally, the function validate_extract_shoreline_inputs , which is called in the extract_all_shorelines function would need to modified to not raise an error if the transects are not present. The rest of the workflow would need to be tested to make sure no other processes break if no transects are present.

@2320sharon 2320sharon added good first issue Good for newcomers V3 labels May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers V3
Projects
Status: No status
Development

No branches or pull requests

1 participant