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

reduce file path construction boilerplate in workflows #16

Open
cpritcha opened this issue Apr 9, 2021 · 1 comment
Open

reduce file path construction boilerplate in workflows #16

cpritcha opened this issue Apr 9, 2021 · 1 comment
Labels
api design discussions about API ergonomics

Comments

@cpritcha
Copy link
Collaborator

cpritcha commented Apr 9, 2021

The example workflow connecting the overland flow model and the SimpleCrop model has a fairly large proportion amount of code dedicated to constructing sink and source paths. We should think about ways of reducing the burden of organizing the data produced by computational models.

@cpritcha cpritcha added the api design discussions about API ergonomics label Apr 9, 2021
@cpritcha
Copy link
Collaborator Author

cpritcha commented Apr 9, 2021

Solutions:

  1. create nested parquet and multiple netcdf resource types that describe how where to write individual data frames and netcdf files too.
  2. settings objects (factories) to provide path template for sinks and sources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api design discussions about API ergonomics
Projects
None yet
Development

No branches or pull requests

1 participant