v0.6.1 #52
stefraynaud
started this conversation in
General
v0.6.1
#52
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New features
xoa.open_data_sample
that is emitted when the request edfileis not an internal data sample [Add a warning to open_data_sample #47].
xoa.plot.add_shadow
,xoa.plot.add_glow
andxoa.plot.add_lightshading
function to add path effects to plots [Add path effects #44].xoa.plot.plot_ts
function to make T-S diagrams [Add plot_ts #43].xoa.filter.demerliac
function to apply a Dermerliac filterto time serie [Demerliac #41].
xoa.filter.convolve
through thena_thres
parameter [Demerliac #41].
xoa.geo.cdist
andxoa.geo.pdist
functions to computehaversine distances respectively between two dataset and with a dataset [Krig #40].
xoa.coords.geo_stack
function to stack longitudes and latitudesinto another dimension, in a dataset or data array [Krig #40].
xoa.filter.decimate
function to crudely undersample a geographicdataset or data array with a radius of proximity [Krig #40].
xoa.geo.get_distances
to compute the Haversine distances betweenlocations inside a single dataset or between txo datasets [Krig #40].
xoa.krig.empirical_variogram
function to estimate variogram parameters.xoa.krig.VariogramModel
to manage a variogram model [Krig #40].xoa.krig.Kriger
andxoa.krig.krig
to perform kriging [Krig #40].exclude
option to data var and coordinate specifications ofxoa.cf.CFSpecs
instances [Add exclude #38].Breaking changes
xoa.filter.convolve
since
na_thres
is set to zero by default [Krig #40].gsw
package.Bug fixes
xoa.regrid.regrid1d
so that it works now with time coordinates [Add support for time coordinates to regrid1d #48].xoa.regrid.grid2loc
so that it works with scalar output coordinates.xoa.regrid.regrid1d
to prevent conflict in the presence of MultiIndexes.xarray.DataArray.stack
.Documentation
This discussion was created from the release v0.6.1.
Beta Was this translation helpful? Give feedback.
All reactions