@loaders.gl/shapefile
Version:
Loader for the Shapefile Format
11 lines (10 loc) • 558 B
JavaScript
// loaders.gl
// SPDX-License-Identifier: MIT
// Copyright (c) vis.gl contributors
export { ShapefileLoader } from "./shapefile-loader.js";
export { DBFLoader, DBFWorkerLoader } from "./dbf-loader.js";
export { SHPLoader, SHPWorkerLoader } from "./shp-loader.js";
// EXPERIMENTAL
export { BinaryReader as _BinaryReader } from "./lib/streaming/binary-reader.js";
export { BinaryChunkReader as _BinaryChunkReader } from "./lib/streaming/binary-chunk-reader.js";
export { zipBatchIterators as _zipBatchIterators } from "./lib/streaming/zip-batch-iterators.js";