We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We would like to add VR headset impacts calculation in the API.
As with all equipment (e.g. laptop), we need to add the following routers :
For headset
For controllers
Example :
{ "type" : "OLED" "usage":{ "usage_location":"FRA" } }
type
Usage impacts are assessed with the regular method : https://doc.api.boavizta.org/Explanations/usage/usage/.
Embedded impacts for controller and headset should be taken from TIDE dataset (depending on the type for headset) : Données casques VR_231205.xlsx.
Embedded impacts are the sum of : Impact Fabrication, Impact Distribution and Impact EOL
Two archetypes (OLED and LCD) should be added in user_terminal.csv/ The usage data of the archetype can be found in TIDE dataset.
The text was updated successfully, but these errors were encountered:
@RoyVic I think you will be interested in this issue
Sorry, something went wrong.
No branches or pull requests
Problem
We would like to add VR headset impacts calculation in the API.
Solution
Routers
As with all equipment (e.g. laptop), we need to add the following routers :
For headset
For controllers
DTO
Example :
type
which can be set to "OLED" or "LCD"Impacts
Usage impacts are assessed with the regular method : https://doc.api.boavizta.org/Explanations/usage/usage/.
Embedded impacts for controller and headset should be taken from TIDE dataset (depending on the
type
for headset) : Données casques VR_231205.xlsx.Embedded impacts are the sum of : Impact Fabrication, Impact Distribution and Impact EOL
Archetypes
Two archetypes (OLED and LCD) should be added in user_terminal.csv/ The usage data of the archetype can be found in TIDE dataset.
The text was updated successfully, but these errors were encountered: