-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.yaml
168 lines (168 loc) · 3.81 KB
/
project.yaml
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
kind: project
metadata:
name: mobility-data
created: '2024-05-28T06:33:21.230000'
spec:
functions:
- url: src/download-data.py
name: download-dem
kind: job
image: mlrun/mlrun
handler: download_dem
requirements:
- rasterio
- xarray
- rioxarray
- owslib
- osmnx
- h3
- folium
- pandas==1.3.5
- url: src/download-data.py
name: download-osm
kind: job
image: mlrun/mlrun
handler: download_osm
requirements:
- rasterio
- xarray
- rioxarray
- owslib
- osmnx
- h3
- folium
- pandas==1.3.5
- url: src/download-data.py
name: merge-osm-dem
kind: job
image: mlrun/mlrun
handler: merge_osm_dem
requirements:
- rasterio
- xarray
- rioxarray
- owslib
- osmnx
- h3
- folium
- pandas==1.3.5
- url: src/share-data.py
name: share
kind: job
image: mlrun/mlrun
handler: share_files
- url: src/download-open-data.py
name: download-road-areas
kind: job
image: mlrun/mlrun
handler: download_road_areas
requirements:
- geopandas==0.13.2
- url: src/download-open-data.py
name: download-road-edges
kind: job
image: mlrun/mlrun
handler: download_road_edges
requirements:
- geopandas==0.13.2
- url: src/download-open-data.py
name: download-road-nodes
kind: job
image: mlrun/mlrun
handler: download_road_nodes
requirements:
- geopandas==0.13.2
- url: src/download-open-data.py
name: download-curves
kind: job
image: mlrun/mlrun
handler: download_curves
requirements:
- geopandas==0.13.2
- url: src/download-open-data.py
name: download-sidewalks
kind: job
image: mlrun/mlrun
handler: download_sidewalks
requirements:
- geopandas==0.13.2
- url: src/download-open-data.py
name: download-city30
kind: job
image: mlrun/mlrun
handler: download_city_30
requirements:
- geopandas==0.13.2
- url: src/download-spire.py
name: download-traffic-spire
kind: job
image: mlrun/mlrun
handler: get_spire
- url: src/download-open-data.py
name: download-charging-stations
kind: job
image: mlrun/mlrun
handler: download_charging_stations
requirements:
- geopandas==0.13.2
- url: src/download-open-data.py
name: download-bike-path
kind: job
image: mlrun/mlrun
handler: download_bike_path
requirements:
- geopandas==0.13.2
- url: src/download-open-data.py
name: download-incidents
kind: job
image: mlrun/mlrun
handler: download_incidents
requirements:
- geopandas==0.13.2
- url: src/download-open-data.py
name: download-bike-parking-places
kind: job
image: mlrun/mlrun
handler: download_bike_parking_places
requirements:
- geopandas==0.13.2
- url: src/download-open-data.py
name: download-car-parkings
kind: job
image: mlrun/mlrun
handler: download_car_parkings
requirements:
- geopandas==0.13.2
- url: src/download-open-data.py
name: download-bus-stops-tper
kind: job
image: mlrun/mlrun
handler: download_bus_stops_tper
requirements:
- geopandas==0.13.2
- url: src/download-open-data.py
name: download-train-stops-tper
kind: job
image: mlrun/mlrun
handler: download_train_stops_tper
requirements:
- geopandas==0.13.2
- url: src/download-spire.py
name: download-traffic-spire-accuracy
kind: job
image: mlrun/mlrun
handler: get_spire_accur
workflows:
- path: ./src/mobility-data-pipeline.py
name: mobility-data-pipeline
handler: pipeline
artifacts: []
conda: ''
source: git://github.com/Gemello-Digitale-Bologna/datacollector-mobility.git#refs/heads/master
desired_state: online
build:
commands: []
requirements: []
custom_packagers: []
status:
state: online