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:ElectricVehicleDetection
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:ElectricServicePoint |
detection start date time | dateTimeStamp | TIMESTAMP | DETECTION_START_DATE_TIME |
Yes | Yes | ewok:ElectricVehicleDetection | |
detection end date time | dateTimeStamp | TIMESTAMP | DETECTION_END_DATE_TIME |
ewok:ElectricVehicleDetection | |||
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:ElectricVehicleDetection | |||
confidence score maximum | double | NUMBER | CONFIDENCE_SCORE_MAXIMUM |
ewok:ElectricVehicleDetection | |||
algorithm confidence threshold | double | NUMBER | ALGORITHM_CONFIDENCE_THRESHOLD |
ewok:ElectricVehicleDetection | |||
days above confidence threshold | double | NUMBER | DAYS_ABOVE_CONFIDENCE_THRESHOLD |
ewok:ElectricVehicleDetection |