8000 GitHub - harrytruong/gtfs-sqlite: GTFS to SQLite3 (+ Spatialite) (+ CSV / JSON / GeoJSON / KML)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Dec 1, 2019. It is now read-only.

harrytruong/gtfs-sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gtfs-sqlite

GTFS to SQLite3 (+ Spatialite) (+ CSV / JSON / GeoJSON / KML)

Installation

todo.

Usage

$ gtfs-sqlite [options] zipFile

  zipFile`
      Path to local GTFS file, or URL for an external file.
      e.g., "http://example.com/google_transit.zip",
            "local/path/to/google_transit.zip"

  options:

      -dir
        	Output file directory. (default "gtfs-output/")

      -name
        	Output sqlite filename. (default "gtfs.sqlite")

      -skip-extras
        	Skip extra export file formats (csv, json, geojson, kml).

      -spatialite
        	Include spatialite-enabled sqlite tables.

Spatialite Notes

todo.

About

GTFS to SQLite3 (+ Spatialite) (+ CSV / JSON / GeoJSON / KML)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0