geoarea
This is a fork from geojson-area (python). Calculate the area from lists of latitude and longitude coordinates.
Installation
$ pip install geoarea
Usage
Simply pass a list of latitude and longitude
>>> from geoarea import area
>>> latitude_world = [-90, 90, 90, -90, -90]
>>> longitude_world = [-180, -180, 180, 180, -180]
>>> area(latitude_world, longitude_world)
511207893395811.06
Test
$ python test.py
Credit
References
Release files for geoarea 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| geoarea-0.1.3.tar.gz | 3.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| geoarea-0.1.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.0 kB
Release files / geoarea-0.1.3.tar.gz
| Download URL | geoarea-0.1.3.tar.gz |
|---|---|
| Size | 3.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
618acef5e90dcdd82b086d9f709e023092b2c6f492f90f6880d035a6e5b24c72
|
|
BLAKE2b-256 checksum How to use checksums |
e815b068f374ad7e1c3b11a6d6fee7c719fbeaa03bd1e1bc9940d4de9eb3258f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.9.1 tqdm/4.26.0 CPython/3.7.0
|
Release files / geoarea-0.1.3-py3-none-any.whl
| Download URL | geoarea-0.1.3-py3-none-any.whl |
|---|---|
| Size | 2.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
bb6e3bed0856700ad3725ab8d84d0c4b212c8f316f2cda3610736283be47409d
|
|
BLAKE2b-256 checksum How to use checksums |
c04564440a20d32652f37cdc40c77106893faf160c34d0408904368038e3f3ab
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.9.1 tqdm/4.26.0 CPython/3.7.0
|