-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Respect user-specified coordinates attribute. (#3487)
* Respect user-specified coordinates attribute. * Add whats-new * Better if statement. * maybe it's better to not raise an error if "coordinates" in attrs. * tweak whats-new. * more thorough test. * Emit one "coordinates" warning per dataset, instead of one per variable. Also add stacklevel * Preserve attrs["coordinates"] when roundtripping with decode_coords=False * Avoid raising warnings. * fix whats-new * [minor] add comments * fix whats-new * Actually test global "coordinates" handling. * filerwarning not necessary. * Add comment * fix whats-new
- Loading branch information
Showing
5 changed files
with
93 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters