-
Are there any docs explaining the columns of `land_use.csv`?
-
- [ ] I read [the conda-forge documentation](https://conda-forge.org/docs/user/introduction.html#how-can-i-install-packages-from-conda-forge) and could not find the solution for my problem there.
…
jpn-- updated
2 years ago
-
The latest release of Numpy (v1.22) deprecated [np.MachAr](https://github.com/numpy/numpy/pull/20201). This cause the Numba decorators in ActivitySim's [initialize_los](https://github.com/ActivitySim/…
-
This should not affect phys simulation in any way.
This teleportation should happen between departure and arrival events.
The teleportation should use some new mod, for example - 'teleportSharedCar…
-
A detailed list of skims, including a description of each skim measure and units, would really help implementation. We have been relying on these:
https://activitysim.github.io/activitysim/examples…
-
Loading the skims is getting to be a big bottleneck for the SF-Bay PILATES implementation and will only get worse. It feels very non-optimal to be writing to .csv from BEAM, converting .csv->HDF5, and…
-
We need a few improvements to transit skims for the activitysim/PILATES integration:
## Transit
- [x] **Wait times**: Right now there is no wait time included in the skims for the first transit …
-
Right now the BEAM urbansim/activitysim csv inputs have a trip_id column. Can we find a way to read this in and store it as a trip attribute that can be output in our plans and some relevant events (m…
-
From GitHub:
We noticed your personal access token, ActivitySim push gh-pages, has an outdated format...We recently updated the format of our API authentication tokens, providing additional securit…
-
Pull Request #325 introduced a new requirement that each model define a "coefficients" file. This makes the structure of the config files cleaner in the long run. However, the documentation has not be…