Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. j AS (
  2. SELECT h.the_geom, h.trip_id, h.stop_id_array, h.reverse, h.offset_id,
  3. (-0.5*i.overlap_count+(h.offset_id-0.5)) AS offset_dist
  4. FROM h
  5. JOIN i
  6. ON h.the_geom = i.the_geom
  7. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement