pytroll / trollflow2

Next generation Trollflow. Trollflow is for batch-processing satellite data using Satpy
https://trollflow2.readthedocs.org/
GNU General Public License v3.0
10 stars 15 forks source link

Add the aggregate plugin #91

Closed mraspaud closed 3 years ago

mraspaud commented 4 years ago

Working with SAR IW data, the data is simply to large to be useful. This plugin gives the possibility to aggregate the data before it's processed further.

codecov[bot] commented 4 years ago

Codecov Report

Merging #91 into master will increase coverage by 0.14%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #91      +/-   ##
==========================================
+ Coverage   92.29%   92.44%   +0.14%     
==========================================
  Files          10       10              
  Lines        1622     1654      +32     
==========================================
+ Hits         1497     1529      +32     
  Misses        125      125              
Impacted Files Coverage Δ
trollflow2/plugins/__init__.py 90.95% <100.00%> (+0.11%) :arrow_up:
trollflow2/tests/test_trollflow2.py 99.85% <100.00%> (+<0.01%) :arrow_up:

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 dfc7f06...163ba83. Read the comment docs.