deployment#
Download the definition as a CSV file: csv
.
Property |
Kind |
References |
Requirement |
Description |
---|---|---|---|---|
id |
str |
Required |
Unique ID / primary key for deployment. |
|
deployed_equipment |
str |
Optional |
The deployed equipment. |
|
host |
str |
Optional |
The host / observing facility where the equipment is deployed. |
|
height_above_local_reference_surface |
float |
Optional |
Installation height of equipment above reference surface (in meters). |
|
local_reference_surface |
str |
Optional |
The local reference surface. |
|
valid_from |
datetime |
Optional |
Date that this record is valid from. |
|
valid_to |
datetime |
Optional |
Date that this record is valid to. |
|
communication_method |
str |
Optional |
The primary data communication method. |
|
source_of_observation |
str |
Required |
The source of the observation (manual, automatic, visual etc.). |
|
exposure |
str |
Optional |
The degree to which an instrument is affected by external influences according to the exposure classification (see WMO No. 8). |
|
measurement_quality |
str |
Optional |
Expected quality of measurements from the sensor in teh current configuration according to the measurement quality classification (see WMO-No. 8). |
|
representativeness |
str |
Optional |
An assessment of the representativeness of the observations. |
|
configuration |
str |
Optional |
Description of any shielding or configuration/setup of the instrumentation. |
|
control_schedule |
str |
Optional |
Description of schedule for calibrations or verification of instrument. |
|
maintenance_schedule |
str |
Optional |
A description (and schedule) of maintenance that is routinely performed on an instrument. |
|
links |
dict |
Optional |
Link(s) to further information on deployment. |
|
_version |
int |
Required |
Version number of this record. |
|
_change_date |
datetime |
Required |
Date this record was changed. |
|
_user |
str |
Required |
Which user/agent last modified this record. |
|
_status |
str |
Required |
Whether this is the latest version or an archived version of the record. |
|
_comments |
str |
Required |
Free text comments on this record, for example description of changes made etc. |