Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create supply data by segment #188

Open
alephcero opened this issue Dec 16, 2024 · 1 comment
Open

Create supply data by segment #188

alephcero opened this issue Dec 16, 2024 · 1 comment
Assignees

Comments

@alephcero
Copy link
Collaborator

Supply data should include by segment and direction:

  • Number of unique vehicles/ frequencies
  • Average speed for those vehicles

segments could be ether segments each m meters in the route geom or using h3.

For all branches and lines we should create a h3 table with routes so we could compare overlapping in an easier way

@alephcero alephcero self-assigned this Dec 16, 2024
@alephcero alephcero changed the title Create supple data by segment Create supply data by segment Jan 3, 2025
@alephcero
Copy link
Collaborator Author

A vehicle may pass through section 7 ant 7:58 and not appear in section 8 because of the 7 am filter . ie
gps_gdf.loc[(gps_gdf.sentido == 'ida') & (gps_gdf.id_ramal == 270) & (gps_gdf.interno == 9),:]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant