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

Fixes to transect extraction and plotting #534

Merged
merged 2 commits into from
Oct 28, 2023

Commits on Oct 28, 2023

  1. Fix sorting of transect intersections

    Sometimes, when a segment of a transect ends exactly at an
    intersection with a cell edge, there are redundant intersection
    points in the list.  This merge removes those redundant points.
    
    This merge also fixes some index arrays that were previously type
    float but should be int.
    xylar committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    6e1ccbe View commit details
    Browse the repository at this point in the history
  2. Fix interpolation of SSH to transects

    This merge fixes masking of the SSH to ignore cells where
    maxLevelCell=0
    xylar committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    525e376 View commit details
    Browse the repository at this point in the history