Skip to content

visgl/loaders.gl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

loaders.gl


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-modules to execute the existing ocular and lerna build flow for modules. The default yarn build command delegates to this script for backward compatibility.
  • Run yarn test-modules for the standard module test suite (also available through yarn test).
  • Run yarn build-apps to run the tile-converter app build (currently the only app in this repository).
  • Run yarn test-apps to 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.