Closed juliettelavoie closed 1 year ago
For comments on template docs, see PR#235. If there is no more comments on the rest, I will merge.
For comments on template docs, see PR#235. If there is no more comments on the rest, I will merge.
Fine with me!
Pull Request Checklist:
number
) and pull request (:pull:number
) has been added.What kind of change does this PR introduce?
*Many small change to help my workflow work better.
copy
tomove_and_delete
is useful for taking everything in a directory and adding files inside an already existing structure with other files.var_as_str
toget_cat_attrs
is useful to automatically write paths without parenthesis. Before:('tasmin',)_CanESM5.zarr
After: tasmin_CanESM5.zarr`restrict_years
tocompute_indicators
is useful to reproduce exactly xclim's output. I want to redo exactly somehting that was done pre-xscen. The default is still to cut the nans, but this makes it possible to keep them.Does this PR introduce a breaking change?
no ( if you had a workflow writting a path with the tuple, it will be broken but I doubt anyone did that).
Other information: