issues
search
JamesSaxon
/
access-old
Python module to calculate spatial access scores.
http://access.readthedocs.io
BSD 3-Clause "New" or "Revised" License
4
stars
0
forks
source link
Yair: Create 2SFCA Access Function
#25
Closed
JamesSaxon
closed
5 years ago
JamesSaxon
commented
5 years ago
[x] Get travel times from
figshare
. Use bzcat + regular expression with grep to extract the rows corresponding to Illinois (FIPS code 17).
[x] Look up FIPS codes and GEOIDs.
[x] The
doctor
and
population
counts are in my webspace. Again, extract Illinois.
[x] Implement the basic 2SFCA with a catchment of 60 minutes in a simple script. Ensure that your results are floating point identical with Bryan's.
JamesSaxon
commented
5 years ago
Thanks Yair -- nice work!