Skip to content

Commit

Permalink
value of the crs is updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
dabhicusp committed Nov 30, 2023
1 parent 49d82f8 commit 690e4f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xee/ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +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
encoding = {
'source': attrs['id'],
'scale_factor': arr.scale,
Expand Down

0 comments on commit 690e4f5

Please sign in to comment.