Skip to content

Commit ad4c40a

Browse files
committed
Add development files for Map Maker
1 parent fbc5514 commit ad4c40a

File tree

8 files changed

+155777
-0
lines changed

8 files changed

+155777
-0
lines changed

source-code/streamlit/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ streamlit is a framework for creating dashboards.
77

88
1. [`distributions.py`](distributions.py): dashboard that displays a sample from a
99
user-selected probability distribution.
10+
1. [`map_maker`](map_maker): streamlit application to create chloropleth maps of
11+
Belgium based on an Excel or CSV file.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
package-lock.json
2+
node_modules/
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Map Maker
2+
3+
Application to create chloropleth maps for Belgium based on data in an Excel
4+
or CSV file.
5+
6+
7+
## What is it?
8+
9+
1. [`map_maker_lib.py`](map_maker_lib.py): Python module that defines the
10+
functions and constants used in the CLI and web application.
11+
1. [`map_maker.py`](map_maker.py): command line application.
12+
1. [`map_maker_app.py`](map_maker_app.py): streamlit web application.
13+
14+
15+
## How to use it?
16+
17+
To run the web application:
18+
```bash
19+
$ streamlit run map_maker_app.py
20+
```

0 commit comments

Comments
 (0)