pytroll / pytroll-collectors

Collector modules for Pytroll
GNU General Public License v3.0
3 stars 18 forks source link

Feature limit gatherer by schedules #53

Closed TAlonglong closed 3 years ago

TAlonglong commented 4 years ago

Download ears schedules from EUM, parse and limit planned_granule_times.

codecov[bot] commented 4 years ago

Codecov Report

Merging #53 into master will decrease coverage by 0.23%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #53      +/-   ##
=========================================
- Coverage    4.21%   3.97%   -0.24%     
=========================================
  Files          18      20       +2     
  Lines        2896    3066     +170     
=========================================
  Hits          122     122              
- Misses       2774    2944     +170
Impacted Files Coverage Δ
pytroll_collectors/tests/test_harvest_schedules.py 0% <0%> (ø)
pytroll_collectors/harvest_schedules.py 0% <0%> (ø)
pytroll_collectors/region_collector.py 0% <0%> (ø) :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 d283bb4...9d44c6c. Read the comment docs.

TAlonglong commented 4 years ago

Thanks.

For the test I think it will be some time before I can do this.

adybbroe commented 4 years ago

Any progress recently here? @TAlonglong can you have a look ?

pnuu commented 3 years ago

As (briefly) discussed on Slack, I'll re-implement this feature on top of the refactoring being done on #85 . Rebasing/merging will make things unnecessarily complicated, so starting a new PR will be the easier route. I'll leave this open so it's easier to find, but convert to a draft.

pnuu commented 3 years ago

Superseded by #90