-
Notifications
You must be signed in to change notification settings - Fork 3
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
Zone Aggregation #8
Conversation
# Conflicts: # README.md # sandag_rsm/__init__.py
@jpn--, @JoeJimFlood |
these are now in `resources`
@DavidOry @jpn-- I tried cloning the zone-agg branch of the repo and wasn't able to run the notebook. It looks like it's failing while the trip list is being loaded. Do I need to run it in Docker? Or is there something else I'm missing?
|
That's an odd error. Maybe the trips_sample.pq file somehow got corrupted in the download step? I'd try deleting it and trying again. If the same error persists, you can try docker, or we can dig into it tomorrow when we talk |
I had been using an environment that I use for testing things out, but I realized that I should create a new environment based on the yaml file in the repo. After doing that, installing pyarrow, and upgrading scipy it would appear as though the notebook ran through all of the way successfully. |
Removing the existing centroid connectors and creating new ones based on aggregate zone structure
@jpn-- |
Replaced by #19 |
Placeholder pull request for zone aggregation functionality