easysnowdata.hydroclimatology.get_koppen_geiger_classes#
- easysnowdata.hydroclimatology.get_koppen_geiger_classes(bbox_input: GeoDataFrame | tuple | BaseGeometry | None = None, resolution: str = '0.1 degree', **kwargs) DataArray[source]#
Deprecated since version 0.1.0: easysnowdata.hydroclimatology.get_koppen_geiger_classes is deprecated since easysnowdata 0.1.0 and will be removed in 0.3.0. Use easysnowdata.climate.koppen_geiger.load instead. The new loader adds period= and scenario= (the archive’s other 30-year periods and CMIP6 projections) and returns CF flag attrs instead of class_info/cmap/example_plot; plot it with easysnowdata.plotting.categorical().
Deprecated alias of
easysnowdata.climate.koppen_geiger.load().Returns the 1991-2020 classes at resolution, as before. The
class_info,cmapandexample_plotattrs are gone (design contract §2.5: nothing in.attrsis a Python object); the classes are now CFflag_values/flag_meanings/flag_colorsandeasysnowdata.plotting.categoricaldraws the legend.