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.
loaders.gl is extensively documented on the loaders.gl website.
See CONTRIBUTING.md.
yarn build-modules to execute the existing ocular and lerna build flow for modules. The default yarn build command delegates to this script for backward compatibility.yarn test-modules for the standard module test suite (also available through yarn test).yarn build-apps to run the tile-converter app build (currently the only app in this repository).yarn test-apps to exercise the tile-converter app test/build script when available.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.