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

Project requirement in README.md updated

parent 30a89702
No related branches found
No related tags found
No related merge requests found
# Requirements # Requirements
- 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 vizualized 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.
# D3 mapping concepts
The 3 concepts that are key to understanding map creation using D3 are:
- GeoJSON (a JSON-based format for specifying geographic data)
- 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 - **Frontend:** React , **Backend:** SQLAlchemy
- Dataman.se for topological data of sweden borders - Dataman.se for topological data of sweden borders
...@@ -17,6 +26,7 @@ ...@@ -17,6 +26,7 @@
- Allows for focusing in on specific region for more fine detailed data - Allows for focusing in on specific region for more fine detailed data
## IDEA2: ## IDEA2:
- TBD
## ADVANDCED: ## ADVANDCED:
- Optional parameters? - Optional parameters?
...@@ -25,11 +35,10 @@ ...@@ -25,11 +35,10 @@
- Graphical transitions of the visalization frame - Graphical transitions of the visalization frame
## Profile ## Profile
- Log in / Sign out - Sign in / Sign out with "forget password? procedure
- User profile (Name, e-mail, password)
- Session token for saving log-in state locally - Session token for saving log-in state locally
- Access to key features through log-in. - Access to key features through log-in.
- User profile (Name, e-mail, password)
- Session token
-
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