| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-13 | Update geodesic routines from GeographicLib 1.52 | Charles Karney | |
| Be more aggressive in preventing negative s12 and m12 for short lines. Initialize reference argument to remquo. | |||
| 2019-10-01 | Fix some Cppcheck complaints in geodesic routines | Charles Karney | |
| 2019-09-22 | Update to version 1.50 of the geodesic library. | Charles Karney | |
| * Allow arbitrarily complex polygons in geod_polygon_*. In the case of self-intersecting polygons the area is accumulated "algebraically", e.g., the areas of the 2 loops in a figure-8 polygon will partially cancel. * Simplify code by using C99 functions remainder and remquo. * More test coverage. Fixes to associated files: * src/pipeline.cpp invoke geod_init with f = es / (1 + sqrt(1 - es)) instead of (the less accurate) f = 1 - sqrt(1 - es) * src/apps/geod_set.cpp remove "#undef f" (a dangling relic?). | |||
| 2018-12-26 | cpp conversion: move source files in apps/ iso19111/ conversions/ ↵ | Even Rouault | |
| projections/ transformations/ tests/ subdirectories | |||
