diff --git a/README.md b/README.md index 44c1f0494a7e925f5eebdfeaf01a36b5f1e71bcd..f84c21b14aac2cf246bd21f3580d4685d3770132 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,11 @@ - Visualize statistical data from Statistikdatbasen.scb.se focusing on European Parliamental Election data. - The data contains geographical information and thus can be represented on the map -- D3 library will be used for graphical visalization -- Here the goal would be to project a map of Sweden using topoligical data. +D3 library will be used for graphical visalization. +Here, the goal would be to project a map of Sweden using topoligical data. +- **Frontend:** React , **Backend:** SQLAlchemy +- Dataman.se for topological data of sweden borders # D3 mapping concepts The 3 concepts that are key to understanding map creation using D3 are: @@ -12,9 +14,7 @@ The 3 concepts that are key to understanding map creation using D3 are: - projections (functions that convert from latitude/longitude co-ordinates to x & y co-ordinates) - geographic path generators (functions that convert GeoJSON shapes into SVG or Canvas paths) -- **Frontend:** React , **Backend:** SQLAlchemy -- Dataman.se for topological data of sweden borders ## BASIC: - Given hard coded table x,y data as input and visualize it on a plot