|
Fortran library for Geodesics
1.43
|
A test program for area() More...
Go to the source code of this file.
Functions/Subroutines | |
| program | planimeter |
| A simple program to compute the area of a geodesic polygon. More... | |
A test program for area()
Definition in file planimeter.for.
| program planimeter | ( | ) |
A simple program to compute the area of a geodesic polygon.
This program reads in up to 100000 lines with lat, lon for each vertex of a polygon. At the end of input, the program prints the number of vertices, the perimeter of the polygon and its area (for the WGS84 ellipsoid).
Definition at line 11 of file planimeter.for.
1.8.5