edges.csv
In GeoPressureR, we uses edges
(of a graph; See more infomration on the movement model in the GeoPressureManual) to extract flight information from GeoPressureP paths
using path2edge().
Edges
Source:
edges-table-schema.json
Name | Definition | Type |
---|---|---|
tag_id *
|
Unique identifier of the tag. Foreign key to
Example: |
string |
stap_s *
|
Identifier of the SOURCE stationary period. Foreign key to
Example: |
number |
stap_t *
|
Identifier of the TARGET stationary period. Generally
Example: |
number |
lat_s *
|
Latitude of source the stationay period. Constraints
Example: |
number |
lon_s *
|
Longitude of the source stationay period. Constraints
Example: |
number |
lat_t *
|
Latitude of the target stationay period. Constraints
Example: |
number |
lon_t *
|
Longitude of the target stationay period. Constraints
Example: |
number |
s
|
Index of the 2D coordinate of the source stap. See
Example: |
integer |
t
|
Index of the 2D coordinate of the target stap. See
Example: |
integer |
j
|
Unique identifier for each simulated trajectory, integer from
Example: |
integer |
start *
|
Date and time of the start of the flight. Formatted as an ISO 8601 string with timezone designator
Example: |
datetime |
end *
|
Date and time of the end of the flight. Formatted as an ISO 8601 string with timezone designator
Example: |
datetime |
n
|
Number of flight. Constraints
Example: |
integer |
distance
|
distance of the flight in km. Constraints
Example: |
number |
bearing
|
Direction of the flight in degree. 0 indicates north, positive indicate eastward direction, and negative indicate westward direction. Constraints
Example: |
number |
gs_u
|
The average groundspeed of the entire flight along the longitudinal axis (east-west direction), measured in kilometers per hour (km/h). Constraints
Example: |
number |
gs_v
|
The average groundspeed of the entire flight along the latitudinal axis (north-south direction), measured in kilometers per hour (km/h). Constraints
Example: |
number |
ws_u
|
The average windspeed of the entire flight along the longitudinal axis (east-west direction), measured in kilometers per hour (km/h). Constraints
Example: |
number |
ws_v
|
The average windspeed of the entire flight along the latitudinal axis (north-south direction), measured in kilometers per hour (km/h). Constraints
Example: |
number |