Giter Site home page Giter Site logo

transitland / distributed-mobility-feed-registry Goto Github PK

View Code? Open in Web Editor NEW
15.0 4.0 1.0 258 KB

a JSON-based data schema to catalog mobility/transit/transportation data feeds

Home Page: https://dmfr.transit.land/

gtfs gtfs-realtime gbfs mds transit mobilitydata transitland

distributed-mobility-feed-registry's Introduction

distributed-mobility-feed-registry's People

Contributors

drewda avatar irees avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

polymath-is

distributed-mobility-feed-registry's Issues

feed auth can require registering an IP address with a transit agency

For example:

    {
      "id": "f-foothilltransit~rt",
      "spec": "gtfs-rt",
      "urls": {
        "realtime_vehicle_positions": "https://foothilltransit.rideralerts.com/myStop/GTFS-Realtime.ashx?Type=VehiclePosition",
        "realtime_trip_updates": "https://foothilltransit.rideralerts.com/myStop/GTFS-Realtime.ashx?Type=TripUpdate",
        "realtime_alerts": "https://foothilltransit.rideralerts.com/myStop/GTFS-Realtime.ashx?Type=Alert"
      },
      "license": {
        "url": "http://foothilltransit.org/about/developer-resources/developer-license-agreement/"
      },
      "authorization": {
        "type": "ip_address",
        "info_url": "http://foothilltransit.org/about/developer-resources/"
      }
    }

how to specify unzipped GTFS feeds?

How do I mark up GTFS feeds not stored one .zip archive?

Serving the individual .csv/.txt files via HTTP has great benefits, including following web semantics & efficiency (caching, downloading only necessary files).

I currently run vbb-gtfs.jannisr.de as a "special treatment" for my need to work with Berlin data, but I'd like to a) follow best practices to make the "endpoint" as reusable as possible, and b) make it as portable as possible by using semantic markup such as DMFR/DACT-AP/DataPackage.

evaluate DCAT (Data Catalog Vocabulary)

@LeoFrachet has suggested an interesting comparison: the DCAT (Data Catalog Vocabulary) spec, which is used by open data catalogs: https://www.w3.org/TR/vocab-dcat/

Rather than reinvent a new format to describe mobility-specific feeds, why not use this more general purpose format to describe datasets that are connected to each other? It's an interesting question and worth considering.

A particular follow-up question is how DCAT can be us in JSON: ckan/ckanext-dcat#146

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.