Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove references to removed plugins #221

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions doc/source/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -273,16 +273,6 @@ Options:
than defined, the data are not processed for this area. By default
process all areas.

Platform name check
*******************

The ``check_platform`` plugin can be used to check that the platform
name in the incoming message is in the configured list of platforms.
The best place for this plugin is before any data handling is done.

Options:
- ``processed_platforms: null`` - A list of allowed platform names. By
default (``null``) all platforms are processed.

Metadata checks
***************
Expand Down
2 changes: 0 additions & 2 deletions doc/source/product_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ Example
fname_pattern: "{start_time:%Y%m%d_%H%M}_{platform_name:s}_{productname:s}_{variant:s}.{format}"

workers:
- fun: !!python/name:trollflow2.plugins.check_platform
- fun: !!python/name:trollflow2.plugins.check_sensor
- fun: !!python/name:trollflow2.plugins.create_scene
- fun: !!python/name:trollflow2.plugins.check_sunlight_coverage
- fun: !!python/name:trollflow2.plugins.covers
Expand Down
Loading