Changes
=======
- ENH: Added `rio.estimate_utm_crs` (issue 181)
- ENH: Add support for merging datasets with different CRS (issue 173)
- ENH: Add support for using dask in `rio.to_raster` (issue 9, pull 219, pull 223)
- ENH: Use the list version of `transform_geom` with rasterio 1.2+ (issue 180)
- ENH: Support driver autodetection with rasterio 1.2+ (issue 180)
- ENH: Allow multithreaded, lockless reads with `rioxarray.open_rasterio` (issue 214)
- ENH: Add support to clip from disk (issue 115)
- BUG: Allow `rio.write_crs` when spatial dimensions not found (pull 186)
- BUG: Update to support rasterio 1.2+ merge (issue 180)
Acknowledgements
================
A total of 3 people contributed patches to this release. People with a
"+" by their names contributed a patch for the first time.
* David Hoese +
* Tom Augspurger +
* Alan D. Snow
Other contributions:
* Justin Gruca - PR reviews