Skip to main content
Solved

GTFS conversion to Shapefile

  • July 4, 2013
  • 1 reply
  • 35 views

Hi,

 

 

Anyone have any experience with converting GTFS data to shapefile (lines and points) in FME.  Or any other method available.

 

 

Regards,

 

 

KDMUR

Best answer by fmelizard

Hi,

 

 

Cant say I have any experience in converting GTFS data, but after having a quick look at it its mainly a question of reading the txt\\csv files, transforming the shape text file into points or lines (2D point replacer + point connector) and combining the attributes.

 

 

Optionally you can import the shape text file into excel and use the new functionality of the xls reader (SP2) to read features coordinates directly.

 

 

Itay 
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

fmelizard
Safer
Forum|alt.badge.img+21
  • Safer
  • Best Answer
  • July 4, 2013
Hi,

 

 

Cant say I have any experience in converting GTFS data, but after having a quick look at it its mainly a question of reading the txt\\csv files, transforming the shape text file into points or lines (2D point replacer + point connector) and combining the attributes.

 

 

Optionally you can import the shape text file into excel and use the new functionality of the xls reader (SP2) to read features coordinates directly.

 

 

Itay