-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmetadata.json
More file actions
53 lines (53 loc) · 1.71 KB
/
metadata.json
File metadata and controls
53 lines (53 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "trajectory-analysis-sf",
"title": "Trajectory Analysis for Snowflake",
"industry": "Trajectory Data",
"description": "Collected from vehicles, pedestrians, GPS, AIS, and other sources, trajectory data is a key input for many geospatial analyses. This extension provides a set of tools to analyze trajectories, including cleaning and simplifying trajectories, computing metrics, stop detection, and more.",
"icon": "trajectories_extension.svg",
"version": "1.0.1",
"lastUpdate": "2025-06-23",
"provider": "snowflake",
"author": {
"value": "CARTO",
"link": {
"label": "CARTO",
"href": "https://carto.com"
}
},
"license": {
"value": "CARTO License",
"link": {
"label": "CARTO License",
"href": "https://carto.com/legal"
}
},
"details": [],
"functions": [
"distance_from_trajectory",
"get_values_at_timestamp",
"trajectory_cleaner_outlier",
"trajectory_intersection",
"trajectory_metrics",
"trajectory_simplifier",
"trajectory_splitter_anglechange",
"trajectory_splitter_observation",
"trajectory_splitter_speed",
"trajectory_splitter_stop",
"trajectory_splitter_temporal",
"trajectory_splitter_valuechange",
"trajectory_stop_points",
"trajectory_stop_segments"
],
"components": [
"frompoints",
"topoints",
"trajectorysplitter",
"stopdetector",
"compute_metrics",
"trajectorycleaner",
"trajectorysimplifier",
"get_values_at_timestamp",
"trajectoryintersection",
"distancefromtrajectory"
]
}