Guest User

Untitled

a guest
Jan 16th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. Description: Locations of bus stops
  2.  
  3. Attributes:
  4.  
  5. Cod_ubic_p - stop location
  6. Code_variant - bus line (referenced in *Bus* shp file)
  7. Ordinal - order corresponding to the stop in the journey of the variant (bus line)
  8.  
  9. Description: Locations of control points
  10.  
  11. Attributes:
  12.  
  13. Cod_ubic_c - control point code
  14. Code_variant - bus line type (referenced in Bus_lines)
  15. Ordinal - order of given control point in the path of the variant
  16.  
  17. Description: Routes of bus lines
  18.  
  19. Attributes:
  20.  
  21. Cod_line - Transportation line code
  22. Desc_line - Description of the transport line (eg 112, D16, etc)
  23. Ordinal - Correlative number of the sub-line of the line
  24. Code_subline - Code of the transportation sub-line
  25. Subline Desc - Description of the sub-line
  26. Cod_variant - Code of the route (to link with *Stops* shp)
  27. Desc_variant - Type (Variant) description (A = Ascending, D = descending)
  28.  
  29. Description: Timetables
  30.  
  31. Attributes:
  32.  
  33. COD_LINE - Transportation line code
  34. CODE_DAY_TYPE - Code for the day of the week
  35. LEAVES_FROM - Origin of the bus route
  36. DEPARTURE - Depature time
  37. DESTINATION - Destination of bus route
  38. ARRIVAL - Arrival time
  39. DESC_LOCAT - Description of Control Point (Stop) location
  40. COD_UBIC_C - control point code (referenced in *control_points* shp file)
  41. TIME - Time at control point location
  42. ORDINAL - Correlative number of the sub-line of the line
  43. DESC_VARIANT - Type (Variant) description (A = Ascending, D = descending)
Add Comment
Please, Sign In to add comment