HEALPix Typescript | HEALPix deck.gl
This repository is a monorepo for HEALPix-related deck.gl libraries. npm workspaces and Lerna orchestrate builds, tests, and releases: run the usual scripts from the repository root unless you are working inside a single package.
earth-anim.mp4
| Package | Description |
|---|---|
@developmentseed/deck.gl-healpix |
deck.gl layer for rendering HEALPix cells on a map, with a GPU color pipeline (filter / rescale / colorMap), multi-frame animation, and pluggable fragment-shader hooks for custom GLSL. |
Each package has its own README with installation, API usage, and examples—start there for day-to-day integration work.
npm install
npm run build # lerna: build all packages
npm run build:watch # lerna: watch mode
npm run ts-check # tsc --noEmit per package
npm run test
npm run lint
npm run cleanVersioning and publishing (maintainers):
npm run versionup # bump versions; no git tag / push
npm run publish:from # lerna publish from-package (skips private workspaces)MIT — see LICENSE.
