Skip to content
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

Fix attributes not being preserved when adding overlays or decorations #469

Merged
merged 1 commit into from
Oct 16, 2018

Conversation

djhoese
Copy link
Member

@djhoese djhoese commented Oct 16, 2018

See #464 for details. Basically using save_datasets or any filename pattern will fail when adding coastlines or decorations because the attributes weren't be preserved and the filename formatting was failing.

@codecov
Copy link

codecov bot commented Oct 16, 2018

Codecov Report

Merging #469 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #469   +/-   ##
=======================================
  Coverage   73.52%   73.52%           
=======================================
  Files         135      135           
  Lines       17805    17805           
=======================================
  Hits        13091    13091           
  Misses       4714     4714
Impacted Files Coverage Δ
satpy/writers/__init__.py 75.69% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9062fb7...8bf04cd. Read the comment docs.

@djhoese djhoese merged commit 1942298 into pytroll:master Oct 16, 2018
@djhoese djhoese deleted the bugfix-overlay-attrs branch October 16, 2018 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drawing coastlines/borders with save_datasets
1 participant