safarzadeh-reza / PyTrack

a Map-Matching-based Python Toolbox for Vehicle Trajectory Reconstruction

Home Page:https://pytrack-lib.readthedocs.io/en/latest/#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



PyTrack: a Map-Matching-based Python Toolbox for Vehicle Trajectory Reconstruction

All platforms PyPI Latest Release Conda Version License docs PyPI downloads Anaconda downloads

What is it?

PyTrack is a Python package that integrate the recorded GPS coordinates with data provided by the open-source OpenStreetMap (OSM). PyTrack can serve the intelligent transport research, e.g. to reconstruct the video of a vehicle’s route by exploiting available data and without equipping it with camera sensors, to update the urban road network, and so on.

Main Features

The following are the main features that PyTrack includes:

  • Generation of the street network graph using geospatial data from OpenStreetMap
  • Map-matching
  • Data cleaning
  • Video reconstruction of the GPS route
  • Visualisation and analysis capabilities

Getting Started

Installation

The source code is currently hosted on GitHub at: https://github.com/cosbidev/PyTrack. PyTrack can be installed using*:

# conda
conda install pytrack 
# or PyPI
pip install PyTrack-lib

*for Mac m1 users, it is recommended to use conda in order to be able to install all dependencies.

Documentation

Checkout the official documentation. The official documentation is currently under construction. Besides, here you can see some examples of the application of the library.

Contributing to PyTrack

All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.

Author

Created by Matteo Tortora - feel free to contact me!

License

PyTrack is distributed under a BSD-3-Clause-Clear Licence.

About

a Map-Matching-based Python Toolbox for Vehicle Trajectory Reconstruction

https://pytrack-lib.readthedocs.io/en/latest/#

License:BSD 3-Clause Clear License


Languages

Language:Python 100.0%