Advertisement
rodolpheg

Untitled

Nov 19th, 2020
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. map<rue,float> carte_poids <- rue as_map (each:: (each.usage_coeff * each.shape.perimeter));
  2. reseau <- as_edge_graph(shp_rue) with_weights carte_poids;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement