Sam Maurer
Sam Maurer
Looks like we need to pin `scipy
This issue is to plan out a set of templates for derived variables. ### Overview Each of these templates would generate an indexed `pd.Series()` associated with an Orca table: not...
It will be helpful to have a set of templates for loading data into Orca and saving outputs back to disk. Like the model step templates, these will be implemented...
We need a template class for network aggregations. This is already well automated in the existing codebase, so we can wrap or adapt the implementation in `urbansim.utils.networks`: https://github.com/UDST/urbansim/blob/master/urbansim/utils/networks.py The network...
Recent versions of Python have been building out support for data type annotation, where you can indicate the expected types of function inputs and outputs, or of standalone variables. The...
Good suggestion from @apdjustino that we add linting to the continuous integration checks, to help enforce consistent coding style.
The templates library has `urbansim` as a dependency right now, for utilities and some OLS regression code, and it's causing problems for conda installation. This is because we're exploring moving...
It occurred to me that if we follow some simple naming rules for join keys, we can substantially improve usability and data validation.. cc @janowicz @mxndrwgrdnr This idea is related...
We should shave some strategies and policies for dealing with column names that exist in multiple tables -- both so we can advise users about what's expected, and so our...
As we incorporate more choice table and simulation flexibility (weights, interaction terms, etc), the number of settings parameters for model steps is growing quickly. MNL already has 20, and could...