Skip to content

The tools to asses the footprint and cost of the US broadband network

License

Notifications You must be signed in to change notification settings

openfibernet/tabby_cat

This branch is 2 commits behind fhk/tabby_cat:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

525572f · Nov 11, 2021
Nov 11, 2021
Nov 11, 2021
Sep 21, 2021
Jul 14, 2020
Mar 7, 2021
Jun 16, 2020
Sep 16, 2021

Repository files navigation

Tabby Cat

Part of the broadband.cat open source broadband modellin suite.

Run this

sudo apt-get install libspatialindex-dev 
git clone https://github.com/fhk/tabby_cat
conda create -n tabby_cat python=3.7
conda activate tabby_cat
conda install geopandas
pip install -r requirements.txt
python tabby_cat/main.py "State"

DataLoader

  • Pull data from OpenAddress and OpenStreetMap
  • Create a data stream
  • Create data layer

Processor

  • Connect demand points to base layer
  • Convert geospatial locations to ids
  • Output to filesystem

Solver

  • Load input
  • Run model
  • Output solution

Deriver

  • Join solver output to processor output to create geospatial representation

Outputer

  • Write geospatial solution output to filesystem

About

The tools to asses the footprint and cost of the US broadband network

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%