# trizilla **Repository Path**: mirrors_mapbox/trizilla ## Basic Information - **Project Name**: trizilla - **Description**: Consumes data values from a latticegrid, then aggregates and inflates triangular geometries. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # trizilla [![Build Status](https://travis-ci.org/mapbox/trizilla.svg)](https://travis-ci.org/mapbox/trizilla) [![Coverage Status](https://coveralls.io/repos/mapbox/trizilla/badge.svg?branch=master)](https://coveralls.io/r/mapbox/trizilla?branch=master) Consumes data values from a latticegrid, then aggregates and inflates triangular geometries. ## usage `npm install trizilla` `var trizilla = require('trizilla')();` `trizilla.inflate()` - takes an input stream of stringified `{qt: , attributes: {}}` objects and returns inflated triangular lattice GeoJSONs to the minZ specified. `trizilla.tile()` - 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