-------------------
Internal Changes
~~~~~~~~~~~~~~~~
- When combining the responses, now ``dask`` handles data chunking more efficiently.
This is especially important for handling large responses from WMS services.
- Improve type hints for CRS-related arguments of all functions by including string,
integer, and ``pyproj.CRS`` types.
- In ``gtiff2xarray`` use ``rasterio`` engine to make sure all ``rioxarray`` attrs
are read.