-
Notifications
You must be signed in to change notification settings - Fork 12
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
403 Error while trying to run NYC example #77
Comments
Dear @Nasheor, thanks for noticing this problem. In fact, the NYC data is not available anymore in its initial form. It has been anonymized and converted to another format. The examples need to be updated accordingly to process the new version. |
Hey @sebhoerl I have a question regarding a use case for this library. I have census data for travel patterns, workplace locations, travel mode, home locations, and time of the day journey is happening for Dublin city. However, all these datasets are separated with intervening parameters that could be used to build activity chains for commuters (specifically from home to work and back home). Could I use this library to build activity chains from this data? Any pointers and guidance would be greatly appreciated. Thanks Kind Regards |
Hi @Nasheor, this repository is really just the technical backbone of the pipeline. You can find more information on a synthetic population pipeline implementation here: https://github.com/eqasim-org/ile-de-france There is the accompanying paper:
It will help to understand how the pipeline works, what are the steps, etc. You can replicate the methodology with the French data sets when following the instructions from the repository. The pipeline has been adapted to a bunch of other cases, for instance to São Paulo:
https://github.com/eqasim-org/sao_paulo And to California:
https://github.com/eqasim-org/california These publications show a bit how the pipeline can be extended, but depending on your data you may need smaller or bigger adjustments. |
Hey,
I recently tried running the example of NYC from the repository to better understand SYNPP. However, I'm getting a 403 message while following the steps to run the NYC data from the README.
Could you please advise me on resolving this error?
Thanks in advance.
The text was updated successfully, but these errors were encountered: