0.1.0 • Published 9 years ago

trizilla v0.1.0

Weekly downloads
24
License
-
Repository
github
Last release
9 years ago

trizilla

Build Status

Consumes data values from a latticegrid, then aggregates and inflates triangular geometries.

usage

npm install trizilla

var trizilla = require('trizilla')();

trizilla.inflate(<minZ>) - takes an input stream of stringified {qt: <qt>, attributes: {<attributes>}} objects and returns inflated triangular lattice GeoJSONs to the minZ specified.

trizilla.tile(<delta>) - given a delta (size of triangle relative to rendered tile), arrange stream of GeoJSONs and sorts by tile: {tile: {x:, y: , z:}, features: []}

trizilla.serialize(x) - takes a stream of above tile objects and serialize geometries

trizilla.clean({}) - don't feed your trizilla garbage - send a stream through the cleaner before mealtime

0.1.0

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago