Cambridge Digital Communications Assessment Model
Project description
Cambridge Digital Communications Assessment Model (cdcam)
Description
The Cambridge Digital Communications Assessment Model (cdcam
) is a decision support tool
to quantify the performance of national digital infrastructure strategies for mobile broadband,
focussing on 4G and 5G technologies.
Citations
- Oughton, E.J. and Frias, Z. (2017) The Cost, Coverage and Rollout Implications of 5G Infrastructure in Britain. Telecommunications Policy. https://doi.org/10.1016/j.telpol.2017.07.009.
- Oughton, E.J., Z. Frias, T. Russell, D. Sicker, and D.D. Cleevely. 2018. Towards 5G: Scenario-Based Assessment of the Future Supply and Demand for Mobile Telecommunications Infrastructure. Technological Forecasting and Social Change, 133 (August): 141–55. https://doi.org/10.1016/j.techfore.2018.03.016.
- Oughton, E.J., Frias, Z., van der Gaast, S. and van der Berg, R. (2019) Assessing the Capacity, Coverage and Cost of 5G Infrastructure Strategies: Analysis of The Netherlands. Telematics and Informatics (January). https://doi.org/10.1016/j.tele.2019.01.003.
Setup and configuration
All code for The Cambridge Digital Communications Assessment Model is written in Python (Python>=3.5). The core model has no other dependencies.
See requirements-dev.txt
for a full list of optional dependencies used in supporting
scripts.
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 cdcam
:
conda create --name cdcam python=3.7
Activate it (run this each time you switch projects):
conda activate cdcam
First, install optional packages:
conda install fiona shapely rtree pyproj tqdm
Then install cdcam
:
pip install cdcam
Alternatively, for development purposes, clone this repository and run:
python setup.py develop
Install test/dev requirements:
conda install pytest pytest-cov
Run the tests:
pytest --cov-report=term --cov=cdcam tests/
Quick start
If you want to quickly generate results, first download the sample dataset available at DOI 10.5281/zenodo.3525285, then run:
python scripts/run.py
You should see the model printing output such as Running: baseline baseline macrocell
which means the data have been loaded and you are running the baseline population scenario,
baseline data throughput scenario and macrocell upgrade strategy.
You should then see an output for each year (- 2020
) indicating how much money was spent on
either servicing a specified coverage obligation (Service
) or in meeting demand (Demand
):
- 2020
Service 0
Demand 14614
- 2021
Service 0
Demand 3293
More details are provided in the Getting Started documentation.
Contributions
Contributions to this package are welcomed via the usual pull request mechanism.
Support
If you encounter a bug, feel the documentation is incorrect or incomplete, or want to suggest new features, please post an issue in the issues tab.
Background and funding
The Cambridge Digital Communications Assessment Model has been collaboratively developed between the Environmental Change Institute at the University of Oxford, the Networks and Operating Systems Group (NetOS) at the Cambridge Computer Laboratory, and the UK's Digital Catapult. Research activity between 2017-2018 also took place at the Cambridge Judge Business School at the University of Cambridge.
Development has been funded by the EPSRC via (i) the Infrastructure Transitions Research Consortium (EP/N017064/1) and (ii) the UK's Digital Catapult Researcher in Residence programme.
Contributors
- Edward J. Oughton (University of Oxford)
- Tom Russell (University of Oxford)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file cdcam-1.0.1.tar.gz
.
File metadata
- Download URL: cdcam-1.0.1.tar.gz
- Upload date:
- Size: 674.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191201 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 746331f98f32a8f4feca31a6559457bc92c01f5916d31885de2a2ebca26aa52d |
|
MD5 | 55ec64d48f25ff100fe20c2add99e61a |
|
BLAKE2b-256 | f766bd6037385a3d32ab5032285a67d48a7c5409afcadcc7582536043a6f3db5 |
File details
Details for the file cdcam-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: cdcam-1.0.1-py3-none-any.whl
- Upload date:
- Size: 12.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191201 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ce65f62188bc17f3779c3af8abf33b0c13e3dfb98d0f1bddfefb4867f95ac23 |
|
MD5 | 55052b0c9e8f7c35f06c35edd65f2a64 |
|
BLAKE2b-256 | aa90a37b21ef9775b02d46363eda817a18db20761da5db40f15d90016b1bc90b |