Hello,
I tried following the steps in the documentation here:
https://salem.readthedocs.io/en/latest/plotting.html#plotting-with-salem
However, when running the line:
ds.T2C.isel(time=1).salem.quick_map();
I encountered the following error:
ImportError: cannot import name 'cascaded_union' from 'shapely.ops'
(/home/username/miniconda3/envs/geocat/lib/python3.12/site-packages/shapely/ops.py)
Could you please advise on how to resolve this issue?
Thank you.