So we can do `slope_raster = slope_raster.astype("float32")` Instead of `slope_raster.arr = slope_raster.arr.astype("float32")` Useful for method chaining. Similar to `to_crs` and other cleanup methods