Hi @janhalen and @sobuos
I'm preparing a PR for the smart-data-models transportation, specifically on the VehicleModel.
I would like to get your take on the required contributions before I commit.
I suggest a property tractionBatteryCapacity, which is a number field to capture the total capacity of a battery that is used for powering the vehicle.
From that value we can, together with the fuelConsumption, calculate a range for electrical vehicles.
Required files for a PR are the following:
- schema.json
- example.json
- example-normalized.json
- example.jsonld
- example-normalized.jsonld
- ADOPTERS.yaml (optional, but discouraged)
and then I need to sign a contribution agreement
Suggested addition to the schema:
"tractionBatteryCapacity": {
"type": "number",
"minimum": 0,
"description": "Property. Vehicle's traction battery capacity. Applies to electrically powered vehicles (e.g. 52 kWh)"
},
Suggested ADOPTERS.yaml:
adopter: OS2 GPS-Connector
description: Open source project for danish municipalities to collect GPS data for analysis and optimisation
mail:
organization: https://www.os2.eu/
project: https://github.com/OS2sandbox/gps-connector
comments: Storing additional meta-data for vehicle models, such as 'tractionBatteryCapacity', allows further optimisation by calculating range for BEV.
startDate:
Hi @janhalen and @sobuos
I'm preparing a PR for the smart-data-models transportation, specifically on the VehicleModel.
I would like to get your take on the required contributions before I commit.
I suggest a property
tractionBatteryCapacity, which is a number field to capture the total capacity of a battery that is used for powering the vehicle.From that value we can, together with the
fuelConsumption, calculate a range for electrical vehicles.Required files for a PR are the following:
and then I need to sign a contribution agreement
Suggested addition to the schema:
Suggested ADOPTERS.yaml: