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

Access Converter Breaks with multiple measurements of XS in the same survey #33

Closed
philipbaileynar opened this issue Jul 29, 2019 · 2 comments
Labels
bug Something isn't working question Further information is requested

Comments

@philipbaileynar
Copy link

Originally reported as part of #29 this issue is actually a distinct problem with the data in some older cross section databases. The following error message was received by both @JohnShelley and Gene Spangrude using the same Kansas River database.

2019_07_29_155409

The problem is that version 1 of the Cross Section Viewer software allowed a single survey to capture the same cross section multiple times. In the Kansas River database that produced this error there are five cross sections that are captured twice during a particular survey. I don't know if this is an error or by design.

2019_07_29_155007

Version 2 of the software is more restrictive and only allows a single copy of a cross section within each survey.

The problem with allowing multiple cross sections in a single survey is that there's no way for the longitudinal tools to determine which version of the cross section to use during calculations.

How should we proceed:

  1. Allow multiple representations of a single cross section within each survey.
  2. Implement a warning in the converter that tells the user to separate their data into separate surveys before attempting to convert the data.
@philipbaileynar philipbaileynar added bug Something isn't working question Further information is requested labels Jul 29, 2019
@JohnShelley
Copy link

Philip,

I think we just need a more descriptive error and for those of us with problems like that in the database to know how to remove the duplicates.

Allowing multiples of the same cross section in the same survey is not needed.

-John

@philipbaileynar
Copy link
Author

Here is the new online help section that shows the more specific warning message as well as describing two solutions.

http://xsviewer.northarrowresearch.com/Online_Help/File_Menu/convert_database.html#duplicate-cross-sections

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants