diff --git a/.gitignore b/.gitignore index 836f3f7..2a6cef4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ mines dropped_functions.txt data abgabe* +choropleth map/ +templates/choro.html diff --git a/convert.py b/convert.py new file mode 100644 index 0000000..77e0d24 --- /dev/null +++ b/convert.py @@ -0,0 +1,13 @@ +from flask import Flask, render_template + +app = Flask(__name__) + +@app.route('/') +def index(): + return render_template('symbol.html') + + +if __name__ == '__main__': + with app.test_request_context(): + with open('index.html', 'w') as f: + f.write(render_template('symbol.html')) diff --git a/index.html b/index.html new file mode 100644 index 0000000..99e0883 --- /dev/null +++ b/index.html @@ -0,0 +1,520 @@ + + +
+