tomalrussell / pytal

Python Telecommunications Assessment Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pytal

Python Telecommunications Assessment Library

pyTAL enables the assessment of telecommunication infrastructure, with the ultimate aim of helping to connect more people to the internet.

Using conda

The recommended installation method is to use conda, which handles packages and virtual environments, along with the conda-forge channel which has a host of pre-built libraries and packages.

Create a conda environment called pytal:

conda create --name cdcam python=3.7 gdal

Activate it (run this each time you switch projects):

conda activate pytal

First, install optional packages:

conda install fiona shapely rtree pyproj

Then install pytal:

python setup.py install

Alternatively, for development purposes, clone this repo and run:

python setup.py develop

Thanks for the support

pyTAL was written and developed at the Environmental Change Institute, University of Oxford within the EPSRC-sponsored MISTRAL programme, as part of the Infrastructure Transition Research Consortium.

About

Python Telecommunications Assessment Library

License:MIT License


Languages

Language:Python 80.6%Language:R 16.1%Language:Jupyter Notebook 2.4%Language:Shell 0.8%