Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.11 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.11 KB

Info on Geodesy

Geodesy is a geodetic library that allows the construction of basic shapes on a specified ellipsoid world model. You can then perform various operations on the shapes and points such as discovering distance, whether shapes intersect and such. The shapes can have altitude but not arbitrary 3D shape.

Building

Setup your gradle.properties file appropriately after reading gradle documentation. Use gradle to build, see the various tasks and use the gradle documentation to understand what they do.

Versions and Packages

Note that for the public release the version was bumped to 2.0.0 and the java package is now org.opensextant.geodesy

Other Information of note

LICENSE contains our use license

NOTICE contains a list of other works that we use and their copyrights and license references.

glpl-v3.html contains the Lesser GNU Public License version 3 cpl-v10.html contains the Common Public License v1.0

NB

For those who are unaware, this file utilizes a format called markdown. Details at http://daringfireball.net/projects/markdown/syntax