Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement features of gtfs-server #4

Open
2 of 4 tasks
derhuerst opened this issue Jun 4, 2020 · 0 comments
Open
2 of 4 tasks

implement features of gtfs-server #4

derhuerst opened this issue Jun 4, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@derhuerst
Copy link
Member

derhuerst commented Jun 4, 2020

https://github.com/denysvitali/gtfs-server/tree/ff5a814a952716f1461b33480bcc78021255a29f/nb/sql/queries

  • CREATE UNIQUE INDEX calendar_service_id_idx ON public.calendar USING btree (service_id, feed_id)
  • CONSTRAINT calendar_date_service_id_date_feed_id_key UNIQUE (service_id, date, feed_id)
  • store feed metadata in a table?
  • CREATE INDEX stop_geom ON public.stop USING gist ("position")
@derhuerst derhuerst added the enhancement New feature or request label Jun 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant