MCPcopy
hub / github.com/pydata/xarray / inds_to_season_string

Function inds_to_season_string

xarray/groupers.py:716–718  ·  view source on GitHub ↗
(asints: tuple[tuple[int, ...], ...])

Source from the content-addressed store, hash-verified

714
715
716def inds_to_season_string(asints: tuple[tuple[int, ...], ...]) -> tuple[str, ...]:
717 inits = "JFMAMJJASOND"
718 return tuple("".join([inits[i_ - 1] for i_ in t]) for t in asints)
719
720
721def is_sorted_periodic(lst):

Callers 1

find_independent_seasonsFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…