Sander van Nielen

Results 6 comments of Sander van Nielen

Good suggestion @bsteubing. The prices could be used for an additional feature: performing life cycle costing studies. This is already possible in OpenLCA (see https://www.openlca.org/wp-content/uploads/2016/08/Life-Cycle-Costing-in-openLCA.pdf).

I experienced another instability of the excel importer. The pop-up window to link databases appears multiple times during the process. I discovered that the import already succeeds after the first...

Thanks for having a look Marc! In my case, it seems to happen with any excel database. As an example, see the file below. [recovery_SvN.xlsx](https://github.com/LCA-ActivityBrowser/activity-browser/files/7802354/recovery_SvN.xlsx) For clarification: every time I...

Hi Marc, The fields with a date originate from CMLCA, which assigns a creation date to processes. This is exported as one of the process properties. The full path is:...

No, I'm not proposing to store it as a string. I'll explain a bit more what I noticed in the existing code. The xlsxwriter has a `_write` function for multiple...

Do you mean I should just use `sdmx.Client("ESTAT3")`? The code that produces the error is: ``` estat = sdmx.Client("ESTAT") dataflows = estat.dataflow().dataflow data_msg = estat.data("LFSO_05REGCP") # Example of a dataset...