You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to be able to package up the processed files for a given functional unit and method (and weighting, normalization). This should be a single archive file.
Translate functional unit, etc. to the correct filenames and indices.
Write bw2remote, which is a flask application that can accept the files and a JSON payload.
Independent calculations, either locally or in the cloud, are already supported by 2.5 work. Work on a server interface should be documented in a separate repo.
Original report by Chris Mutel (Bitbucket: cmutel, GitHub: cmutel).
This will be quite some work:
We need to be able to package up the processed files for a given functional unit and method (and weighting, normalization). This should be a single archive file.
Translate functional unit, etc. to the correct filenames and indices.
Write bw2remote, which is a flask application that can accept the files and a JSON payload.
bw2remote should then stream Monte Carlo results back to a notebook widget that will produce a dynamic D3 histogram. See: https://github.com/mbostock/d3/wiki/Histogram-Layout, http://stackoverflow.com/questions/22052694/how-to-update-d3-js-bar-chart-with-new-data, http://blog.thedataincubator.com/2015/08/embedding-d3-in-an-ipython-notebook/
bw2remote should use rq and redis: https://redis-py.readthedocs.org/en/latest/, http://python-rq.org/docs/, and a Queue during multiprocessing.
The text was updated successfully, but these errors were encountered: