We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using the method get_cumulative_layer_thickness like e.g. so:
get_cumulative_layer_thickness
gdn_data_selection.get_cumulative_layer_thickness("lith", "Z", include_in_header=True)
You will get NaN-values for boreholes with no "Z" layers. This should be 0.
Note that for get_layer_top getting NaN-values is wanted behaviour
get_layer_top
The text was updated successfully, but these errors were encountered:
Fixed in commit 008403f
Sorry, something went wrong.
No branches or pull requests
When using the method
get_cumulative_layer_thickness
like e.g. so:gdn_data_selection.get_cumulative_layer_thickness("lith", "Z", include_in_header=True)
You will get NaN-values for boreholes with no "Z" layers. This should be 0.
Note that for
get_layer_top
getting NaN-values is wanted behaviourThe text was updated successfully, but these errors were encountered: