Skip to main content

A command-line tool for reducing the size of GeoJSON files.

Project description

GeoJSON-shave

Testing License versions awesome list badge


geojson-shave reduces the size of GeoJSON files by:

  • Reducing the precision of latitude/longitude coordinates to the specified decimal places.
  • Eliminating unnecessary whitespace.
  • (Optionally) replacing the properties key's value with null/empty dictionary.

This tool assumes that your GeoJSON file conforms to the RFC 7946.

Please be aware that when you use fewer decimal places you can lose some accuracy. "The fifth decimal place is worth up to 1.1 m: it distinguish trees from each other" - read more here.

Installation

$ pip install geojson-shave

Usage

GeoJSON-shave-demo

Simply pass the file path of your GeoJSON file and it will truncuate the coordinates to 5 decimal places, outputing to the current working directory:

$ geojson-shave roads.geoson

Alternatively you can specify the number of decimal points you want the coordinates truncuated to:

$ geojson-shave roads.geojson -d 3

You can also specify if you only want certain Geometry object types in the file to be processed:

$ geojson-shave roads.geojson -g LineString Polygon

Note that the -g option doesn't apply to objects nested within Geometry Collection.

And to reduce the file size even further you can nullify the property value of Feature objects:

$ geojson-shave roads.geojson -p

Or select a positive list of properties to keep:

$ geojson-shave roads.geojson -kp id,name,level

Output to a directory other than the current working directory:

$ geojson-shave roads.geojson -o ../data/output.geojson

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_shave-0.2.0.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

geojson_shave-0.2.0-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

Details for the file geojson_shave-0.2.0.tar.gz.

File metadata

  • Download URL: geojson_shave-0.2.0.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.10.2

File hashes

Hashes for geojson_shave-0.2.0.tar.gz
Algorithm Hash digest
SHA256 883461e80bb46e876eeb817c8e043385cb9c0e10dd5719a7cf6ff4772ce9fcc8
MD5 c865f352e0d74a1766883bd20d34a0db
BLAKE2b-256 78dccfd9e420f46cb18b9ebb88a87415180207011c84b3fb22d38196fae285a0

See more details on using hashes here.

File details

Details for the file geojson_shave-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for geojson_shave-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 949a1ff8b86b23e53a1b15295d439165890631c15c7efab442bdabafc4f66c36
MD5 2da3e804f69c72571d6e2060ce16c777
BLAKE2b-256 50f6265755fdcaef3feeef3993f4e3c9c31d09ad85657df8a00d6d5b26b4f0a4

See more details on using hashes here.

Supported by

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