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

Improve documentation adding example on how to configure for watching for data in EUM Data Store #46

Open
adybbroe opened this issue Jan 14, 2025 · 0 comments · May be fixed by #47
Open
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@adybbroe
Copy link

I am missing an example config on how I would use the watcher to look for new data in the EUMETSAT Data Store, here:
https://pytroll-watchers.readthedocs.io/en/latest/backends.html#module-pytroll_watchers.datastore_watcher

So, with some help I have created this yaml config file that works for my case:

backend: datastore
fs_config:
  search_params:
    collection: "EO:EUM:DAT:0905"
  polling_interval:
    minutes: 5
  start_from:
    hours: 6
  ds_auth:
    netrc_host: api.eumetsat.int

publisher_config:
  name: <my watcher publisher name>
  nameservers: false
  port: <my port number>
message_config:
  subject: /my/datastore/watcher/topic
  atype: file
  data:
    sensor: aws
    platform_name: AWS1
    variant: GDS
@adybbroe adybbroe added the documentation Improvements or additions to documentation label Jan 14, 2025
@adybbroe adybbroe self-assigned this Jan 14, 2025
@adybbroe adybbroe changed the title Improve documentation with example on configuring for EUM Data Store watching Improve documentation adding example on how to configure for watching for data in EUM Data Store Jan 14, 2025
@mraspaud mraspaud linked a pull request Jan 17, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant