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

Add basic spatial metrics beyond access package #24

Open jkoschinsky opened 5 years ago

jkoschinsky commented 5 years ago

Many people use basic spatial access metrics (average time to nearest service, count of services within access range, sum of service capacity within access range). We're not including them as a function in the access package but want to give users the option to get them as output.

Within catchment area: —Sum of capacity variable (e.g. sum of funding amount within 30 min) -- Average time to nearest resource

Without catchment: Count of resources within catchment

For all (optional): run this by type (e.g. service category or type of primary care)