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

Move specific xcube gen input processors into separate repos #49

Closed
forman opened this issue May 6, 2019 · 2 comments · Fixed by #73
Closed

Move specific xcube gen input processors into separate repos #49

forman opened this issue May 6, 2019 · 2 comments · Fixed by #73
Assignees
Labels
enhancement New feature or request important This is very important for the project xcube gen This is related to data cube generation, CLI "xcube gen"

Comments

@forman
Copy link
Member

forman commented May 6, 2019

xcube gen input processor implementations are often very specific with respect to the supported data input format. Some of them require physical datasets for testing to be included in the sources. xcube on the other hand provides a generic API and CLI and does not rely on physical test datasets.

Input processors are also developed by different development teams and should therefore have different repositories with own responsibilities and issues.

Move specific input processors should be moved into separate repositories.

@forman forman added enhancement New feature or request important This is very important for the project labels May 6, 2019
@forman
Copy link
Member Author

forman commented May 6, 2019

@forman
Copy link
Member Author

forman commented May 7, 2019

Desired approach:

  • Create new repos for each input processor except "default":

    • xcube-gen-rbins (for SEVIRI, ...)
    • xcube-gen-vito (for S2+)
    • xcube-gen-bc (for S3+ SNAP OCLI, ...)
  • Put in each repo the following files and adjust content. Here as example the repo xcube_gen_rbins

    • setup.py - that defines extension point xcube_plugins
    • environment.yml - whose only dependency will be xcube
    • xcube_gen_rbins/**/* - contains tree under current xcube/api/gen/rbins
    • test/**/* - contains tree under current test/api/gen/rbins
    • README.md - describe purpose and installation, etc
    • CHANGELOG.md - initially empty
    • LICENSE, .gitignore , .flake8 - copy
    • .travis.yml - adjust, must install xcube first
  • Setup Travis CI for each repo

  • Optional: Create a new template repo for xcube gen plugins

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request important This is very important for the project xcube gen This is related to data cube generation, CLI "xcube gen"
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants