22 lines
893 B
Markdown
22 lines
893 B
Markdown
## 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.
|
||
|
||
You’re free to use the framework of your choice. We want to understand how you approach this from a product perspective. Remember, we’re chasing ease of use!
|
||
|
||
**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.**
|
||
|
||
|
||
|
||
### Dev steps:
|
||
- streamlit getting started (done)
|
||
- display a shapefile
|
||
- add a legend
|
||
- add feature to select shape file
|
||
|
||
|
||
### Running the app:
|
||
- chmod u+x build_and_run.sh
|
||
- ./build_and_run.sh
|
||
- Visit http://0.0.0.0:8501
|