Boavizta / boaviztapi

🛠 Giving access to BOAVIZTA reference data and methodologies trough a RESTful API
GNU Affero General Public License v3.0
66 stars 21 forks source link

Adding VR headset impacts evaluation #253

Open da-ekchajzer opened 6 months ago

da-ekchajzer commented 6 months ago

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" : "OLED"
"usage":{
"usage_location":"FRA" 
}
}

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.

da-ekchajzer commented 6 months ago

@RoyVic I think you will be interested in this issue