cta-sim icon indicating copy to clipboard operation
cta-sim copied to clipboard

Big data simulation of Chicago's public transportation to improve transit planning and reduce bus crowding

Results 18 cta-sim issues
Sort by recently updated
recently updated
newest added

## REQUIRED WIKI SECTIONS - [ ] Homepage > Intro: have a sentence or two about the project: the problems its solving, the partner, and how you're solving it. Also...

### Directory Structure - [ ] Clean, Well named set of directories. Examples include `webapp`, `database`, and `models`. - [ ] No random files in the root. - [ ]...

The gxt dependency appears to be populating correctly through Maven now, for me at least. I'm not sure what changed. But if others can confirm that the webapp works for...

Decide upon an open source license for the project and add a license file to the repo

We need to handle stop changes so we can use the fit from past data to predict for the future. Right now we are using route 6 as we develop...

enhancement

Remove parameters in webapp for selecting hours to simulate, just simulate entire days.

enhancement

It looks like the DateField object from com.extjs.gxt will use the time zone from the client's web browser. This would send the wrong Date object if the webapp is accessed...

bug

The S3Communication classes are bitrotten. Either update them to work or remove them.

bug

The Java modulus can be negative. Fix for this in selecting the time parameters (half hour bucket) in the statistical models.

bug