-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I've extracted OSM road data for cycling and driving, but I haven't been able to use this yet for a jittered route network due to the following error:
> od_car_jittered = odjitter::jitter(
+ od = lines_car,
+ zones = tyneandwear,
+ zone_name_key = "geo_code",
+ subpoints_origins = osm_drive,
+ disaggregation_threshold = disag_threshold,
+ disaggregation_key = "car_driver",
+ min_distance_meters = min_distance_meters
+ )
Error in UseMethod("st_write") :
no applicable method for 'st_write' applied to an object of class "NULL"
Metadata
Metadata
Assignees
Labels
No labels