Calculate the area inside of any GeoJSON geometry. This is a port of Mapbox’s geojson-area for Python.
Installation
$ pip install area
Usage
Simply pass a geojson string or python dictionary to the area function and get the area.
>>> from area import area
>>> obj = {'type':'Polygon','coordinates':[[[-180,-90],[-180,90],[180,90],[180,-90],[-180,-90]]]}
>>> area(obj)
511207893395811.06
Test
$ python test.py
Credit
Release files for area 1.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| area-1.1.1.tar.gz | 4.1 kB | Details |
Release files / area-1.1.1.tar.gz
| Download URL | area-1.1.1.tar.gz |
|---|---|
| Size | 4.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
caebb96668ddeddb50e7f56ed236da3b84459f6eb67f0306a652c14e2b8765a2
|
|
BLAKE2b-256 checksum How to use checksums |
f41b9e434947304bafaeca6a5760272ded9b43edbcadfe9f15116596b4d6b7eb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14
|