gtfs2pgrouting icon indicating copy to clipboard operation
gtfs2pgrouting copied to clipboard

Modernisation to gtfs2pgrouting

Open SiwonP opened this issue 3 years ago • 1 comments

Changes proposed in this pull request:

  • Replacing dependency from eclipse with a standard makefile
  • Replacing dependency from argp.h with standard getopt.h (for macOS compilation among other)
  • Removing dependency from external sql file to create tables and integrating them into a separate header file (+ completing sql queries with current GTFS standard + optimising storage by using int2 for low integer values according to GTFS standard + fixing primary keys and foreign keys)

@pgRouting/admins

SiwonP avatar Oct 08 '22 10:10 SiwonP

The replacement of argp.h with getopt solves issue #3

SiwonP avatar Oct 08 '22 10:10 SiwonP