Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. arcpy.CreateRoutes_lr(in_line_features="LINKS", route_id_field="Route", out_feature_class="C:/SCRATCH/SCRATCH.gdb/ROUTES", measure_source="TWO_FIELDS", from_measure_field="From_T", to_measure_field="To_T", coordinate_priority="UPPER_LEFT", measure_factor="1", measure_offset="0", ignore_gaps="IGNORE", build_index="INDEX")
  2.  
  3. arcpy.MakeQueryTable_management(in_table="ROUTES;fromExcel", out_table="QueryTable3", in_key_field_option="ADD_VIRTUAL_KEY_FIELD", in_key_field="", in_field="", where_clause="ROUTES.aLink = fromExcel.R")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement