Skip to content

developmentseed/deck.gl-healpix

Repository files navigation

HEALPix Banner

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

Packages

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.

Development (root)

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 clean

Versioning and publishing (maintainers):

npm run versionup      # bump versions; no git tag / push
npm run publish:from   # lerna publish from-package (skips private workspaces)

License

MIT — see LICENSE.

About

HEALPix (Hierarchical Equal Area isoLatitude Pixelization) implementation in Deck.gl

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Contributors