google / Xee

An Xarray extension for Google Earth Engine
Apache License 2.0
240 stars 28 forks source link

CRS Attribute value updated. #110

Closed dabhicusp closed 8 months ago

dabhicusp commented 9 months ago

Fixed: #108

The current code updated all the data in the EPSG:4326(Default) or user-defined CRS format but not updated the value of the CRS attribute and the attribute's value is same as in the actual data. So a dataarray within a dataset has different CRS attribute value.

A quick one-line fix is needed to update the value of the CRS attribute, ensuring that it accurately represents the modified data.