Skip to content

Ellipsoidal area calculation reproduced in Python with no dependencies

Notifications You must be signed in to change notification settings

nextgis/area-calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

area-calc

Ellipsoidal area calculation reproduced in Python with no dependencies

usage

from calculate_area import areacalc
p0 = [51.82, 63.8]
p1 = [43.48, 55.62]
p2 = [75.38, 59.13]
p3 = [51.82, 63.8]

points = [p0,p1,p2,p3]

areacalc(points)
>730215205638.4752

Notes

Implementations and code in other software, languages

About

Ellipsoidal area calculation reproduced in Python with no dependencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages