Skip to content

Commit

Permalink
minor tweak πŸ“; 8.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Feb 13, 2024
1 parent c19ba48 commit 36a5416
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hafas-gtfs-rt-feed",
"description": "Generate a GTFS Realtime feed by monitoring a HAFAS endpoint.",
"version": "8.2.5",
"version": "8.2.6",
"main": "index.js",
"bin": {
"monitor-hafas": "monitor.js",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ module.exports = hafasClient

`match-with-gtfs` – `hafas-gtfs-rt-feed`'s 2nd processing step – needs a pre-populated matching database in order to match data fetched from HAFAS against the [GTFS Static/Schedule](https://gtfs.org/schedule/) data; It uses [`gtfs-via-postgres`](https://npmjs.com/package/gtfs-via-postgres) and [`match-gtfs-rt-to-gtfs`](https://npmjs.com/package/match-gtfs-rt-to-gtfs) underneath to do this matching.

First, we're going to use [`gtfs-via-postgres`](https://npmjs.com/package/gtfs-via-postgres)'s `gtfs-to-sql` command-line tool to import our GTFS data into PostgreSQL.
First, we're going to use [`gtfs-via-postgres`](https://npmjs.com/package/gtfs-via-postgres)'s `gtfs-to-sql` command-line tool to import our GTFS data into PostgreSQL.

*Note:* Make sure you have an up-to-date [static GTFS](https://gtfs.org/schedule/) dataset, unzipped into individual `.txt` files.

Expand Down

0 comments on commit 36a5416

Please sign in to comment.