Skip to content

Commit

Permalink
nit changes done.
Browse files Browse the repository at this point in the history
  • Loading branch information
dabhicusp committed Dec 1, 2023
1 parent 690e4f5 commit 465e769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xee/ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 465e769

Please sign in to comment.