-
Notifications
You must be signed in to change notification settings - Fork 5
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
Allow users to upload inputs files #290
Comments
@hdoupe this would be a great feature for Tax-Cruncher and could allow users to get results for multiple filing units at the same time. Looking forward to tracking your progress! |
Status update: I've begun working on the file-reading capabilities on the lower-level IO packages ParamTools and compute-studio-storage: |
Some of the components are necessary:
|
I'm getting ready to begin work on adding the capability for users to upload inputs files. From a high-level, it seems like users should be able to do three things:
policy
section and abehavior
section.policy.json
and abehavior.json
file (or any other file extension like.csv
)One and two seem relatively straightforward, but 3 would require some work on the parameter processing side for either the model in
functions.py
or ParamTools. For this reason, I may begin with 1 and 2 and add support for 3 later.I'll have more to say about the specifics for how this could work in the comments below.
cc @burkeob @Peter-Metz @jdebacker, you all may be interested in this.
The text was updated successfully, but these errors were encountered: