gtfs2pgrouting
gtfs2pgrouting copied to clipboard
Modernisation to gtfs2pgrouting
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
The replacement of argp.h with getopt solves issue #3