gtfs-sqlite

command module
v0.0.0-...-083cb07 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 20, 2015 License: MIT Imports: 4 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package gtfsconv converts GTFS files into an SQLite3 db (w/ spatialite optional), and other extra file formats (csv/json/geojson/kml).
Package gtfsconv converts GTFS files into an SQLite3 db (w/ spatialite optional), and other extra file formats (csv/json/geojson/kml).

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL