/CS_Module_Template

A template for creating backend modules for the CityScope Platform (https://github.com/CityScope)

Primary LanguagePython

CityScope Module Template

This is a tamplate project for creating backend modules for the CityScope platform.

To add a new city, edit the config file with the necesary parameters. To create a new analysis, just edit the initialise() and perform_updates() functions in the sc_module_template.py file.