@morganherlocker
TileReduce
Parallel Spatial Analysis
...in javascript
or more specifically, node.js
Why node.js?
a strength of node.js is that it is single threaded
...but that means cores spend time waiting around
TileReduce distributes spatial analysis across CPU cores
give TileReduce an area and it will split it into tiles
tiles,

how do they work?

z7
The Map
...no, not that kind of map
each tile is processed through a map script
this is where the work gets done
Data Sources
raw or geojson
remote or local
to scale:
@mapbox + @openstreetmap

MIT

https://github.com/

mapbox/

tile-reduce

???