You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,24 @@ Use the `requirements.txt` file included in this repository to set up a Python e
11
11
`pip install -r requirements.txt`
12
12
13
13
### Data files
14
-
The example trajectory data snippet should be downloaded from https://vu.edu/laddms-data-snippet. This data file should be placed in the same directory as the tutorial notebook and other files.
14
+
The example trajectory data snippet should be downloaded from [https://vu.edu/laddms-data-snippet](https://vu.edu/laddms-data-snippet). This data file should be placed in the same directory as the tutorial notebook and other files.
15
+
16
+
The data snippet is taken from an undisclosed day and time along the LADDMS corridor. Trajectory timestamps are internally consistent within the data. Data is provided in UTM coordinates to facilitate more straightforward local spatial analysis, using the Cartesian projection. The data may be converted back to WGS84 latitude/longitude when needed.
17
+
18
+
The following fields are included in each trajectory:
19
+
- object_id : Unique object ID number; only guaranteed unique within each location.
20
+
- location_id : Location ID number assigned within the database, corresponding to order of installations within the LADDMS corridor.
- obj_length : Average length in meters across the trajectory.
24
+
- obj_width : Average width in meters across the trajectory.
25
+
- obj_height : Average height in meters across the trajectory.
26
+
- avg_filtered_confidence : Classification confidence after filtering trajectory data points with < 0.5 confidence.
27
+
- ts : Normalized within the dataset to 0-minimum to preserve data anonymity.
28
+
- vel_x : Velocity X component time series in m/s.
29
+
- vel_y : Velocity Y component time series in m/s.
30
+
- utm_x : Local UTM X coordinate time series (meters).
31
+
- utm_y : Local UTM X coordinate time series (meters).
15
32
16
33
## Running the tutorial
17
34
Open the tutorial notebook `basic_data_tutorial.ipynb` by activating the Python environment (`conda activate laddms_tutorial`) and running Jupyter Lab notebook server with the terminal command `jupyter lab`.
0 commit comments