GreenDelta / olca-simapro-csv

Mozilla Public License 2.0
0 stars 1 forks source link

Process and location #23

Open tdebonnet opened 1 year ago

tdebonnet commented 1 year ago

Hi,

I am not sure to understand the logic of this file because the provider (process) and the location is missing. Is that possible to add it ? It could be more understandable for people when you share this doc... Thanks.

msrocka commented 1 year ago

Could you maybe explain a bit more? Which file do you mean?

tdebonnet commented 1 year ago

Sorry, I am speaking about the export csv simapro.

msrocka commented 1 year ago

This repository just contains the Java API for reading and writing SimaPro CSV files. It will write what you provide. In SimaPro, location codes are added to the product names, so if you add them to the name they will be written (there is no separate field for location codes on the process level). Also, there is no concept of providers in SimaPro CSV. Things are linked by name. A process has an output with a unique name, the other an input with that name, this is how they are linked.

tdebonnet commented 1 year ago

Thanks. My question was also about the OLCA function Export "Processes to SimaPro CSV", if I want to add location or to put the provider and the location in that file, is that possible?