From 465e7691def208eefed688b29ba9802de71ef2d4 Mon Sep 17 00:00:00 2001 From: dabhicusp Date: Fri, 1 Dec 2023 06:34:15 +0000 Subject: [PATCH] nit changes done. --- xee/ext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xee/ext.py b/xee/ext.py index 359e522..00d5c5c 100644 --- a/xee/ext.py +++ b/xee/ext.py @@ -505,7 +505,7 @@ def open_store_variable(self, name: str) -> xarray.Variable: x_dim_name, y_dim_name = self.dimension_names dimensions = [self.primary_dim_name, x_dim_name, y_dim_name] attrs = self._make_attrs_valid(self._band_attrs(name)) - attrs['crs'] = self.crs + attrs['crs'] = str(self.crs) encoding = { 'source': attrs['id'], 'scale_factor': arr.scale,