Skip to content

Releases: EL-BID/UrbanTrips

Release v0.3.0

27 Nov 19:15
4003e45
Compare
Choose a tag to compare

New Features

  • Origin-Destination (OD) Matrix by Line:
    Generate OD matrices specific to individual transit lines, providing more granular insights into passenger flows.

  • Overlapping Analysis:
    Identify and analyze overlapping segments in transit routes, enhancing network optimization efforts.

  • Comparison of User Subsets:
    Introduced tools for comparing travel patterns across different user groups or datasets.

Enhancements

  • Network Distance Integration:
    Improved distance calculations between GPS points by incorporating network-based distances, offering greater accuracy compared to straight-line (Euclidean) distances.

  • Travel Time and Speed Metrics:
    Automatically compute travel times and vehicle speeds directly from GPS data, supporting performance evaluations and operational analyses.

  • New Mode Alternatives:
    Expanded support for additional modes of transportation, enhancing flexibility for multimodal analysis.

Technical Updates

  • Updated Dependencies:
    Urbantrips now supports the latest versions of Geopandas and Shapely, ensuring compatibility and improved performance.

  • Dash Improvements:
    Significant updates to the Dash integration, providing a more intuitive and efficient user experience for visualizing results

Release v0.2.5

31 May 21:31
a011d01
Compare
Choose a tag to compare
  • Removes Stamen as contextily provider

  • Replaces mcp module for extract_hex_colors_from_cmap()

Release v0.2.4

17 Oct 17:07
ab94f80
Compare
Choose a tag to compare
  • Add slides to ppt

  • Set od_validado 0 when fexp = 0 for smaller samples

  • Update configs xlsx

Release v0.2.3

06 Oct 18:36
06b3783
Compare
Choose a tag to compare
  • Fix StamenToner error

  • Fix lib versions

Release v0.2.2

02 Oct 13:48
a86d840
Compare
Choose a tag to compare
  • Fixes cambia_id_viajes_etapas_tarjeta_dia() taking to much time by taking the cumsum only form mismo_od series

  • Apply cambia_id_viajes_etapas_tarjeta_dia() in paralel with transform to optimize

  • Adds explicit order in legs before creating trips table

  • Create line metadata and additional configs checks

  • Changes duplicated card ids function

Release v0.2.1

13 Sep 11:45
c68b166
Compare
Choose a tag to compare
  • Improved dashboard
  • Improved check config script

Authors

Felipe González (@alephcero)
Sebastián Anapolsky(@sanapolsky)

Release v0.2.0

08 Sep 14:00
ae4a18c
Compare
Choose a tag to compare
  • Dashboard to visualize results
  • Check configs script before run
  • New KPIs
  • Services in data model
  • Updates documentation

Authors

Felipe González (@alephcero)
Sebastián Anapolsky(@sanapolsky)

Release v0.1.0

28 Feb 15:52
14c5954
Compare
Choose a tag to compare
  • Using yaml config file for main parameter settings.
  • Classify card transactions into legs and trips.
  • Estimate destinations.
  • Produce Origin Destination Matrices for different spatial units.
  • Compute public transportation KPIs.
  • Produce visualizations.
  • Tests.
  • On release, build package & upload to pypi.

Co-authored-by: Sebastian Anapolsky [email protected]