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

Depth column entries can have at most two digits before the decimal. #30

Open
redur opened this issue Apr 8, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@redur
Copy link
Contributor

redur commented Apr 8, 2024

Currently depth column entries cannot exceed a value of 99. (and values after the decimal). If there are more than three digits, a decimal is inserted. E.g. 102 --> 1.02.

The code responsible for that behavior is: stratigraphy.util.find_depth_columns.depth_column_entries.value_as_float.

The reason for the behavior is, that ocr sometimes misses a , and then the current behavior corrects this case.

Also, for depth layers, 100.00 is converted to 1.00.0.

@redur redur added the bug Something isn't working label Apr 8, 2024
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
None yet
Development

No branches or pull requests

1 participant