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

Adapt remote (fsspec) file reading for newer pytroll-collector changes #150

Closed mraspaud closed 2 years ago

mraspaud commented 2 years ago

Recent changes in the pytroll-collector package regarding formatting of message for remote filesystems require trollflow2 to adapt. This PR implements the adaptation.

codecov[bot] commented 2 years ago

Codecov Report

Merging #150 (4999a72) into main (7ddcc5a) will increase coverage by 0.04%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #150      +/-   ##
==========================================
+ Coverage   95.58%   95.63%   +0.04%     
==========================================
  Files          11       11              
  Lines        2425     2449      +24     
==========================================
+ Hits         2318     2342      +24     
  Misses        107      107              
Flag Coverage Δ
unittests 95.63% <100.00%> (+0.04%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
trollflow2/launcher.py 87.71% <100.00%> (ø)
trollflow2/tests/test_launcher.py 98.07% <100.00%> (+0.11%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

mraspaud commented 2 years ago

@pnuu do you have any comments on this?