Skip to main content

Stats for GeoJSON data

Project description

geojson-stats

Stats for GeoJSON data

(total / per property / per value)

  • Features count
  • Length for lines
  • Area for polygons

Quick start

Install

Directly from the main branch:

pip install geojson-stats

Usage

geojsonstats -f <GEOJSON FILE>

Help and options:

geojsonstats -h

Python

from geojson_stats.stats import Stats, Config

config = Config(
  clean = True,
  length = True,
  keys=["waterway"],
  value_keys=["waterway"]
)

stats = Stats(config)
stats.process_file("example/tkm_waterways.geojson")

print("Count:", stats.results.count)
stats.dump()

Example

Getting stats from Turkmenistan Waterways (OpenStreetMap Export) downloaded from HDX

geojsonstats -f example/tkm_waterways.geojson --keys waterway --value-keys waterway --length --verbose
{
  "count": 4447,
  "length": 23318.876036089594,
  "languages": {
    "list": [
      "name",
      "name:en",
      "name:tk"
    ],
    "count": 3
  },
  "key": {
    "waterway": {
      "count": 4447,
      "percent": 100.0,
      "length": 23318.876036089594,
      "value": {
        "canal": {
          "count": 2164,
          "length": 11890.79586499543
        },
        "drain": {
          "count": 370,
          "length": 636.8213551633588
        },
        "river": {
          "count": 435,
          "length": 8353.148822879351
        },
        "ditch": {
          "count": 1125,
          "length": 1251.067586054797
        },
        "wadi": {
          "count": 26,
          "length": 133.95910280981897
        },
        "stream": {
          "count": 281,
          "length": 982.3192418240153
        },
        "dam": {
          "count": 42,
          "length": 68.91994831893784
        },
        "weir": {
          "count": 2,
          "length": 0.03208190453249057
        },
        "derelict_canal": {
          "count": 2,
          "length": 1.812032139385983
        }
      }
    },
    "osm_id": {
      "count": 4447,
      "percent": 100.0
    },
    "osm_type": {
      "count": 4447,
      "percent": 100.0
    },
    "tunnel": {
      "count": 883,
      "percent": 19.86
    },
    "layer": {
      "count": 821,
      "percent": 18.46
    },
    "name": {
      "count": 535,
      "percent": 12.03
    },
    "name:en": {
      "count": 223,
      "percent": 5.01
    },
    "source": {
      "count": 173,
      "percent": 3.89
    },
    "name:tk": {
      "count": 99,
      "percent": 2.23
    },
    "width": {
      "count": 94,
      "percent": 2.11
    }
  }
}

HTML

You can also generate stats in HTML format, using a template.

For example:

geojsonstats -f example/tkm_waterways.geojson --keys waterway --value-keys waterway --length --html example/waterway_stats_tpl.html > stats.htm
Screenshot 2024-11-14 at 00 01 26

License

GNU Affero General Public License

(c) Emilio Mariscal 2024

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

geojson_stats-0.2.2.tar.gz (20.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

geojson_stats-0.2.2-py3-none-any.whl (20.5 kB view details)

Uploaded Python 3

File details

Details for the file geojson_stats-0.2.2.tar.gz.

File metadata

  • Download URL: geojson_stats-0.2.2.tar.gz
  • Upload date:
  • Size: 20.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.15

File hashes

Hashes for geojson_stats-0.2.2.tar.gz
Algorithm Hash digest
SHA256 79bac606f2878100541e3516d18defcef52be27e358da87eecfb925056422e7e
MD5 acd120331448ad11546061e2e5e2a838
BLAKE2b-256 021b8b1bacace20fae663a8969d3a9a2c9722107f00ffc5bfe9ad4bbe5e3421a

See more details on using hashes here.

File details

Details for the file geojson_stats-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: geojson_stats-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 20.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.15

File hashes

Hashes for geojson_stats-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 aac95c1fc69738bb9a726d3c61393f0eb3e4fef40709fc041a16cac641eda4c4
MD5 6966443281b78d93d98d93acb6fa3566
BLAKE2b-256 b86024a02350a4711f9aee7ec81724194cf2c55cf0e32b9d3e0d80e7ffee3a39

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page