Fortran library for Geodesics  2.0
planimeter.for File Reference

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...
 

Detailed Description

A test program for area()

Definition in file planimeter.for.

Function/Subroutine Documentation

◆ planimeter()

program planimeter

A simple program to compute the area of a geodesic polygon.

This program reads in up to 10000 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.