Open
Description
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 to start. I am using several libraries together and making an example case seems difficult.
Here is the base question though:
ds['zeta'].cf['longitude']
worked but ds.cf['sea_surface_height_above_mean_sea_level'].cf['longitude']
did not
in other words, when I used the variable name to access a variable in my dataset, cf-xarray knew the mapping for longitude
. But, when I referred to the variable by its standard name that cf-xarray recognized, cf-xarray did not then know the mapping for longitude
. This seems weird right? Any ideas of what could be wrong?