Julia Kent
Julia Kent
Similar to https://github.com/NCAR/ncar-python-tutorial/blob/master/README.md but only for personal computer (for beginner track day 1), tell people to go to miniconda download page, not having an environment for them (don't want to...
Here is the link to the blog, where the instructions will be hosted https://ncar.github.io/ncar-python-tutorial/
Also have them check git -version Everyone on Windows need to have a terminal, probably do already to access Cheyenne.
Also include getting Github account if they don't already.
I will have these written up in the self-paced script.
@dcherian I am interested in tackling with this issue, but am not familiar with facetgrid yet. Is this seaborn facetgrid? https://www.tutorialspoint.com/seaborn/seaborn_facet_grid.htm Is there a line of code that works as...
Thanks @dcherian! I think what I need to understand the most is the `map_dataarray` function. After some work yesterday (where I discovered that FacetGrid does not work with the most...
Thanks this helps clear it up a lot.
@dcherian I am confused by the mistake you mention. You are already defining fg (`fg = ds.air.isel(time=slice(6)).cf.plot(col="T", col_wrap=3)`) before the `map_dataarray` call. And we're after `fg.cf.map_dataarray(x="longitude", ...)` or `fg.map_dataarray(x="longitude", ...)`?...
So one clue I've found so far is that ```gb = da.cf.groupby("T") gb ``` returns ``` --- CF-xarray wrapped DataArrayGroupBy, grouped over 'time' 6 groups with labels 2013-01-01, ..., 2013-01-02T0.......