twilights.csv
Table with twilights data infered from light data for all tags. Twilight data is typically computed with GeoPressureR::twilight_create()
.
Twilights
Source:
twilights-table-schema.json
Name | Definition | Type |
---|---|---|
tag_id *
|
Unique identifier of the tag. Foreign key to
Example: |
string |
twilight *
|
Date and time of the twilights. Formatted as an ISO 8601 string with timezone designator
Example: |
datetime |
rise *
|
Boolean value to indicate if the twilight is a sunrise (true) or sunset (false). Constraints
Example: |
boolean |
label
|
Labeling of the twilight data according to the GeoPressureManual. The value
Example: |
string |