文件名称:energy_dashboard:能源仪表板:显示来自丹麦的能源数据
文件大小:698KB
文件格式:ZIP
更新时间:2024-03-07 23:27:36
Python
运行应用 安装requirements.txt $ pip install -r requirements.txt 使用以下命令运行应用程序: $ python index.py 注意:由于我已经在MapBox Studio中创建了自定义样式,因此需要免费的Mapbox令牌才能使Mapview正常工作。 这应该放在../assets/token.txt 。 Geojson文件 我的geojson文件来源: ://raw.githubusercontent.com/magnuslarsen/geoJSON-Danish-municipalities/master/municipalities/municipalities.geojson
【文件预览】:
energy_dashboard-master
----.gitignore(2KB)
----requirements.txt(2KB)
----assets()
--------geo_municipalities.json(1.96MB)
--------style.css(206B)
----elmarket.py(3KB)
----utils.py(963B)
----README.md(473B)
----test.py(210B)
----mapview.py(8KB)
----overview.py(15KB)
----index.py(2KB)
----app.py(333B)