turf-area
area
Takes a one or more features and returns their area in square meters.
Parameters
input
(Feature | FeatureCollection) input features
Examples
var polygons = "type": "FeatureCollection" "features": "type": "Feature" "properties": {} "geometry": "type": "Polygon" "coordinates": -67031021 10458102 -67031021 1053372 -66929397 1053372 -66929397 10458102 -67031021 10458102 "type": "Feature" "properties": {} "geometry": "type": "Polygon" "coordinates": -66919784 10397325 -66919784 10513467 -66805114 10513467 -66805114 10397325 -66919784 10397325 ; var area = turf; //=area
Returns Number area in square meters
This module is part of the Turfjs project, an open source module collection dedicated to geographic algorithms. It is maintained in the Turfjs/turf repository, where you can create PRs and issues.
Installation
Install this module individually:
$ npm install turf-area
Or install the Turf module that includes it as a function:
$ npm install turf