Skip to main content

Python module to convert GeoJSON to the 'from-to' format used by deck.gl's LineLayer

Project description

Python module that converts LineStrings and MultiLineStrings of a GeoJSON FeatureCollection to DECK.GL’s LineLayer ‘from-to’

Requirements

Install

$ pip install geojson2fromto

Usage

$ geojson2fromto data.geojson [from-to-data.json]

Note: To use the resulting JSON with Deck.GL’s LineLayer the coordinateSystem prop of the LineLayer has to be set to COORDINATE_SYSTEM.LNGLAT_EXPERIMENTAL

Dev Install

$ git@github.com:weaselandfox/geojson2fromto.git
$ cd geojson2fromto
$ pipenv install

Dev Usage

$ pipenv shell
$ python ./geojson2fromto input.geojson [output.json]

Tests

Make sure you have activated a virtualenv (run $ pipenv shell)

$ pytest

License

MIT © Weasel & Fox

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

geojson2fromto-0.2.9.tar.gz (14.8 kB view hashes)

Uploaded Source

Built Distribution

geojson2fromto-0.2.9-py2.py3-none-any.whl (6.9 kB view hashes)

Uploaded Python 2 Python 3

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