Experimental
Creates routed point events from a CSV event table and a route layer.
vector linear-referencing events csv
| Name | Description | Required | Default |
|---|---|---|---|
routes | Input route line layer. | Required | routes.gpkg |
events | Input CSV event table path. | Required | point_events.csv |
event_route_field | CSV field containing route identifiers. | Required | route_id |
measure_field | CSV field containing point-event measures. | Required | measure |
route_id_field | Optional route-layer field containing route identifiers. Defaults to feature FID. | Optional | — |
output | Output point vector path. | Required | — |
Creates point events on routes from measure values stored in a CSV table.
wbe.route_event_points_from_table(event_route_field='route_id', events='point_events.csv', measure_field='measure', output='route_event_points.gpkg', route_id_field='RID', routes='routes.gpkg')