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

Dec open data #580

Merged
merged 10 commits into from
Dec 15, 2022
Merged

Dec open data #580

merged 10 commits into from
Dec 15, 2022

Conversation

tiffanychu90
Copy link
Member

@tiffanychu90 tiffanychu90 commented Dec 15, 2022

HQTA

  • Able to test full run on dask cloud cluster
  • Able to test Muni download, additional checks to make sure it makes it in the final dataset
  • Most likely will remove new Muni weekend stops in Jan 2023 if it transitions into weekday service
  • Additional reworking of logic for dask.delayed objects.
    • Currently, trips, stops, and routelines are dask.delayed objects that can execute more or less simultaneously, and stop_times is downloaded after.
    • Next month TODO: save a list of operators that have all 3 tables present, then turn stop_times into a delayed object too. Does order of stop_times delaying matter?

Traffic Ops

  • Get rid of make_routes_stops_shapefiles.py and opt to use Makefile to run several scripts in a row
  • Move the gtfs_utils query part to only execute when script is run

bus_service_utils

  • Revert back to Python 3.9 type hints with Union as opposed to pd.DataFrame | gpd.GeoDataFrame

@tiffanychu90 tiffanychu90 added the open-data Work related to publishing, ingesting open data label Dec 15, 2022
@github-actions
Copy link

3 similar comments
@github-actions
Copy link

@github-actions
Copy link

@github-actions
Copy link

@tiffanychu90 tiffanychu90 merged commit 2bb1ecd into main Dec 15, 2022
@tiffanychu90 tiffanychu90 deleted the dec-open-data branch December 15, 2022 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
open-data Work related to publishing, ingesting open data
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant