Given a writer and an array of iterators, write the input features to the writer as JSON-LD
Usage:
import { toJSONLD, JSONReader } from'gis-tools-ts'; import { FileReader, FileWriter } from'gis-tools-ts/file'; // or use mmap reader if using bun // import { MMapReader } from 'gis-tools-ts/mmap';
Given a writer and an array of iterators, write the input features to the writer as JSON-LD
Usage: