xarray_eop.verification.compare

xarray_eop.verification.compare#

Functions

bitwise_statistics(dt)

Compute bitwise statistics on all the variables of a datatree.DataTree.

bitwise_statistics_over_dataarray(array)

Compute bitwise statistics over a dataarray

count_outliers(err, threshold)

For all variables of a xarray.Dataset/datatree.DataTree, count the number of outliers, exceeding the threshold value

drop_coordinates(ds)

Remove all coordinates of a `datatree.DataTree

drop_duplicates(ds)

Drop duplicate values

encode_time(ds)

encode_time_dataset(ds)

encode_time_datatree(dt)

get_leaf_paths(paths)

Given a list of tree paths, returns leave paths

parse_cmp_vars(reference, new, cmp_vars)

Parse command-line option cmp-vars

product_exists(input_path[, secret])

Check if input product exists wheter it is on filesystem or object-storage

sort_datatree(tree)

Alphabetically sort datatree.DataTree nodes by tree name

variables_statistics(dt, threshold)

Compute statistics on all the variables of a datatree.DataTree Note that this function triggers the dask.array.compute()