gtfs 4.15.2 → 4.15.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +54 -22
- package/dist/bin/gtfs-export.js +4 -0
- package/dist/bin/gtfs-export.js.map +1 -1
- package/dist/bin/gtfs-import.js +4 -0
- package/dist/bin/gtfs-import.js.map +1 -1
- package/dist/bin/gtfsrealtime-update.js +4 -0
- package/dist/bin/gtfsrealtime-update.js.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +76 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/bin/gtfs-import.js
CHANGED
|
@@ -3999,6 +3999,10 @@ import { featureCollection as featureCollection2 } from "@turf/helpers";
|
|
|
3999
3999
|
// src/lib/gtfs/stops.ts
|
|
4000
4000
|
import { omit as omit5, orderBy, pick as pick3 } from "lodash-es";
|
|
4001
4001
|
|
|
4002
|
+
// src/lib/gtfs/stop-times.ts
|
|
4003
|
+
import { omit as omit6 } from "lodash-es";
|
|
4004
|
+
import sqlString5 from "sqlstring-sqlite";
|
|
4005
|
+
|
|
4002
4006
|
// src/bin/gtfs-import.ts
|
|
4003
4007
|
var pe = new PrettyError();
|
|
4004
4008
|
var argv = yargs(hideBin(process.argv)).usage("Usage: $0 --configPath ./config.json").help().option("c", {
|