pytroll / fogpy

Satellite based fog and low stratus detection and nowcasting
http://fogpy.readthedocs.io/en/latest
GNU General Public License v3.0
20 stars 10 forks source link

Adapt compositor for new satpy dataid #79

Closed gerritholl closed 4 years ago

gerritholl commented 4 years ago

With the upcoming satpy changes replacing datasetids by dataids (see https://github.com/pytroll/satpy/pull/1088), attributes on compositors are no longer guaranteed. Adapt their copying to not assume they are present in the first place.

codecov[bot] commented 4 years ago

Codecov Report

Merging #79 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #79   +/-   ##
=======================================
  Coverage   69.21%   69.21%           
=======================================
  Files          16       16           
  Lines        3843     3843           
=======================================
  Hits         2660     2660           
  Misses       1183     1183           
Impacted Files Coverage Δ
fogpy/composites.py 99.00% <100.00%> (ø)

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 52288f0...2900333. Read the comment docs.