Closed Robinlovelace closed 2 years ago
Observation when trying this, bash is fussy, you cannot do this : (
./target/debug/odjitter --od-csv-path data/od_schools.csv \
--zones-path data/zones.geojson \
--origin-key origin \
--destination-key destination \
--subpoints-origins-path data/road_network.geojson \
--subpoints-destinations-path data/schools.geojson \
--disaggregation-key car \
--disaggregation-threshold 10 \
# specify the 'weight field' in the destinations object
# (from schools.geojson in this example)
--weight-key-destinations weight \
--output-path output_max10_schools_with_weights.geojson
First in README, can move to elsewhere later...