-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encoding lost upon concatenation #1297
Comments
This is more serious when we are concatenating datasets, because then the encoding is lost for each containing data-array… |
I guess I'm not opposed to this per se, but preserving |
Mine retains it always upon concatenation, but if you prefer we could add an argument |
No, I'm happy with your fix here. I'd rather keep |
* datasets/dataset.py(DatasetDeque.move): - Workaround for xarray bug causing encoding to be lost upon concatenation pydata/xarray#1297 git-svn-id: https://arts.mi.uni-hamburg.de/svn/rt/typhon/trunk@10360 aaf1aab0-4228-0410-ad68-8dceda47f409
In order to maintain a list of currently relevant issues, we mark issues as stale after a period of inactivity If this issue remains relevant, please comment here or remove the |
closed via #1297 |
When using
xarray.concat
, attributes are retained, but encoding information is not. I believe encoding information should be retained, at least optionally.The text was updated successfully, but these errors were encountered: