Overview

The @loaders.gl/arrow module provides support for the Apache Arrow and GeoArrow formats.
Installation
npm install @loaders.gl/core @loaders.gl/arrow
See Using with Apache Arrow for practical guidance on how to integrate with the Apache Arrow JS library.
Loaders and Writers
| Loader |
|---|
ArrowLoader |
ArrowWorkerLoader |
GeoArrowLoader |
| Writer |
|---|
ArrowWriter |
Additional APIs
Arrow provides a rich JavaScript API for working with Arrow formatted data.
Start with the ArrowJS API Reference.
Attributions
@loaders.gl/arrow was developed with the benefit of extensive technical advice from Paul Taylor @ Graphistry.