cf-xarray icon indicating copy to clipboard operation
cf-xarray copied to clipboard

an accessor for xarray objects that interprets CF attributes

Results 93 cf-xarray issues
Sort by recently updated
recently updated
newest added

Bumps [mamba-org/provision-with-micromamba](https://github.com/mamba-org/provision-with-micromamba) from 12 to 13. Release notes Sourced from mamba-org/provision-with-micromamba's releases. v13 Fix channels and channel-priority settings Support linux-aarch64 and osx-arm64 runners Support sel(unix) Commits a319a81 Readme updates (#88)...

dependencies

Somehow I'm the only one wiht pypi priveleges. @kthyng @aulemahal @malmans2 could you reply wiht your PyPI and RTD usernames please? Mattia, you're already on the RTD list so I...

Given the following sample data: ```python import numpy as np import xarray as xr import cf_xarray lev = np.arange(1, 11) lev = xr.DataArray(lev, dims='lev', attrs={'units': 'km', 'axis': 'Z'}) data =...

enhancement
help wanted

Hey all, thank for this, i greatly appreciate `cf_xarray`! I have one thing, since i work a lot with CORDEX curvilinear grids and 2D coordinates (and bounds). There is some...

#199 Now support CF flag variables encoding for mutually exclusive flags ('flag_values' attribute), independent flags ('flag_masks' attribute) or a mix of both (both attributes present). - Change `create_flag_dict()`. The dictionnary...

I know this isn't good form, but I am going to describe my problem to see if anyone has an idea of a direction to go, without a good example...

documentation

From http://cfconventions.org/Data/cf-conventions/cf-conventions-1.8/cf-conventions.html#flags ``` python int basin(lat, lon); standard_name: region; flag_values: 1, 2, 3; flag_meanings:"atlantic_arctic_ocean indo_pacific_ocean global_ocean"; data: basin: 1, 1, 1, 1, 2, ..... ; ``` It'd be nice to...

help wanted

Allow calculating parameterized vertical coordinates using `ds.cf.decode_aux_coords() -> Dataset` CF: http://cfconventions.org/Data/cf-conventions/cf-conventions-1.8/cf-conventions.html#parametric-v-coord Iris: https://scitools.org.uk/iris/docs/latest/iris/iris/aux_factory.html

good first issue
help wanted