Releases: EL-BID/UrbanTrips
Release v0.3.0
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
Release v0.2.4
-
Add slides to ppt
-
Set od_validado 0 when fexp = 0 for smaller samples
-
Update configs xlsx
Release v0.2.3
-
Fix StamenToner error
-
Fix lib versions
Release v0.2.2
-
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
- Improved dashboard
- Improved check config script
Authors
Felipe González (@alephcero)
Sebastián Anapolsky(@sanapolsky)
Release v0.2.0
- 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
- 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]