Create a Reader that fills a GeoGrid with the commute info from CSV file.
CommutesCSVReader(std::unique_ptr< std::istream > istream)
Construct the CommutesCSVReader with an istream containing the CSV data.
A Geographic grid of simulation region contains Locations that in turn contain an index to the Contac...
void FillGeoGrid(GeoGrid &geoGrid) const override
Add the found Commutes to the provided GeoGrid.
Namespace for the geographic and demograhic classes.
Create an abstract Reader that fills a GeoGrid with the commute info from file.