geodesicd 0.0.2

D warper for Geodesic part of GeographicLib


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

GeodesicD

dlang warper for Geodesic part of GeographicLib 1.49. D Programming Language.

The simple warper of inverse and direct functions.

Example


import geodesicd;
auto g1 = Geodesic(EllipsoidWGS84);
auto p1 = LatLon(54.5, 18.5);
auto p2 = LatLon(55.5, 17.5);
auto g_out1 = g1.inverse(p1, p2);

auto g_out2 = g1.direct(p1, AzDist(90.0, 50000.0));

Dependencies

  • dlang compiler
  • GCC - used for compilation of original geodesic C library as static library

TODO

  • rest of geodesic library
  • rewrite unittests from geodtest.c
Authors:
  • Jakub Zdroik
Dependencies:
none
Versions:
0.0.3 2018-Apr-20
0.0.2 2018-Feb-25
0.0.1 2018-Feb-25
~master 2018-Apr-20
Show all 4 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 1 downloads this month

  • 18 downloads total

Score:
0.8
Short URL:
geodesicd.dub.pm