Loads/reads a binary NTv2 file (.gsb) implementing the FeatureIterator interface
It should be noted that a proj4 Transformer usually uses this class internally. But if you want
to manually parse a .gsb file, you can use this class directly.
Usage
import { NadGridReader } from'gis-tools-ts' import { FileReader } from'gis-tools-ts/file'; // or use the MMapReader if using Bun: // import { MMapReader } from 'gis-tools-ts/mmap';
NAD Grid Reader
Description
Loads/reads a binary NTv2 file (.gsb) implementing the FeatureIterator interface
It should be noted that a proj4 Transformer usually uses this class internally. But if you want to manually parse a .gsb file, you can use this class directly.
Usage
Links