All Projects → mapnificent → mapnificent_cities

mapnificent / mapnificent_cities

Licence: other
City data repository for mapnificent.net

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to mapnificent cities

Gtfsdb
GTFS ORM using SQLAlchemy
Stars: ✭ 105 (+114.29%)
Mutual labels:  gtfs
linked-connections-server
Express based server that exposes Linked Connections.
Stars: ✭ 12 (-75.51%)
Mutual labels:  gtfs
GTFS-Issues
Dokumentation und Verfolgung aktueller Probleme deutschsprachiger GTFS-Datensätze
Stars: ✭ 24 (-51.02%)
Mutual labels:  gtfs
Gtfs To Html
Build human readable transit timetables as HTML or PDF from GTFS.
Stars: ✭ 119 (+142.86%)
Mutual labels:  gtfs
Onebusaway Application Modules
The core OneBusAway application suite.
Stars: ✭ 174 (+255.1%)
Mutual labels:  gtfs
dtd2mysql
MySQL / MariaDB import for DTD feeds (fares, timetable and routeing)
Stars: ✭ 25 (-48.98%)
Mutual labels:  gtfs
Transitland Datastore
Transitland's centralized web service API for both querying and editing aggregated transit data from around the world
Stars: ✭ 101 (+106.12%)
Mutual labels:  gtfs
theweekendest
Real-time New York City subway service map
Stars: ✭ 51 (+4.08%)
Mutual labels:  gtfs
nepomuk
A public transit router for GTFS feeds (currently only static) written in modern c++
Stars: ✭ 22 (-55.1%)
Mutual labels:  gtfs
mapzen-gtfs
Python library for reading and writing GTFS feeds
Stars: ✭ 27 (-44.9%)
Mutual labels:  gtfs
Rrrr
RRRR rapid real-time routing
Stars: ✭ 134 (+173.47%)
Mutual labels:  gtfs
R5
Routing engine for multimodal (transit/bike/walk/car) networks with a particular focus on public transit.
Stars: ✭ 153 (+212.24%)
Mutual labels:  gtfs
transxchange2gtfs
tool to convert transxchange data into a GTFS feed
Stars: ✭ 26 (-46.94%)
Mutual labels:  gtfs
Peartree
peartree: A library for converting transit data into a directed graph for sketch network analysis.
Stars: ✭ 116 (+136.73%)
Mutual labels:  gtfs
gtfstools
General Transit Feed Specification (GTFS) Editing and Analysing Tools
Stars: ✭ 31 (-36.73%)
Mutual labels:  gtfs
Gtfspy
Public transport network analysis using Python 🚊🚇🚃🚌🛳️🚡🚠🚞
Stars: ✭ 104 (+112.24%)
Mutual labels:  gtfs
concentrate
Concentrate: combine realtime transit files
Stars: ✭ 23 (-53.06%)
Mutual labels:  gtfs
goodservice
Website that detects headway discrepancy on New York City Subway system using live countdown clocks
Stars: ✭ 26 (-46.94%)
Mutual labels:  gtfs
european-transport-operators
NOT UP-TO-DATE ANYMORE, UNMAINTAINED. CHECK european-transport-feeds INSTEAD. List of european long-distance transport operators, available API endpoints, GTFS feeds and client modules.
Stars: ✭ 47 (-4.08%)
Mutual labels:  gtfs
gtfs-osm-sync
Synchronizes public transportation data in GTFS format with OpenStreetMap.org
Stars: ✭ 85 (+73.47%)
Mutual labels:  gtfs

Mapnificent cities

This repo contains data and meta data about all cities in Mapnificent.net. Metadata is stored in MarkDown files in the YAML Front matter and data is stored as Protocol Buffers in a .bin file.

How to add a city.

In order to add a transit system to Mapnificent, GTFS data for that transit system needs to be available without charge under a license that allows its use with Mapnificent.

If the city is not yet in Mapnificent and please open an issue or – preferably – a pull request.

The issue will have a template that you need to fill out. The template is identical to the Markdown meta data and also reproduced below.

If you can, please create a pull request where the markdown file is already named correctly: <cityid>/<cityid>.md. This will make adding this city more convenient and thus faster.

You can use the following template:

---
cityid: example-city
cityname: Example City
# Center of the map when loaded
# Coordinates as [LNG, LAT] (like GeoJSON, NOT like leaflet)
# (the leading dash is NOT a minus sign, it's a list item)
coordinates:
- 13.369545
- 52.525592
description: ''
# Preferably provide a transitfeeds.com location ID, e.g.
tf_location_ids:
- 169-berlin-germany
# Or provide GTFS files like so
gtfs:
  example_feed_name:
    # Transitfeeds.com feed id if available
    tf_feed_id: verkehrsverbund-berlin-brandenburg/213
    # URL of Feed if tf_location_ids or tf_feed_id are not available
    url: https://transitfeeds.com/p/verkehrsverbund-berlin-brandenburg/213/latest/download
version: 1
# Zoom level when loaded
zoom: 12
---

(c) [Transit Agency Name](http://transitagency.example.org)
([Terms of Use](http://license.example.org))
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].