* Fix :py:meth:`telluric.georaster.GeoRaster2.save` in order to take into account :code:`creation_options` argument (301)
0.13.7
============================
Changes -------
* Add :code:`try - except` clauses in the call to :py:func:`telluric.georaster._prepare_other_raster` inside :py:func:`telluric.georaster._prepare_rasters` to let the rest of the rasters merge even if an exception is raised because some rasters footprints intersect but they can't be cropped (299)
0.13.6
============================
Changes -------
* Check before calling :code:`reproject` if the cropped raster has 0 width or height in :py:meth:`telluric.georaster._prepare_other_raster` to avoid an exception for some corner cases when calling :py:meth:`telluric.georaster.merge_all` (296)
0.13.5
============================
Changes -------
* Fix memory leak in temporal rasters creation and deletion of :py:meth:`telluric.georaster.GeoRaster2._as_in_memory_geotiff` (294)
0.13.4
============================
Changes -------
* Set :code:`_dtype` attribute in image setter for :py:class:`~telluric.georaster.MutableGeoRaster` (289) * Set :code:`crs` as empty :code:`rasterio.crs.CRS()` instance instead of :code:`None` when image file has no CRS (292) * Make :py:meth:`telluric.georaster.GeoRaster2.resize` faster (293)
0.13.3
============================
Changes -------
* Add :code:`crop` parameter to :py:func:`telluric.georaster.merge_all` function (288)