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

Shoreline Intersection Points appearing at incorrect transects in raw_transect_time_series_merged.csv #265

Closed
2320sharon opened this issue Jul 2, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@2320sharon
Copy link
Collaborator

No description provided.

@2320sharon 2320sharon added the bug Something isn't working label Jul 2, 2024
@2320sharon 2320sharon self-assigned this Jul 2, 2024
@2320sharon
Copy link
Collaborator Author

This issue was caused in add_shore_points_to_timeseries where idx = timeseries_data['transect_id'].str.contains(transect_id) was selecting not the extract transect id and would sometimes overwrite existing transects with similar ids. To fix this issue, that line was replaced with idx = timeseries_data['transect_id']==transect_id

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

1 participant