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

Fix derivation of correct radius of influence when data layout is not standard #555

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Nov 17, 2023

  1. Make use of the fact that longitudes are an xarray data array, and us…

    …e 'y' dimension for rows/scanlines
    
    This makes the code resillient towards any other (awkward) data layout than the standard (where first dimension is usually the rows.
    
    
    Signed-off-by: Adam.Dybbroe <a000680@c21856.ad.smhi.se>
    Adam.Dybbroe committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    05d7e37 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Make code still work if lon,lat arrays are Numpy arrays

    Signed-off-by: Adam.Dybbroe <a000680@c21856.ad.smhi.se>
    Adam.Dybbroe committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    17aabb9 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Make code work evenb without xarray available, and skip verbose warning

    Signed-off-by: Adam.Dybbroe <a000680@c21856.ad.smhi.se>
    Adam.Dybbroe committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    a7650f4 View commit details
    Browse the repository at this point in the history