Imports
%matplotlib inline
import matplotlib_inline
import matplotlib.pyplot as plt
import geopandas as gpd
import warnings
import matplotlib.pyplot as plt
# from enrich.console import Console, get_theme
'svg')
matplotlib_inline.backend_inline.set_matplotlib_formats(from ClimRR.data import DATA_DIR
from ClimRR import get_logger, set_plot_style
set_plot_style()= get_logger('ClimRR')
log from rich.console import Console as rConsole
from enrich.style import STYLES
from rich.theme import Theme
= Theme(STYLES)
theme = get_logger('ClimRR')
log = rConsole(theme=theme, log_path=False, markup=True) console
Using updated plot style for matplotlib