Loaders.gl
Loaders for big data visualization. Website:
Install / Use
/learn @visgl/Loaders.glREADME
loaders.gl
<p align="center"> <img src="https://badge.fury.io/js/%40loaders.gl%2Fcore.svg" /> <img src="https://flat.badgen.net/badge/icon/Typed?icon=typescript&label&labelColor=blue&color=555555)" /> <img src="https://img.shields.io/badge/License-MIT-green.svg" /> <img src="https://img.shields.io/npm/dm/@loaders.gl/core.svg" /> <br /> </p>loaders.gl is a framework in the vis.gl framework suite that provides a collection of framework-independent loaders focused on geospatial, 3D and big data visualization use cases.
Documentation
loaders.gl is extensively documented on the loaders.gl website.
Contributing
See CONTRIBUTING.md.
Build and test workflows
- Run
yarn build-modulesto execute the existing ocular and lerna build flow for modules. The defaultyarn buildcommand delegates to this script for backward compatibility. - Run
yarn test-modulesfor the standard module test suite (also available throughyarn test). - Run
yarn build-appsto run the tile-converter app build (currently the only app in this repository). - Run
yarn test-appsto exercise the tile-converter app test/build script when available.
License
loaders.gl is licensed under a permissive open source license, using an MIT umbrella license.
Some individual loaders are forked from other open source code bases that are licensed be under different but compatible permissive licenses such as Apache 2 or BSD.
No code that uses proprietary, copy-left or non-permissive licenses is included in loaders.gl.
You can check the "Attributions" section for each loader module before you install it if the details matter to you.
