parsePGM
Parse header of "Earth Gravity Model" *.pgm file.
Functions
parsePGM(data, options)
Parse "Earth Gravity Model" loaded from a *.pgm file, e.g. https://geographiclib.sourceforge.io/html/geoid.html
parsePGM(data: Uint8Array, options: object}): GeoidHeightModel
data
- binary buffer of pgm fileoptions
- loader optionsGeoidHeightModel
- instance ofGeoidHeightModel
class