GeoDaCenter / spatial_access

https://spatial.uchicago.edu
37 stars 11 forks source link

Scalable solution #8

Closed ifarah closed 5 years ago

ifarah commented 5 years ago

Generate a solution to run parcels to amenities for all the US.

ifarah commented 5 years ago

Maybe running it in parallel could be a solution?

lmnoel commented 5 years ago

Technically the p2p/matrix computations are already run in parallel

ifarah commented 5 years ago

Ok, then maybe estimating some sort of buffer beforehand that would be approximate to the shortest distance of 30 minutes and download the bounding box for that area. So doing the analysis by patches in order to have the whole US at the end? Would that make sense?