All Projects → maasglobal → maas-schemas

maasglobal / maas-schemas

Licence: MIT license
Mobility as a Service API - data model, tests, and validation

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to maas-schemas

WazeCCPProcessor
Waze WARP takes your CCP data feed and processes it into your cloud provider for access, analysis, and visualization. An Open Government Coalition (OGC) project. @GovInTheOpen
Stars: ✭ 80 (+370.59%)
Mutual labels:  transportation, mobility
transitland-atlas
an open directory of mobility feeds and operators — powers both Transitland v1 and v2
Stars: ✭ 55 (+223.53%)
Mutual labels:  transportation, mobility
simobility
simobility - light-weight mobility simulation framework. Best for quick prototyping
Stars: ✭ 29 (+70.59%)
Mutual labels:  transportation, mobility
Libretaxi
Open source Uber #deleteuber
Stars: ✭ 3,687 (+21588.24%)
Mutual labels:  transportation
Sota Py
A discrete-time Python-based solver for the Stochastic On-Time Arrival routing problem
Stars: ✭ 381 (+2141.18%)
Mutual labels:  transportation
Tidytransit
R package for working with the General Transit Feed Specification (GTFS)
Stars: ✭ 84 (+394.12%)
Mutual labels:  transportation
Busrouter Sg
BusRouter SG: Singapore Bus Routes Explorer
Stars: ✭ 238 (+1300%)
Mutual labels:  transportation
Osmnx
OSMnx: Python for street networks. Retrieve, model, analyze, and visualize street networks and other spatial data from OpenStreetMap.
Stars: ✭ 3,357 (+19647.06%)
Mutual labels:  transportation
Bluesky
The open source air traffic simulator
Stars: ✭ 146 (+758.82%)
Mutual labels:  transportation
Modeify
Deliver personalized commute information to travelers.
Stars: ✭ 65 (+282.35%)
Mutual labels:  transportation
Ppd599
USC urban data science course series with Python and Jupyter
Stars: ✭ 1,062 (+6147.06%)
Mutual labels:  transportation
Transitive.js
Transit data visualization
Stars: ✭ 628 (+3594.12%)
Mutual labels:  transportation
Tpp
Repositório central para organização total (Issues, README's, LICENSE's, etc)
Stars: ✭ 92 (+441.18%)
Mutual labels:  transportation
Maro
Multi-Agent Resource Optimization (MARO) platform is an instance of Reinforcement Learning as a Service (RaaS) for real-world resource optimization problems.
Stars: ✭ 378 (+2123.53%)
Mutual labels:  transportation
React Layer Stack
Layering system for React. Useful for popover/modals/tooltip/dnd application
Stars: ✭ 152 (+794.12%)
Mutual labels:  transportation
Stplanr
Sustainable transport planning with R
Stars: ✭ 352 (+1970.59%)
Mutual labels:  transportation
Sthlmtraveling
STHLM Traveling helps you plan your journeys using data from Stockholm Public Transport (SL, Stockholms Lokaltrafik) on your Android phone
Stars: ✭ 106 (+523.53%)
Mutual labels:  transportation
Urbansprawl
Open framework for calculating spatial urban sprawl indices and performing disaggregated population estimates using open data
Stars: ✭ 48 (+182.35%)
Mutual labels:  transportation
Osmnx Examples
Usage examples, demos, and tutorials for OSMnx.
Stars: ✭ 863 (+4976.47%)
Mutual labels:  transportation
Complete street rule
The Complete Street Rule for ArcGIS CityEngine is a scenario oriented design tool intended to enable users to quickly create procedurally generated multimodal streets.
Stars: ✭ 81 (+376.47%)
Mutual labels:  transportation

Shared MaaS Global Type Definitions

This repository contains MaaS Global shared type definitions.

Index

The code is divided into several independent npm packages.

Devops

The following commands should work in all packages where applicable.

npm install -g yarn               # install yarn
yarn                              # install dependencies
yarn lint                         # run linters
yarn typecheck                    # run static type checks
yarn test                         # run tests
yarn prettify                     # auto format code base
yarn ci                           # perform a local CI test run
yarn build                        # create a production build
yarn clean                        # remove build artefacts
yarn readme-ts                    # extract readme code examples
yarn deploy-npm                   # deploy npm package
yarn deploy-alpha                 # deploy prelease npm package
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].