Giter Club home page Giter Club logo

get-traffic-freeway-br290's Introduction

Get Traffic Freeway BR-290 (Freeway)

This repository contains a project that get traffic information of the BR-290 (Freeway) highway, between Osório and Porto Alegre, localized in south of Brazil.

The BR-290 is one of the most important highways in Rio Grande do Sul, Brazil, with a length of 726 km, located in the state of Rio Grande do Sul, which departs from the center-north coast of the state in the west direction, to the municipality of Uruguaiana, on the border with Argentina.

The stretch between the beginning of the highway, next to BR-101 in the municipality of Osório to the city of Porto Alegre, is known as Freeway, operated by CONCEPA. This stretch has two tolls, one in Gravataí and another in Santo Antônio da Patrulha (this being charged only in the Litoral direction); And presents intense traffic, with four lanes between Osório and Porto Alegre in both directions, the other sections vary between single and double lane.

This project load the information of the average and total flow of vehicles per day in the Gravataí toll (Litoral/Capital), released by the operator Concepa. The information is stored in an Excel file.

Code

To get the data, you must open the application with Visual Studio / Monodevelop or call it directly from the 'console application' of the Windows.

GetTrafficFreewayBR290 [path and name file] [start date] [end date]

Example:

GetTrafficFreewayBR290 C:\data\traffic.xlsx 01/01/2016 01/05/2016

You can using this application like class library in your application in the .Net platform.

Traffic traffic = new Traffic(
    @"C:\data\traffic.xlsx", 
    new DateTime(2016,01,01), 
    new DateTime(2016,05,01));
traffic.Run(new Excel());

get-traffic-freeway-br290's People

Contributors

murillo avatar

Watchers

 avatar James Cloos avatar  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.