Data and code supporting the paper Considering Public Transit: New Insights into job and food access for low-income residents in Baltimore, Md by Plano, Darby, Shaffer, and Jadud.
The code in this repository is made available under a GPL3 or later license. The full GPL3 license is included in this repository in the file gpl-3.0.txt.
The data in this repository (contained within the SQLite and CSV files) is made available under a Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
We completed a transit access analysis using transportation analysis zones and travel time via public transit between zones across Baltimore City and County, MD. We determined the number of healthy food stores, or supermarkets, and employment opportunities accessible from a particular origin zone for all zones in the metropolitan area.
We used the command
python full-analysis.py taz.sqlite 30
to generate an analysis based on a 30-minute travel window and
python full-analysis.py taz.sqlite 45
to generate results based on a 45-minute travel window. Both taz.sqlite and time.sqlite need to be in the script directory for the analysis to be completed. Similar analyses for other cities (that use this script) would need equivalent data tables in the SQLite format.
TBA
Please ask questions regarding the data and code using the Github "Issues" interface, above. This will email the authors and allow us to generate an archive of questions and answers surrounding the work.
