update readme
This commit is contained in:
parent
b3b65455f0
commit
20f57951d5
15
readme.md
15
readme.md
@ -1,4 +1,4 @@
|
|||||||
## Requirements
|
# Requirements
|
||||||
|
|
||||||
Build a simple application using ***existing technologies** (hint: we don’t need you to build a shapefile parser from scratch)* that will allow shapefiles to be visualized on a map. Shapefile data does not need to be persisted into a database, this application should be ephemeral and have the potential to be entirely offline.
|
Build a simple application using ***existing technologies** (hint: we don’t need you to build a shapefile parser from scratch)* that will allow shapefiles to be visualized on a map. Shapefile data does not need to be persisted into a database, this application should be ephemeral and have the potential to be entirely offline.
|
||||||
|
|
||||||
@ -6,9 +6,10 @@ You’re free to use the framework of your choice. We want to understand how you
|
|||||||
|
|
||||||
**Please don’t spend more than 1-2 hours on this exercise. Get something working, and we can have a discussion about features that would have followed.**
|
**Please don’t spend more than 1-2 hours on this exercise. Get something working, and we can have a discussion about features that would have followed.**
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# Running the app via Docker:
|
|
||||||
|
# Running the app
|
||||||
|
### Running the app via Docker:
|
||||||
```
|
```
|
||||||
chmod u+x build_and_run.sh
|
chmod u+x build_and_run.sh
|
||||||
./build_and_run_docker.sh
|
./build_and_run_docker.sh
|
||||||
@ -16,7 +17,7 @@ chmod u+x build_and_run.sh
|
|||||||
- Visit http://0.0.0.0:8501
|
- Visit http://0.0.0.0:8501
|
||||||
- Ctrl + c to quit
|
- Ctrl + c to quit
|
||||||
|
|
||||||
# Running the app via Python with virtual env:
|
### Running the app via Python with virtual env:
|
||||||
```
|
```
|
||||||
chmod u+x build_and_run.sh
|
chmod u+x build_and_run.sh
|
||||||
./build_and_run_python.sh
|
./build_and_run_python.sh
|
||||||
@ -25,9 +26,7 @@ chmod u+x build_and_run.sh
|
|||||||
- Ctrl + c to quit
|
- Ctrl + c to quit
|
||||||
|
|
||||||
|
|
||||||
---
|
# My dev notes:
|
||||||
|
|
||||||
### My dev log:
|
|
||||||
- streamlit getting started (done)
|
- streamlit getting started (done)
|
||||||
- display a shapefile
|
- display a shapefile
|
||||||
- streamlit plotting doesn't work out of the box for polygons
|
- streamlit plotting doesn't work out of the box for polygons
|
||||||
@ -47,4 +46,4 @@ chmod u+x build_and_run.sh
|
|||||||
- things to add
|
- things to add
|
||||||
- add a legend
|
- add a legend
|
||||||
- better theme
|
- better theme
|
||||||
- deterministic map config toi prevent random width/height based on geo data etc
|
- deterministic map config toi prevent random width/height based on geo data etc
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user