Part of the broadband.cat open source broadband modellin suite.
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"
- Pull data from OpenAddress and OpenStreetMap
- Create a data stream
- Create data layer
- Connect demand points to base layer
- Convert geospatial locations to ids
- Output to filesystem
- Load input
- Run model
- Output solution
- Join solver output to processor output to create geospatial representation
- Write geospatial solution output to filesystem