Skip to content

Calculate the surface area of a polygon, specified by a sequence of vertices

License

Notifications You must be signed in to change notification settings

yoshw/poly_area

Repository files navigation

Poly_area

What is it?

A simple script for calculating the surface area of an arbitrary two-dimensional polygon, where the polygon is specified by a sequence of vertices, stored as x-y co-ordinates in a CSV file.

Usage

Poly_area is a command-line tool. Run it with

$ python poly_area.py FILENAME 

where FILENAME points to a csv file containing a sequence of x-y co-ordinates.

Alternatively, import poly_area within a Python module to access its functions.

License

Poly_area is free software: you can redistribute it und/or modify it under the terms of the GNU General Public License. See module header and GPL.txt for more detail.

Contact

Yoshua Wakeham

About

Calculate the surface area of a polygon, specified by a sequence of vertices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages