-
@janowicz: So, I think I may be getting an idea of devtypes and devids and where they all get set up in spandex. And I think I found "the problem" at:
https://github.com/synthicity/bayarea_urbansim/b…
-
data regeneration runs on urbansim 1.3 while simulation requires edge urbansim
-
In order to successfully get from source data to outputs, this repository has at least 2 dependencies (GDAL/PostGIS, Anaconda) that are installed at a lower level than a base python installation. Thus…
-
In this environment, which is as close to the travis config in the repo as i could get, https://github.com/MetropolitanTransportationCommission/bayarea_urbansim_setup/tree/vagrant-ubuntu14-giuliani
…
-
Its unclear to me as a user whether I can edit a database that Spandex is using/managing outside of the Spandex ORM without breaking the Spandex `database` class' understanding of the schema.
In sho…
-
There doesn't seem to be a way to get from an HDFStore to SQL, though you can go from an HDFStore to a Dataframe and a DataFrame to SQL.
This fails:
``` python
blz.into('sqlite:///bayarea.db::buildi…
-
It appears I am having two separate issues - one with BBC content (See first attempt) and another with ITV content (second through fourth). Not sure if both are related to a proxy issue, which seems t…
-
@jiffyclub I'm hoping you can review what I'm currently doing in the BayArea implementation of UrbanSim and
1) make sure there's not a more elegant way to do be doing things
2) make sure we don't wa…
-
Use requirements file to tie the current version of bayarea_urbansim to the right versions of urbansim and urbansim_defaults (and maybe pandana)
-
@jiffyclub Matt - got a question for you. I've taken to using injectables as a way to store general state in the simulation. In this specific case I'm talking about the submarket_ratios (price shift…