Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C chouette-core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 36
    • Merge requests 36
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Administrator
  • chouette-core
  • Wiki
  • GTFS Import

GTFS Import · Changes

Page history
Updated GTFS Import (markdown) authored Sep 10, 2018 by Luc Donnet's avatar Luc Donnet
Hide whitespace changes
Inline Side-by-side
Showing with 1 addition and 1 deletion
+1 -1
  • GTFS-Import.md GTFS-Import.md +1 -1
  • No files found.
GTFS-Import.md
View page @ 21cccfe4
...@@ -25,7 +25,7 @@ Google's official documentation: https://developers.google.com/transit/gtfs/refe ...@@ -25,7 +25,7 @@ Google's official documentation: https://developers.google.com/transit/gtfs/refe
Some example GTFS files can be found at the following adress: https://developers.google.com/transit/gtfs/examples/gtfs-feed Some example GTFS files can be found at the following adress: https://developers.google.com/transit/gtfs/examples/gtfs-feed
Chouette try to import all GTFS datas we can import in our internal models. We call GTFS checks for mandatories attributes or verify links between models. Chouette try to import all GTFS datas that it can import in our internal models. We call GTFS checks for mandatories attributes or verify links between models.
# Files processing # Files processing
......
Clone repository

Architecture

  • Data Models
  • Class Diagram

Install and configure

  • installation manual
  • Optional Feature flags
  • Policy management (TODO)

Best practices in code

Rails code rules

  • Writing a migration
  • Writing a model
  • Writing a controller
  • Writing a view
  • Writing a policy (TODO)
  • Writing a feature (TODO)
  • I18n

Test code rules

  • Writing a spec
  • Writing a javascript test

Exchange format

Neptune

  • Import TODO
  • Export TODO

GTFS

  • Import
  • Export

Netex

  • Import TODO
  • Export TODO