Menu

Java Geoid/Ellipsoid Height Calculation - EGM96

Anonymous
2021-04-09
2021-04-10
  • Anonymous

    Anonymous - 2021-04-09

    I am trying to use the java implementation to calculate/transform the geoid height to ellipsoid height (EGM=>WGS84=>EGM) using egm96 grid file. I don't see a Geoid.class in GeographicLib-Java version 1.51.

    Is there an example as to how to implement the necessary calls using the geographiclib-java library?

     
  • Charles Karney

    Charles Karney - 2021-04-10

    This is not provided by the Java implementation of GeographicLib (and I have no plans to add it). Similar functionality has been ported from GeographicLib to Java in OpenTracks; see https://github.com/OpenTracksApp/OpenTracks/pull/672 Perhaps you can use this or do something similar.

     

Anonymous
Anonymous

Add attachments
Cancel