The Hard Thing About Hard Geo Things
Innovation Developer
@JamesLMilner
james@loxodrome.io
www.loxodrome.io
"how quickly the runtime grows, relative to the input as the input gets arbitrarily large" - Parker Phinney
for postcode in postcodes:
for grid in osgrid:
if pointInBoundingBox(postcode, grid):
return True
I want to find out which of all 1.8 million UK postcodes reside in which OS Grid Cell
n = Number of Polygons
m = Number of Points
(Quadtree Demo)
"The Intel® Pentium® 4 processor of 2004 was just a single core processor, but today we are talking about 8, 10, 12, or even 15 cores in a workstation, and these cores can execute instructions independent of each other. "
Ed Boiling (Google)
Vlad Metodiev (OS)