pytroll / pytroll-product-filter

A pytroll posttroll runner that takes in (EUMETCast) product files and sends them on to final destinations on disk if the data covers the area of interest (determined from metadata in the filename)
GNU General Public License v3.0
1 stars 3 forks source link

Publish results #4

Open adybbroe opened 1 year ago

adybbroe commented 1 year ago

This PR adds the publication of the resulting files. Also all references to "SIR" is now removed. Files that passes the filter (on area coverage) are stored in a destination directory and Posttroll messages are published.

adybbroe commented 12 months ago

Thanks for working on this and taking the opportunity to refactor a bit. Any change we get a test for this feature?

Yeah, it is a valid question. The project is so far untested! However, I think the project can be closed soon and its functionality be replaced by a Pytroll gatherer and a file dispatcher. So, I am not so keen on spending much more effort on this code base.