enriched_sensor¶
Info¶
Data contract for the Sensor table of the media domain of the Biocloud. Contains information about camera sensors and monitoring devices used for biodiversity monitoring. - name: Sensor - version: 0.0.1 - status: active
Terms of Use¶
Purpose¶
Data contract for the Sensor table of the media domain of the Biocloud. Contains information about camera sensors and monitoring devices used for biodiversity monitoring.
Servers¶
| Name | Type | Attributes |
|---|---|---|
| production | databricks | No description. • environment: production • roles: [{'role': 'Admins', 'description': 'Access to all the data and settings'}] • catalog: media_production • host: dbc-2030845a-6c3b.cloud.databricks.com • schema_: enriched |
| development | databricks | No description. • environment: development • roles: [{'role': 'Admins', 'description': 'Access to all the data and settings'}] • catalog: media_development • host: dbc-03ed8bbb-c0ec.cloud.databricks.com • schema_: enriched |
Schema¶
sensor¶
The sensor table contains information about camera sensors and monitoring devices. These are hardware devices deployed in the field to capture images and video for biodiversity monitoring.
| Field | Type | Attributes |
|---|---|---|
| sensor_golden_id | bigint | Biocloud generated golden identifier for the sensor. A Golden ID is a unique system generated identifier assigned to each record to ensure that each record is uniquely identifiable within our Data Lake. • primaryKey• primaryKeyPosition: 1 • required |
| name | string | Name or identifier of the sensor device. • required• examples: ['DIOPSIS-212', 'DIOPSIS-302', 'CAM-FIELD-001'] |
| type | string | Type of sensor or camera. • examples: ['insect_camera', 'trail_camera', 'weather_station'] |
| model | string | Model name or version of the sensor. • examples: ['diopsis', 'bushnell_trophy', 'reconyx_hyperfire'] |
| make | string | Manufacturer of the sensor device. • examples: ['Naturalis', 'Bushnell', 'Reconyx'] |
| last_updated_source | string | The source system that last updated this record. • examples: ['diopsis', 'faunabit', 'diopsis_v1'] |
| inserted_ts_utc | timestamp | UTC timestamp when record was inserted. |
| updated_ts_utc | timestamp | UTC timestamp when record was last updated. |