# fio-area **Repository Path**: mirrors_mapbox/fio-area ## Basic Information - **Project Name**: fio-area - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-12-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README fio-area ======== .. image:: https://img.shields.io/pypi/v/fio-area.svg :target: https://circleci.com/gh/mapbox/fio-area .. image:: https://circleci.com/gh/mapbox/fio-area.svg?style=svg :target: https://circleci.com/gh/mapbox/fio-area .. image:: https://codecov.io/gh/mapbox/fio-area/branch/master/graph/badge.svg :target: https://codecov.io/gh/mapbox/fio-area .. code-block:: console Usage: fio area [OPTIONS] FEATURES... Options: -s, --summary Output summary statistics only --calc-crs TEXT Projection to calculate area in [DEFAULT=esri:54009] --sequence / --no-sequence Write a LF-delimited sequence of texts containing individual objects or write a single JSON text containing a feature collection object (the default). --help Show this message and exit. Installation ============ .. code-block:: console pip install fio-area Example ======= .. code-block:: console fio cat some-area.geojson | fio area -s {"min": 405306050878.5006, "max": 405306050878.5006, "mean": 405306050878.5006, "sum": 405306050878.5006, "std": 0.0}