Electric Vehicle Detection
Entity
Name: Electric Vehicle Detection
A prediction from a computing system that an electric vehicle is related to a person or place.
Details
- Industry Domain:
Distributed Energy - Relational Table Name:
EV_DETECTION - JSON View Name:
EV_DETECTION#JSON - Ontology Class:
ewok:Detection.ElectricVehicle
Properties
| Name | General Data Type | Oracle Data Type | Relational Column | Required? | Primary Key? | Validations | Related Graph Object |
|---|---|---|---|---|---|---|---|
| utility service point id | string | VARCHAR2 | UTILITY_SERVICE_POINT_ID |
Yes | Yes | Must match regex pattern | ewok:CommodityServicePoint.Electric |
| detection start date time | dateTimeStamp | TIMESTAMP | DETECTION_START_DATE_TIME |
Yes | Yes | ewok:Detection.ElectricVehicle | |
| detection end date time | dateTimeStamp | TIMESTAMP | DETECTION_END_DATE_TIME |
ewok:Detection.ElectricVehicle | |||
| street address | string | VARCHAR2 | STREET_ADDRESS |
geo:StreetAddress | |||
| city | string | VARCHAR2 | CITY |
geo:StreetAddress | |||
| postal code | string | VARCHAR2 | POSTAL_CODE |
Must match regex pattern | geo:PostalCode | ||
| address county | string | VARCHAR2 | ADDRESS_COUNTY |
geo:StreetAddress | |||
| address region code | string | VARCHAR2 | ADDRESS_REGION_CODE |
Must match regex pattern | geo:Subterritory | ||
| country code | string | VARCHAR2 | COUNTRY_CODE |
Must match values in enumerated list from graph | geo:Country | ||
| confidence score average | double | NUMBER | CONFIDENCE_SCORE_AVERAGE |
ewok:Detection.ElectricVehicle | |||
| confidence score maximum | double | NUMBER | CONFIDENCE_SCORE_MAXIMUM |
ewok:Detection.ElectricVehicle | |||
| algorithm confidence threshold | double | NUMBER | ALGORITHM_CONFIDENCE_THRESHOLD |
ewok:Detection.ElectricVehicle | |||
| days above confidence threshold | double | NUMBER | DAYS_ABOVE_CONFIDENCE_THRESHOLD |
ewok:Detection.ElectricVehicle |