Filter the dictionary returned by pyferret.getdata PyFerret usually returns data with extra singlet dimension Need to filter those
Parameters: | var (dict) – as is returned by pyferret.getdata |
---|---|
Returns: | {‘data’: a numpy ndarray, ‘varname’: the name of the variable, ‘coords’: a list of numpy ndarrays for the dimensions, ‘dimunits’: a list of strings, the units for the dimensions, ‘dimnames’: a list of strings, the names for the dimensions} |
Return type: | dict |
Create a dictionary that resemble the Ferret data variable structure to be passed to pyferret.putdata
Parameters: |
|
---|---|
Returns: | dict |
Length of cartesian_axes, dimnames, dimunits and coords need to agree with the number of dimensions of data
A generic function that regrids a variable without the dependence of geodat.nc.Variable
Parameters: |
|
---|---|
Returns: | dict |
A generic function that regrids a variable without the dependence of geodat.nc.Variable
Parameters: |
|
---|---|
Returns: | dict |