Menu

A problem when calculating the geoid height at a point in RAWVAL method with NETGeographicLib

Kadir Tuna
2023-11-06
2023-11-06
  • Kadir Tuna

    Kadir Tuna - 2023-11-06

    I'm developing an app that is like a simulation which has to have geoid
    height for a point(Latitude, Longitude) continuously. Due to the reason
    that NETGeographicLib demonstrates high performance because of working in
    GPU and high precision, My prefer is this library instead of PyGeodesy,
    GeoidHeightDotnet or other between the libraries I know.

    1 - However, When I repeatedly force NETGeographicLib's ConvertHeight()
    method to calculate the geoid height at a point with multithreading as well
    as six digits precision after the dot in my system, The RAWVAL() method
    throws an error.

    Does anybody encounter with an error like this?

    How to solute this problem?

    2 - Or do you know any alternative library that does the same with
    NETGeographicLib which calculates the geoid height at a point(Lat, Lon)
    with high performance as well high precision
    in C#?

    Thank you for interesting.

     

Anonymous
Anonymous

Add attachments
Cancel