Introducing gridpp 0.7.0 #97
tnipen
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Gridpp version 0.7.0 is the latest release and was released January 25, 2024. For a full tutorial on how to use it, check out the wiki page at https://github.com/metno/gridpp/wiki.
New features:
mask_threshold_downscale_quantile
to compute quantiles and downscale in one go (thanks @LonnekevB)RandomChoice
statistic. For functions that compute statistics on vectors, this allows you to randomly pick an element in the vector.neighbourhood_score
function that computes a verification score for all observations in a neighbourhoodgridding
andgridding_nearest
methods that takes points as inputs and points as outputapply_curve
Grid
orPoints
objects with undefined (e.g. NaN) coordinatesBug fixes:
bilinear
interpolation for unusual cases (polar stereographic case covering the north pole; thanks @trygveasp)optional_interpolation_full
for points (thanks Christoph Herbert and Ewan Pinnington)Beta Was this translation helpful? Give feedback.
All reactions