Code Monkey home page Code Monkey logo

open-traffic's Introduction

BOTS: the Berkeley Open Traffic Stack

This repository contains the Mobile Millennium code publicly released under an open-source license. It includes so far the following packages:

  1. CORE Some core structures to represent time and geometries of roads
  2. NETCONFIG Structures to represent map-matched data on road networks.
  3. PATH_INFERENCE The path inference filter.

Here are a few instructions for downloading and compiling the code on linux with limited configuration.

Getting started - linux

Download and install maven version 3.x:

http://maven.apache.org/download.html

Make sure the maven executable (mvn) is in the path. Download the source code:

git clone [email protected]:calpath/open-traffic.git

Compile and install the project:

cd open-traffic
mvn clean compile install

All the jar files will be installed in ~/.m2/repository/edu/berkeley/traffic. If you want to edit some code, delete this directory and run mvn compile install again.

Documentation

Some documentation is being put together for using the path inference filter. Meanwhile, the code documentation can be extracted using javadoc and scaladoc:

mvn javadoc:javadoc
mvn scala:doc 

Cheatsheet:

mvn versions:set -DnewVersion=0.X-SNAPSHOT
mvn scalastyle:check

License

All the code is released under the Apache 2.0 license.

open-traffic's People

Contributors

tjhunter avatar kouvelas avatar

Watchers

 avatar

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.