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 bundling of stage in/out from app-pack-generator by default #28

Open
mcduffie opened this issue Jan 7, 2025 · 1 comment
Open
Assignees
Labels

Comments

@mcduffie
Copy link
Collaborator

mcduffie commented Jan 7, 2025

App packages must be able to build existing app packages, non-default flag for building new ones (e.g. don't bundle stage_in/out)

Acceptance Criteria

  • The algorithm CWL specifies file/data inputs as Directory types, and in that directory will/can read a catalog.json file to get the data its relying on (A.2.1). This changes the input type from a catalog.json location to a Directory.
  • The algorithm writes outputs to a Directory along with a stac catalog catalog.json), describing the files in that directory. (A.3.1). Outputs have always been a directory type and will continue to be one for a valid application package or workflow
  • NEW Gherkin Test case added to System Test DURING THE PLANNING
  • NEW Gherkin Test case implementation added to System Test during PI
@mcduffie mcduffie converted this from a draft issue Jan 7, 2025
@mcduffie mcduffie added the U-ADS label Jan 7, 2025
@mcduffie mcduffie self-assigned this Jan 7, 2025
@mcduffie mcduffie moved this to Todo in Unity Project Board Jan 7, 2025
@mcduffie
Copy link
Collaborator Author

CWL modular DAG requires that stage-in be called input.

See:
https://github.com/mike-gangl/unity-OGC-example-application/blob/main/process.ipynb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo
Development

No branches or pull requests

1 participant