Skip to main content

topo2geo

CLI for converting TopoJSON files to GeoJSON

Installation

pip install topo2geo

Depends on shapely and click

Usage

[~]$ topo2geo input.topojson output.geojson

Multilayered Topojsons

If the topojson contains mulitple layers (i.e. there are multiple values in the "objects" key). Then seperate geojson files will be output with the layer name.

For example a topojson containing states and counties:

{
    "type": "Topology",
    "objects": {
        "county": {
            "type": "GeometryCollection",
            "geometries": [...]
        },
        "state": {
            "type": "GeometryCollection",
            "geometries": [...]
        }
    }
}

would produce two geojson files, output_geo_county.json and output_geo_state.json

Troubleshooting

If you experience a "segmentation fault" one thing to try is explained here:

pip install shapely --no-binary shapely

Credits

Originally written by sgillies and perrygeo. Converted to Python3 and packaged into a CLI by kylepollina.

Sources:


License - https://github.com/topojson/topojson/blob/master/LICENSE.md

Release files for topo2geo 0.4.4

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distribution (wheel)

Table of built distributions (wheels) for topo2geo 0.4.4
File Interpreter ABI Platform
topo2geo-0.4.4-py3-none-any.whl Python 3 none any Details

Release files / topo2geo-0.4.4-py3-none-any.whl

Download URL topo2geo-0.4.4-py3-none-any.whl
Size 4.3 kB
Tags Python 3
SHA-256 checksum
How to use checksums
df1067bc7c76c498a29e458a3ca9bb521c78ea3383e4a594c7b4b97bc1f56153
BLAKE2b-256 checksum
How to use checksums
f8327f509e8a778c19c11d6f689e24ceb98679cf414035aa98840d50d8a45aed
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

Release history Release notifications | RSS feed

This release

0.4.4 This release

1 release file

0.4.3

1 release file

0.4.2

1 release file

0.4.1

3 release files

0.4.0

2 release files

0.3.2

2 release files

0.3.1

2 release files

0.3.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page