Skip to content

Parses API data to build GeoJSON files of network coverage

License

Notifications You must be signed in to change notification settings

ttn-zh/ttn-coverage-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Gonzalo Casas
Feb 10, 2016
fe67d44 · Feb 10, 2016

History

20 Commits
Feb 10, 2016
Jan 15, 2016
Jan 15, 2016
Jan 15, 2016
Feb 6, 2016
Feb 10, 2016
Feb 10, 2016
Feb 6, 2016
Feb 10, 2016
Feb 6, 2016
Feb 6, 2016
Feb 10, 2016

Repository files navigation

TTN Coverage

This script parses node data from The Things Network API and creates GeoJSON files of the effective network coverage.

Installation

Make sure you have Python 3 installed, clone this repository and create a virtualenv to install dependencies:

$ virtualenv -p python3 .env
$ source .env/bin/activate
$ pip install -r requirements.txt

Usage

Run the import for your node:

$ python import.py <node_eui>

For now, this only understands a very specific format of encoding coordinates in the data_plain field, but this will be improved soon.

About

Parses API data to build GeoJSON files of network coverage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages