Skip to content
Snippets Groups Projects
Commit 7e962f5e authored by Daniel Pettersson's avatar Daniel Pettersson
Browse files

Update README.md

parent 2e515fad
No related branches found
No related tags found
No related merge requests found
...@@ -2,9 +2,11 @@ ...@@ -2,9 +2,11 @@
- Visualize statistical data from Statistikdatbasen.scb.se focusing on European Parliamental Election data. - 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 - The data contains geographical information and thus can be represented on the map
- D3 library will be used for graphical visalization D3 library will be used for graphical visalization.
- Here the goal would be to project a map of Sweden using topoligical data. 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 # D3 mapping concepts
The 3 concepts that are key to understanding map creation using D3 are: 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: ...@@ -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) - 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) - 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: ## BASIC:
- Given hard coded table x,y data as input and visualize it on a plot - Given hard coded table x,y data as input and visualize it on a plot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment