Scripts to analyize NYC Mesh network data
- Clone this repository to your computer.
- Ensure you have Python with pip installed.
- Open a terminal in the root repository directory.
pip install -r requirements.txtpip install -e .- Copy the the
.env-examplefile and rename it to.env. Fill in any relevant credentials. Alternatively, copy paste from an existing .env.
- Run the file
analysis/uisp_lbe_strength.py. - Files will be exported to the 'data' directory.
- If you want to run the script multiple times to experiment, use the
load_uisp_data_from_file()function (currently commented out) instead ofget_uisp_devices(). This will reduce script run time and UISP calls.