Skip to content

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)

License

Notifications You must be signed in to change notification settings

pytroll/pytroll-product-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytroll-product-filter

About

Take a (EUMETCast disseminated) satellite product file and send it on to a configurable set of destinations if it covers a configurable area of interest. Uses only the filename to determine the coverage, thus requiring at a minimum the platform name and the start time (and preferably also the end time) in the filename.

System Requirements

Installation

Developer Mode Installation

👉 For those who need/wish to make changes to pytroll-product-filter's source code, or use code from a different branch than master.

poetry install

Installing in "developer mode" means that changes made in any of the package's source files become visible as soon as the package is reloaded.

If you have problems installing poetry, you can install in development mode using pip (>= v22.2.2) as follows:

pip install -e .
Regular Installation From Downloaded Source

👉 For those who have pytroll-product-filter's source code in a local directory, wish to install it from there, but also don't want to modify any code.

pip install .

About

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)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages