Skip to content

Commit

Permalink
minor tweaks 📝; 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Mar 24, 2022
1 parent 6fe12ac commit 474d741
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ RUN npm install --production && npm cache clean --force
ADD . /app
RUN ln -s /app/cli.js /usr/local/bin/gtfs-via-postgres

VOLUME /gtfs
WORKDIR /gtfs
ENTRYPOINT ["/app/cli.js"]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gtfs-via-postgres",
"description": "Process GTFS using PostgreSQL.",
"version": "4.0.0",
"version": "4.0.1",
"main": "lib/index.js",
"bin": {
"gtfs-to-sql": "cli.js"
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
[![support me via GitHub Sponsors](https://img.shields.io/badge/support%20me-donate-fa7664.svg)](https://github.com/sponsors/derhuerst)
[![chat with me on Twitter](https://img.shields.io/badge/chat%20with%20me-on%20Twitter-1da1f2.svg)](https://twitter.com/derhuerst)

- ✅ handles [daylight saving time correctly](#correctness-vs-speed-regarding-gtfs-time-values) but keeps reasonable lookup performance
- ✅ handles [daylight saving time correctly](#correctness-vs-speed-regarding-gtfs-time-values) but provides a reasonable lookup performance
- ✅ supports `frequencies.txt`
- ✅ joins `stop_times.txt`/`frequencies.txt`, `calendar.txt`/`calendar_dates.txt`, `trips.txt`, `route.txt` & `stops.txt` into [views](https://www.postgresql.org/docs/14/sql-createview.html) straightforward data analysis
- ✅ joins `stop_times.txt`/`frequencies.txt`, `calendar.txt`/`calendar_dates.txt`, `trips.txt`, `route.txt` & `stops.txt` into [views](https://www.postgresql.org/docs/14/sql-createview.html) for straightforward data analysis


## Installation
Expand Down

0 comments on commit 474d741

Please sign in to comment.