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

split atmostpheric products by variables and time #760

Open
2 tasks
sbrunato opened this issue Jul 11, 2023 · 0 comments · May be fixed by #889
Open
2 tasks

split atmostpheric products by variables and time #760

sbrunato opened this issue Jul 11, 2023 · 0 comments · May be fixed by #889
Assignees
Labels
dedl DEDL related enhancement New feature or request pending Waiting for further information / action
Projects

Comments

@sbrunato
Copy link
Collaborator

sbrunato commented Jul 11, 2023

Split atmostpheric products (from cop_ads, cop_cds, ecmwf) by variables and time.

  • EOProducts split by time. Use a new plugin parameter to make the time delta configurable (split disabled if empty):

    api: !plugin
      type: CdsApi
      products_split_timedelta:
        # dateutil.relativedelta kwargs
        month: 1
  • EOProducts.assets split by variables. Make separate variables available through assets once download assets subset #721 is done. Variables parameter should be identified through a new plugin parameter:

    api: !plugin
      type: EcmwfApi
      assets_split_parameter: param
    # and
    api: !plugin
      type: CdsApi
      assets_split_parameter: variable

image
Assets split must also be configurable by product type (see CDS product types) to handle various parameters / variables combinations.

Use product types specific constraints to generate appropriate items:

@sbrunato sbrunato added the enhancement New feature or request label Jul 11, 2023
@sbrunato sbrunato added this to Needs Triage in eodag.* via automation Jul 11, 2023
@sbrunato sbrunato moved this from Needs Triage to priority::2 in eodag.* Jul 11, 2023
@sbrunato sbrunato moved this from priority::2 to To Do in eodag.* Jul 28, 2023
@jlahovnik jlahovnik self-assigned this Aug 23, 2023
@sbrunato sbrunato moved this from To Do to In Progress in eodag.* Sep 29, 2023
@alambare-csgroup alambare-csgroup added the dedl DEDL related label Nov 16, 2023
@jlahovnik jlahovnik linked a pull request Nov 21, 2023 that will close this issue
@sbrunato sbrunato added the pending Waiting for further information / action label Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dedl DEDL related enhancement New feature or request pending Waiting for further information / action
Projects
No open projects
eodag.*
  
In Progress
Development

Successfully merging a pull request may close this issue.

3 participants